Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / java / lang / Character.h
Size: Mime:
#ifndef java_lang_Character_H
#define java_lang_Character_H

#include "java/lang/Object.h"

namespace java {
  namespace lang {
    class String;
    class Class;
    class Comparable;
    class Character;
    class CharSequence;
  }
  namespace io {
    class Serializable;
  }
  namespace util {
    class Optional;
  }
}
template<class T> class JArray;

namespace java {
  namespace lang {

    class Character : public ::java::lang::Object {
     public:
      enum {
        mid_init$_754844aa34152a1f,
        mid_charCount_898568c95ed890a7,
        mid_charValue_a34ab3aca30b9450,
        mid_codePointAt_e1a2533cf7a403b2,
        mid_codePointAt_691096bf5b97a992,
        mid_codePointAt_96fc61f451c7c8cf,
        mid_codePointBefore_691096bf5b97a992,
        mid_codePointBefore_e1a2533cf7a403b2,
        mid_codePointBefore_96fc61f451c7c8cf,
        mid_codePointCount_96fc61f451c7c8cf,
        mid_codePointCount_562a8843a61f17b3,
        mid_codePointOf_8a3ef3a507fbe37b,
        mid_compare_e8124fdf0c09e710,
        mid_compareTo_c33fc08fb011275c,
        mid_digit_8911bf18e41c2ffc,
        mid_digit_eb8ebd5b6f3af412,
        mid_equals_ac708f0101821708,
        mid_forDigit_3bcef46adc104e16,
        mid_getDirectionality_60c0ff6ab9428e91,
        mid_getDirectionality_34a8b09941214c5c,
        mid_getName_362d87738f8d2888,
        mid_getNumericValue_898568c95ed890a7,
        mid_getNumericValue_a8741851f7550f54,
        mid_getType_a8741851f7550f54,
        mid_getType_898568c95ed890a7,
        mid_hashCode_9135e6328d9d7dfd,
        mid_hashCode_a8741851f7550f54,
        mid_highSurrogate_65c1ce6cf9e2df36,
        mid_isAlphabetic_b9777742cbbb5232,
        mid_isBmpCodePoint_b9777742cbbb5232,
        mid_isDefined_b9777742cbbb5232,
        mid_isDefined_92052e013d1123f6,
        mid_isDigit_b9777742cbbb5232,
        mid_isDigit_92052e013d1123f6,
        mid_isHighSurrogate_92052e013d1123f6,
        mid_isISOControl_92052e013d1123f6,
        mid_isISOControl_b9777742cbbb5232,
        mid_isIdentifierIgnorable_b9777742cbbb5232,
        mid_isIdentifierIgnorable_92052e013d1123f6,
        mid_isIdeographic_b9777742cbbb5232,
        mid_isJavaIdentifierPart_92052e013d1123f6,
        mid_isJavaIdentifierPart_b9777742cbbb5232,
        mid_isJavaIdentifierStart_92052e013d1123f6,
        mid_isJavaIdentifierStart_b9777742cbbb5232,
        mid_isJavaLetter_92052e013d1123f6,
        mid_isJavaLetterOrDigit_92052e013d1123f6,
        mid_isLetter_92052e013d1123f6,
        mid_isLetter_b9777742cbbb5232,
        mid_isLetterOrDigit_b9777742cbbb5232,
        mid_isLetterOrDigit_92052e013d1123f6,
        mid_isLowSurrogate_92052e013d1123f6,
        mid_isLowerCase_b9777742cbbb5232,
        mid_isLowerCase_92052e013d1123f6,
        mid_isMirrored_92052e013d1123f6,
        mid_isMirrored_b9777742cbbb5232,
        mid_isSpace_92052e013d1123f6,
        mid_isSpaceChar_b9777742cbbb5232,
        mid_isSpaceChar_92052e013d1123f6,
        mid_isSupplementaryCodePoint_b9777742cbbb5232,
        mid_isSurrogate_92052e013d1123f6,
        mid_isSurrogatePair_5a9a8f1eb9d29adc,
        mid_isTitleCase_b9777742cbbb5232,
        mid_isTitleCase_92052e013d1123f6,
        mid_isUnicodeIdentifierPart_b9777742cbbb5232,
        mid_isUnicodeIdentifierPart_92052e013d1123f6,
        mid_isUnicodeIdentifierStart_b9777742cbbb5232,
        mid_isUnicodeIdentifierStart_92052e013d1123f6,
        mid_isUpperCase_92052e013d1123f6,
        mid_isUpperCase_b9777742cbbb5232,
        mid_isValidCodePoint_b9777742cbbb5232,
        mid_isWhitespace_b9777742cbbb5232,
        mid_isWhitespace_92052e013d1123f6,
        mid_lowSurrogate_65c1ce6cf9e2df36,
        mid_offsetByCodePoints_562a8843a61f17b3,
        mid_offsetByCodePoints_62a1384e61ca676b,
        mid_reverseBytes_0f5191f6cf8ae7a3,
        mid_toChars_d56bec9eab672ba6,
        mid_toChars_2ab8d02ce90ea858,
        mid_toCodePoint_e8124fdf0c09e710,
        mid_toLowerCase_898568c95ed890a7,
        mid_toLowerCase_0f5191f6cf8ae7a3,
        mid_toString_a6d454b6117bc1ba,
        mid_toString_362d87738f8d2888,
        mid_toString_4f98748704431b60,
        mid_toTitleCase_898568c95ed890a7,
        mid_toTitleCase_0f5191f6cf8ae7a3,
        mid_toUpperCase_0f5191f6cf8ae7a3,
        mid_toUpperCase_898568c95ed890a7,
        mid_valueOf_f034a6651168ee22,
        max_mid
      };

      static ::java::lang::Class *class$;
      static jmethodID *mids$;
      static bool live$;
      static jclass initializeClass(bool);

      explicit Character(jobject obj) : ::java::lang::Object(obj) {
        if (obj != NULL && mids$ == NULL)
          env->getClass(initializeClass);
      }
      Character(const Character& obj) : ::java::lang::Object(obj) {}

      static jint BYTES;
      static jbyte COMBINING_SPACING_MARK;
      static jbyte CONNECTOR_PUNCTUATION;
      static jbyte CONTROL;
      static jbyte CURRENCY_SYMBOL;
      static jbyte DASH_PUNCTUATION;
      static jbyte DECIMAL_DIGIT_NUMBER;
      static jbyte DIRECTIONALITY_ARABIC_NUMBER;
      static jbyte DIRECTIONALITY_BOUNDARY_NEUTRAL;
      static jbyte DIRECTIONALITY_COMMON_NUMBER_SEPARATOR;
      static jbyte DIRECTIONALITY_EUROPEAN_NUMBER;
      static jbyte DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR;
      static jbyte DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR;
      static jbyte DIRECTIONALITY_FIRST_STRONG_ISOLATE;
      static jbyte DIRECTIONALITY_LEFT_TO_RIGHT;
      static jbyte DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING;
      static jbyte DIRECTIONALITY_LEFT_TO_RIGHT_ISOLATE;
      static jbyte DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE;
      static jbyte DIRECTIONALITY_NONSPACING_MARK;
      static jbyte DIRECTIONALITY_OTHER_NEUTRALS;
      static jbyte DIRECTIONALITY_PARAGRAPH_SEPARATOR;
      static jbyte DIRECTIONALITY_POP_DIRECTIONAL_FORMAT;
      static jbyte DIRECTIONALITY_POP_DIRECTIONAL_ISOLATE;
      static jbyte DIRECTIONALITY_RIGHT_TO_LEFT;
      static jbyte DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC;
      static jbyte DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING;
      static jbyte DIRECTIONALITY_RIGHT_TO_LEFT_ISOLATE;
      static jbyte DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE;
      static jbyte DIRECTIONALITY_SEGMENT_SEPARATOR;
      static jbyte DIRECTIONALITY_UNDEFINED;
      static jbyte DIRECTIONALITY_WHITESPACE;
      static jbyte ENCLOSING_MARK;
      static jbyte END_PUNCTUATION;
      static jbyte FINAL_QUOTE_PUNCTUATION;
      static jbyte FORMAT;
      static jbyte INITIAL_QUOTE_PUNCTUATION;
      static jbyte LETTER_NUMBER;
      static jbyte LINE_SEPARATOR;
      static jbyte LOWERCASE_LETTER;
      static jbyte MATH_SYMBOL;
      static jint MAX_CODE_POINT;
      static jchar MAX_HIGH_SURROGATE;
      static jchar MAX_LOW_SURROGATE;
      static jint MAX_RADIX;
      static jchar MAX_SURROGATE;
      static jchar MAX_VALUE;
      static jint MIN_CODE_POINT;
      static jchar MIN_HIGH_SURROGATE;
      static jchar MIN_LOW_SURROGATE;
      static jint MIN_RADIX;
      static jint MIN_SUPPLEMENTARY_CODE_POINT;
      static jchar MIN_SURROGATE;
      static jchar MIN_VALUE;
      static jbyte MODIFIER_LETTER;
      static jbyte MODIFIER_SYMBOL;
      static jbyte NON_SPACING_MARK;
      static jbyte OTHER_LETTER;
      static jbyte OTHER_NUMBER;
      static jbyte OTHER_PUNCTUATION;
      static jbyte OTHER_SYMBOL;
      static jbyte PARAGRAPH_SEPARATOR;
      static jbyte PRIVATE_USE;
      static jint SIZE;
      static jbyte SPACE_SEPARATOR;
      static jbyte START_PUNCTUATION;
      static jbyte SURROGATE;
      static jbyte TITLECASE_LETTER;
      static ::java::lang::Class *TYPE;
      static jbyte UNASSIGNED;
      static jbyte UPPERCASE_LETTER;

      Character(jchar);

      static jint charCount(jint);
      jchar charValue() const;
      static jint codePointAt(const JArray< jchar > &, jint);
      static jint codePointAt(const ::java::lang::CharSequence &, jint);
      static jint codePointAt(const JArray< jchar > &, jint, jint);
      static jint codePointBefore(const ::java::lang::CharSequence &, jint);
      static jint codePointBefore(const JArray< jchar > &, jint);
      static jint codePointBefore(const JArray< jchar > &, jint, jint);
      static jint codePointCount(const JArray< jchar > &, jint, jint);
      static jint codePointCount(const ::java::lang::CharSequence &, jint, jint);
      static jint codePointOf(const ::java::lang::String &);
      static jint compare(jchar, jchar);
      jint compareTo(const Character &) const;
      static jint digit(jint, jint);
      static jint digit(jchar, jint);
      jboolean equals(const ::java::lang::Object &) const;
      static jchar forDigit(jint, jint);
      static jbyte getDirectionality(jint);
      static jbyte getDirectionality(jchar);
      static ::java::lang::String getName(jint);
      static jint getNumericValue(jint);
      static jint getNumericValue(jchar);
      static jint getType(jchar);
      static jint getType(jint);
      jint hashCode() const;
      static jint hashCode(jchar);
      static jchar highSurrogate(jint);
      static jboolean isAlphabetic(jint);
      static jboolean isBmpCodePoint(jint);
      static jboolean isDefined(jint);
      static jboolean isDefined(jchar);
      static jboolean isDigit(jint);
      static jboolean isDigit(jchar);
      static jboolean isHighSurrogate(jchar);
      static jboolean isISOControl(jchar);
      static jboolean isISOControl(jint);
      static jboolean isIdentifierIgnorable(jint);
      static jboolean isIdentifierIgnorable(jchar);
      static jboolean isIdeographic(jint);
      static jboolean isJavaIdentifierPart(jchar);
      static jboolean isJavaIdentifierPart(jint);
      static jboolean isJavaIdentifierStart(jchar);
      static jboolean isJavaIdentifierStart(jint);
      static jboolean isJavaLetter(jchar);
      static jboolean isJavaLetterOrDigit(jchar);
      static jboolean isLetter(jchar);
      static jboolean isLetter(jint);
      static jboolean isLetterOrDigit(jint);
      static jboolean isLetterOrDigit(jchar);
      static jboolean isLowSurrogate(jchar);
      static jboolean isLowerCase(jint);
      static jboolean isLowerCase(jchar);
      static jboolean isMirrored(jchar);
      static jboolean isMirrored(jint);
      static jboolean isSpace(jchar);
      static jboolean isSpaceChar(jint);
      static jboolean isSpaceChar(jchar);
      static jboolean isSupplementaryCodePoint(jint);
      static jboolean isSurrogate(jchar);
      static jboolean isSurrogatePair(jchar, jchar);
      static jboolean isTitleCase(jint);
      static jboolean isTitleCase(jchar);
      static jboolean isUnicodeIdentifierPart(jint);
      static jboolean isUnicodeIdentifierPart(jchar);
      static jboolean isUnicodeIdentifierStart(jint);
      static jboolean isUnicodeIdentifierStart(jchar);
      static jboolean isUpperCase(jchar);
      static jboolean isUpperCase(jint);
      static jboolean isValidCodePoint(jint);
      static jboolean isWhitespace(jint);
      static jboolean isWhitespace(jchar);
      static jchar lowSurrogate(jint);
      static jint offsetByCodePoints(const ::java::lang::CharSequence &, jint, jint);
      static jint offsetByCodePoints(const JArray< jchar > &, jint, jint, jint, jint);
      static jchar reverseBytes(jchar);
      static JArray< jchar > toChars(jint);
      static jint toChars(jint, const JArray< jchar > &, jint);
      static jint toCodePoint(jchar, jchar);
      static jint toLowerCase(jint);
      static jchar toLowerCase(jchar);
      ::java::lang::String toString() const;
      static ::java::lang::String toString(jint);
      static ::java::lang::String toString(jchar);
      static jint toTitleCase(jint);
      static jchar toTitleCase(jchar);
      static jchar toUpperCase(jchar);
      static jint toUpperCase(jint);
      static Character valueOf(jchar);
    };
  }
}

#include <Python.h>

namespace java {
  namespace lang {
    extern PyType_Def PY_TYPE_DEF(Character);
    extern PyTypeObject *PY_TYPE(Character);

    class t_Character {
    public:
      PyObject_HEAD
      Character object;
      static PyObject *wrap_Object(const Character&);
      static PyObject *wrap_jobject(const jobject&);
      static void install(PyObject *module);
      static void initialize(PyObject *module);
    };
  }
}

#endif