/external/icu/libicu/cts_headers/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
D | ucase.h | 87 U_CAPI UChar32 U_EXPORT2 88 ucase_tolower(UChar32 c); 90 U_CAPI UChar32 U_EXPORT2 91 ucase_toupper(UChar32 c); 93 U_CAPI UChar32 U_EXPORT2 94 ucase_totitle(UChar32 c); 96 U_CAPI UChar32 U_EXPORT2 97 ucase_fold(UChar32 c, uint32_t options); 109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 140 UChar32 next(UnicodeString &full); [all …]
|
D | ubidi_props.h | 43 ubidi_getClass(UChar32 c); 46 ubidi_isMirrored(UChar32 c); 48 U_CFUNC UChar32 49 ubidi_getMirror(UChar32 c); 52 ubidi_isBidiControl(UChar32 c); 55 ubidi_isJoinControl(UChar32 c); 58 ubidi_getJoiningType(UChar32 c); 61 ubidi_getJoiningGroup(UChar32 c); 64 ubidi_getPairedBracketType(UChar32 c); 66 U_CFUNC UChar32 [all …]
|
D | normalizer2impl.h | 75 static inline UBool isHangul(UChar32 c) { in isHangul() 79 isHangulLV(UChar32 c) { in isHangulLV() 83 static inline UBool isJamoL(UChar32 c) { in isJamoL() 86 static inline UBool isJamoV(UChar32 c) { in isJamoV() 89 static inline UBool isJamoT(UChar32 c) { in isJamoT() 93 static UBool isJamo(UChar32 c) { in isJamo() 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() 104 UChar32 c2=c%JAMO_T_COUNT; in decompose() 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() 121 UChar32 orig=c; in getRawDecomposition() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationsets.h | 57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 62 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 66 void addContractions(UChar32 c, const UChar *p); 67 void addSuffix(UChar32 c, const UnicodeString &sfx); 68 void add(UChar32 c); 106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec); [all …]
|
/external/icu/icu4c/source/common/ |
D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() 62 UChar32 c, start, limit; in ubidi_addPropertyStarts() 134 ubidi_getClass(UChar32 c) { in ubidi_getClass() 140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored() 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { in getMirror() 155 UChar32 c2; in getMirror() 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror() 184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl() [all …]
|
D | ucase.h | 87 U_CAPI UChar32 U_EXPORT2 88 ucase_tolower(UChar32 c); 90 U_CAPI UChar32 U_EXPORT2 91 ucase_toupper(UChar32 c); 93 U_CAPI UChar32 U_EXPORT2 94 ucase_totitle(UChar32 c); 96 U_CAPI UChar32 U_EXPORT2 97 ucase_fold(UChar32 c, uint32_t options); 109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 140 UChar32 next(UnicodeString &full); [all …]
|
D | uchar.cpp | 49 u_charType(UChar32 c) { in u_charType() 68 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumTypeRange() 90 u_islower(UChar32 c) { in u_islower() 98 u_isupper(UChar32 c) { in u_isupper() 106 u_istitle(UChar32 c) { in u_istitle() 114 u_isdigit(UChar32 c) { in u_isdigit() 121 u_isxdigit(UChar32 c) { in u_isxdigit() 138 u_isalpha(UChar32 c) { in u_isalpha() 145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic() 151 u_isalnum(UChar32 c) { in u_isalnum() [all …]
|
D | ubidi_props.h | 43 ubidi_getClass(UChar32 c); 46 ubidi_isMirrored(UChar32 c); 48 U_CFUNC UChar32 49 ubidi_getMirror(UChar32 c); 52 ubidi_isBidiControl(UChar32 c); 55 ubidi_isJoinControl(UChar32 c); 58 ubidi_getJoiningType(UChar32 c); 61 ubidi_getJoiningGroup(UChar32 c); 64 ubidi_getPairedBracketType(UChar32 c); 66 U_CFUNC UChar32 [all …]
|
D | normalizer2impl.h | 75 static inline UBool isHangul(UChar32 c) { in isHangul() 79 isHangulLV(UChar32 c) { in isHangulLV() 83 static inline UBool isJamoL(UChar32 c) { in isJamoL() 86 static inline UBool isJamoV(UChar32 c) { in isJamoV() 89 static inline UBool isJamoT(UChar32 c) { in isJamoT() 93 static UBool isJamo(UChar32 c) { in isJamo() 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() 104 UChar32 c2=c%JAMO_T_COUNT; in decompose() 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() 121 UChar32 orig=c; in getRawDecomposition() [all …]
|
D | uniset.cpp | 72 static inline UChar32 pinCodePoint(UChar32& c) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 169 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) { in UnicodeSet() 188 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in UnicodeSet() 244 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in copyFrom() 358 UBool UnicodeSet::contains(UChar32 c) const { in contains() 388 int32_t UnicodeSet::findCodePoint(UChar32 c) const { in findCodePoint() 431 UBool UnicodeSet::contains(UChar32 start, UChar32 end) const { in contains() 452 return contains((UChar32) cp); in contains() 493 UBool UnicodeSet::containsNone(UChar32 start, UChar32 end) const { in containsNone() 549 UChar32 low = getRangeStart(i); in matchesIndexValue() [all …]
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt() 43 void append(UChar32 c, uint8_t cc); 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair() 55 UChar32 trail, composite; 65 UChar32 c; in setMappingCP() 82 UChar32 combine(UChar32 trail) const; 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 Norm *getNorm(UChar32 c); 158 const Norm *getNorm(UChar32 c) const; 160 Norm *createNorm(UChar32 c); [all …]
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 23 typedef void (*CharPerfFn)(UChar32 ch); 31 for (UChar32 i = MIN_; i < MAX_; i ++) { in call() 40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) in CharPerfFunction() 49 UChar32 MIN_; 50 UChar32 MAX_; 119 UChar32 MIN_; 120 UChar32 MAX_; 123 inline void isAlpha(UChar32 ch) in isAlpha() 128 inline void isUpper(UChar32 ch) in isUpper() 133 inline void isLower(UChar32 ch) in isLower() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 291 UChar32* list = stackList; // MUST be terminated with HIGH 297 UChar32* buffer = nullptr; // internal buffer, may be NULL 320 UChar32 stackList[INITIAL_CAPACITY]; 388 UnicodeSet(UChar32 start, UChar32 end); 611 UnicodeSet& set(UChar32 start, UChar32 end); 796 virtual UBool contains(UChar32 c) const; 806 virtual UBool contains(UChar32 start, UChar32 end) const; 843 UBool containsNone(UChar32 start, UChar32 end) const; 871 inline UBool containsSome(UChar32 start, UChar32 end) const; 1043 int32_t findCodePoint(UChar32 c) const; [all …]
|
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which); 2633 u_isUAlphabetic(UChar32 c); 2648 u_isULowercase(UChar32 c); 2663 u_isUUppercase(UChar32 c); 2684 u_isUWhiteSpace(UChar32 c); 2725 u_getIntPropertyValue(UChar32 c, UProperty which); 2818 u_getNumericValue(UChar32 c); 2853 u_islower(UChar32 c); 2880 u_isupper(UChar32 c); 2897 u_istitle(UChar32 c); [all …]
|
D | normalizer2.h | 303 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0; 330 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const; 347 virtual UChar32 348 composePair(UChar32 a, UChar32 b) const; 359 getCombiningClass(UChar32 c) const; 458 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 474 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 489 virtual UBool isInert(UChar32 c) const = 0; 619 getDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE; 633 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE; [all …]
|
D | uset.h | 280 uset_open(UChar32 start, UChar32 end); 404 UChar32 start, UChar32 end); 543 uset_add(USet* set, UChar32 c); 570 uset_addRange(USet* set, UChar32 start, UChar32 end); 605 uset_remove(USet* set, UChar32 c); 617 uset_removeRange(USet* set, UChar32 start, UChar32 end); 660 uset_retain(USet* set, UChar32 start, UChar32 end); 780 uset_contains(const USet* set, UChar32 c); 792 uset_containsRange(const USet* set, UChar32 start, UChar32 end); 816 uset_indexOf(const USet* set, UChar32 c); [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | uniset.h | 291 UChar32* list = stackList; // MUST be terminated with HIGH 297 UChar32* buffer = nullptr; // internal buffer, may be NULL 320 UChar32 stackList[INITIAL_CAPACITY]; 388 UnicodeSet(UChar32 start, UChar32 end); 611 UnicodeSet& set(UChar32 start, UChar32 end); 796 virtual UBool contains(UChar32 c) const; 806 virtual UBool contains(UChar32 start, UChar32 end) const; 843 UBool containsNone(UChar32 start, UChar32 end) const; 871 inline UBool containsSome(UChar32 start, UChar32 end) const; 1043 int32_t findCodePoint(UChar32 c) const; [all …]
|
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which); 2633 u_isUAlphabetic(UChar32 c); 2648 u_isULowercase(UChar32 c); 2663 u_isUUppercase(UChar32 c); 2684 u_isUWhiteSpace(UChar32 c); 2725 u_getIntPropertyValue(UChar32 c, UProperty which); 2818 u_getNumericValue(UChar32 c); 2853 u_islower(UChar32 c); 2880 u_isupper(UChar32 c); 2897 u_istitle(UChar32 c); [all …]
|
D | normalizer2.h | 303 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0; 330 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const; 347 virtual UChar32 348 composePair(UChar32 a, UChar32 b) const; 359 getCombiningClass(UChar32 c) const; 458 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 474 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 489 virtual UBool isInert(UChar32 c) const = 0; 619 getDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE; 633 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE; [all …]
|
D | uset.h | 280 uset_open(UChar32 start, UChar32 end); 404 UChar32 start, UChar32 end); 543 uset_add(USet* set, UChar32 c); 570 uset_addRange(USet* set, UChar32 start, UChar32 end); 605 uset_remove(USet* set, UChar32 c); 617 uset_removeRange(USet* set, UChar32 start, UChar32 end); 660 uset_retain(USet* set, UChar32 start, UChar32 end); 780 uset_contains(const USet* set, UChar32 c); 792 uset_containsRange(const USet* set, UChar32 start, UChar32 end); 816 uset_indexOf(const USet* set, UChar32 c); [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which); 2633 u_isUAlphabetic(UChar32 c); 2648 u_isULowercase(UChar32 c); 2663 u_isUUppercase(UChar32 c); 2684 u_isUWhiteSpace(UChar32 c); 2725 u_getIntPropertyValue(UChar32 c, UProperty which); 2818 u_getNumericValue(UChar32 c); 2853 u_islower(UChar32 c); 2880 u_isupper(UChar32 c); 2897 u_istitle(UChar32 c); [all …]
|
D | uset.h | 280 uset_open(UChar32 start, UChar32 end); 404 UChar32 start, UChar32 end); 543 uset_add(USet* set, UChar32 c); 570 uset_addRange(USet* set, UChar32 start, UChar32 end); 605 uset_remove(USet* set, UChar32 c); 617 uset_removeRange(USet* set, UChar32 start, UChar32 end); 660 uset_retain(USet* set, UChar32 start, UChar32 end); 780 uset_contains(const USet* set, UChar32 c); 792 uset_containsRange(const USet* set, UChar32 start, UChar32 end); 816 uset_indexOf(const USet* set, UChar32 c); [all …]
|
/external/icu/libicu/ndk_headers/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which) __INTRODUCED_IN(31); 2619 u_isUAlphabetic(UChar32 c) __INTRODUCED_IN(31); 2636 u_isULowercase(UChar32 c) __INTRODUCED_IN(31); 2653 u_isUUppercase(UChar32 c) __INTRODUCED_IN(31); 2676 u_isUWhiteSpace(UChar32 c) __INTRODUCED_IN(31); 2719 u_getIntPropertyValue(UChar32 c, UProperty which) __INTRODUCED_IN(31); 2802 u_getNumericValue(UChar32 c) __INTRODUCED_IN(31); 2839 u_islower(UChar32 c) __INTRODUCED_IN(31); 2868 u_isupper(UChar32 c) __INTRODUCED_IN(31); 2887 u_istitle(UChar32 c) __INTRODUCED_IN(31); [all …]
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 67 …terFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConve… in UCNV_FROM_U_CALLBACK_STOP_android() 73 UCharDirection u_charDirection_android(UChar32 c) { in u_charDirection_android() 76 UChar32 u_charMirror_android(UChar32 c) { in u_charMirror_android() 79 int32_t u_charName_android(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferL… in u_charName_android() 82 int8_t u_charType_android(UChar32 c) { in u_charType_android() 88 int32_t u_digit_android(UChar32 ch, int8_t radix) { in u_digit_android() 94 UChar32 u_foldCase_android(UChar32 c, uint32_t options) { in u_foldCase_android() 97 uint8_t u_getCombiningClass_android(UChar32 c) { in u_getCombiningClass_android() 103 int32_t u_getIntPropertyValue_android(UChar32 c, UProperty which) { in u_getIntPropertyValue_android() 106 double u_getNumericValue_android(UChar32 c) { in u_getNumericValue_android() [all …]
|