/external/icu/icu4c/source/common/ |
uchar.c | 55 u_charType(UChar32 c) { 73 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 95 u_islower(UChar32 c) { 103 u_isupper(UChar32 c) { 111 u_istitle(UChar32 c) { 119 u_isdigit(UChar32 c) { 126 u_isxdigit(UChar32 c) { 143 u_isalpha(UChar32 c) { 150 u_isUAlphabetic(UChar32 c) [all...] |
uprops.cpp | 45 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 53 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { 58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { 62 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 66 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 70 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 75 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { 79 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { 89 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { 93 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) [all...] |
bmpset.h | 41 virtual UBool contains(UChar32 c) const; 76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the 92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const; 94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const; 155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
|
rbbisetb.h | 39 UChar32 fStartChar; // Start of range, unicode 32 bit value. 40 UChar32 fEndChar; // End of range, unicode 32 bit value. 50 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with 89 UChar32 getFirstChar(int32_t val) const;
|
uchriter.cpp | 189 UChar32 194 UChar32 c; 202 UChar32 206 UChar32 c; 214 UChar32 218 UChar32 c; 226 UChar32 236 UChar32 c; 245 UChar32 248 UChar32 c [all...] |
uniset.cpp | 67 * Modify the given UChar32 variable so that it is in range, by 72 static inline UChar32 pinCodePoint(UChar32& c) { 155 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 172 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) : 182 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity); 209 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity) [all...] |
propsvec.c | 93 _findRow(UPropsVectors *pv, UChar32 rangeStart) { 103 if(rangeStart>=(UChar32)row[0]) { 104 if(rangeStart<(UChar32)row[1]) { 107 } else if(rangeStart<(UChar32)(row+=columns)[1]) { 111 } else if(rangeStart<(UChar32)(row+=columns)[1]) { 115 } else if((rangeStart-(UChar32)row[1])<10) { 121 } while(rangeStart>=(UChar32)row[1]); 125 } else if(rangeStart<(UChar32)pv->v[1]) { 136 if(rangeStart<(UChar32)row[0]) { 138 } else if(rangeStart<(UChar32)row[1]) [all...] |
ruleiter.h | 123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 215 UChar32 _current() const;
|
usetiter.cpp | 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 136 if (string==NULL && codepoint!=(UChar32)IS_STRING) { 141 cpString->setTo((UChar32)codepoint);
|
/external/icu/icu4c/source/common/unicode/ |
uset.h | 269 uset_open(UChar32 start, UChar32 end); 393 UChar32 start, UChar32 end); 532 uset_add(USet* set, UChar32 c); 559 uset_addRange(USet* set, UChar32 start, UChar32 end); 594 uset_remove(USet* set, UChar32 c); 606 uset_removeRange(USet* set, UChar32 start, UChar32 end) [all...] |
symtable.h | 88 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
|
uchar.h | 129 * For a single character, UChar32 is a simple type that can hold any code point value. 131 * @see UChar32 [all...] |
unorm2.h | 353 UChar32 c, UChar *decomposition, int32_t capacity, 387 UChar32 c, UChar *decomposition, int32_t capacity, 405 U_STABLE UChar32 U_EXPORT2 406 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b); 418 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c); 502 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c); 514 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c); 525 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c);
|
uiter.h | 185 typedef UChar32 U_CALLCONV 201 typedef UChar32 U_CALLCONV 217 typedef UChar32 U_CALLCONV 493 U_STABLE UChar32 U_EXPORT2 510 U_STABLE UChar32 U_EXPORT2 527 U_STABLE UChar32 U_EXPORT2
|
appendable.h | 72 virtual UBool appendCodePoint(UChar32 c); 180 virtual UBool appendCodePoint(UChar32 c);
|
unifilt.h | 75 virtual UBool contains(UChar32 c) const = 0;
|
/external/icu/icu4c/source/i18n/ |
collationfcd.h | 57 static inline UBool hasLccc(UChar32 c) { 69 static inline UBool hasTccc(UChar32 c) { 81 static inline UBool mayHaveLccc(UChar32 c) { 104 static inline UBool maybeTibetanCompositeVowel(UChar32 c) {
|
uspoof_wsconf.h | 43 UChar32 codePoint; // The source code point.
|
utf16collationiterator.h | 55 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 57 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 65 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 102 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 104 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 107 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
|
bocsu.h | 154 U_CFUNC UChar32 155 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
|
casetrn.h | 99 U_CFUNC UChar32 U_CALLCONV
|
/external/icu/icu4c/source/test/intltest/ |
nptrans.h | 52 inline UBool isProhibited(UChar32 ch); 114 UBool isLabelSeparator(UChar32 ch, UErrorCode& status); 116 inline UBool isLDHChar(UChar32 ch); 126 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
unicont.h | 23 virtual UBool contains(UChar32 c) const = 0;
|
/external/icu/icu4c/source/samples/props/ |
props.cpp | 26 printProps(UChar32 codePoint) { 52 static const UChar32
|
/external/icu/icu4c/source/extra/scrptrun/ |
scrptrun.h | 23 UChar32 startChar; 24 UChar32 endChar; 86 static int32_t getPairIndex(UChar32 ch); 88 static UChar32 pairedChars[];
|