/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 59 void setCC(UChar32 c, uint8_t cc); 60 void setOneWayMapping(UChar32 c, const UnicodeString &m); 61 void setRoundTripMapping(UChar32 c, const UnicodeString &m); 62 void removeMapping(UChar32 c); 80 Norm *getNorm(UChar32 c); 81 Norm *createNorm(UChar32 c); 82 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides 84 const Norm &getNormRef(UChar32 c) const; 85 uint8_t getCC(UChar32 c) const; 87 UChar32 combine(const Norm &norm, UChar32 trail) const [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.h | 55 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32); 58 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32); 59 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q); 60 void compareContractions(UChar32 c, const UChar *p, const UChar *q); 62 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p); 63 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 64 void addContractions(UChar32 c, const UChar *p); 65 void addSuffix(UChar32 c, const UnicodeString &sfx); 66 void add(UChar32 c) [all...] |
regeximp.cpp | 26 UChar32 CaseFoldingUTextIterator::next() { 27 UChar32 foldedC; 28 UChar32 originalC; 43 foldedC = (UChar32)fFoldLength; 74 UChar32 CaseFoldingUCharIterator::next() { 75 UChar32 foldedC; 76 UChar32 originalC; 92 foldedC = (UChar32)fFoldLength;
|
decimalformatpattern.h | 60 UChar32 fPad; 87 UChar32 fZeroDigit; 88 UChar32 fSigDigit;
|
uitercollationiterator.h | 43 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 45 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 48 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 75 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 77 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 80 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
|
utf8collationiterator.h | 44 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 46 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 59 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 91 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 93 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 96 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
|
collationdatabuilder.h | 81 UBool isAssigned(UChar32 c) const; 87 uint32_t getLongPrimaryIfSingleCE(UChar32 c) const; 93 int64_t getSingleCE(UChar32 c, UErrorCode &errorCode) const; 121 UBool maybeSetPrimaryRange(UChar32 start, UChar32 end, 137 uint32_t setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end, 171 uint32_t getCE32FromOffsetCE32(UBool fromBase, UChar32 c, uint32_t ce32) const; 196 uint32_t copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withContext, UErrorCode &errorCode); 202 int32_t copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32 [all...] |
collationiterator.h | 121 UChar32 c; 199 virtual UChar32 nextCodePoint(UErrorCode &errorCode) = 0; 205 virtual UChar32 previousCodePoint(UErrorCode &errorCode) = 0; 220 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 252 virtual uint32_t getDataCE32(UChar32 c) const; 256 void appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, 264 int64_t nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, 270 UChar32 nextSkippedCodePoint(UErrorCode &errorCode); 276 const UChar *p, uint32_t ce32, UChar32 c, 281 int32_t lookAhead, UChar32 c [all...] |
/external/icu/icu4c/source/test/perf/charperf/ |
charperf.h | 19 typedef void (*CharPerfFn)(UChar32 ch); 27 for (UChar32 i = MIN_; i < MAX_; i ++) { 36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) 45 UChar32 MIN_; 46 UChar32 MAX_; 115 UChar32 MIN_; 116 UChar32 MAX_; 119 inline void isAlpha(UChar32 ch) 124 inline void isUpper(UChar32 ch [all...] |
/external/icu/icu4c/source/common/ |
uset_imp.h | 28 USetAdd(USet *set, UChar32 c); 31 USetAddRange(USet *set, UChar32 start, UChar32 end); 37 USetRemove(USet *set, UChar32 c); 40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
|
ubidi_props.h | 47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 52 U_CFUNC UChar32 53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); 62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c); 65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c); 68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c); 70 U_CFUNC UChar32 [all...] |
ubidi_props.c | 55 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 65 UChar32 c, start, limit; 143 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { 149 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { 154 static UChar32 155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { 164 UChar32 c2; 186 U_CFUNC UChar32 187 ubidi_getMirror(const UBiDiProps *bdp, 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...] |
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...] |
ucase.h | 86 U_CAPI UChar32 U_EXPORT2 87 ucase_tolower(const UCaseProps *csp, UChar32 c); 89 U_CAPI UChar32 U_EXPORT2 90 ucase_toupper(const UCaseProps *csp, UChar32 c); 92 U_CAPI UChar32 U_EXPORT2 93 ucase_totitle(const UCaseProps *csp, UChar32 c); 95 U_CAPI UChar32 U_EXPORT2 96 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options); 108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa); 139 UChar32 next(UnicodeString &full) [all...] |
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...] |
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...] |
norm2allmodes.h | 106 getDecomposition(UChar32 c, UnicodeString &decomposition) const { 121 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const { 135 virtual UChar32 136 composePair(UChar32 a, UChar32 b) const { 141 getCombiningClass(UChar32 c) const { 178 virtual UNormalizationCheckResult getQuickCheck(UChar32) const { 208 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const { 211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); } 212 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); [all...] |
propsvec.h | 87 UChar32 start, UChar32 end, 97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column); 106 UChar32 *pRangeStart, UChar32 *pRangeEnd); 128 UChar32 start, UChar32 end, 170 UChar32 start, UChar32 end,
|
normalizer2impl.h | 60 static inline UBool isHangul(UChar32 c) { 68 static inline UBool isJamoL(UChar32 c) { 71 static inline UBool isJamoV(UChar32 c) { 79 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { 81 UChar32 c2=c%JAMO_T_COUNT; 97 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { 98 UChar32 orig=c; 100 UChar32 c2=c%JAMO_T_COUNT; 142 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { 167 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode) [all...] |
/external/icu/icu4c/source/test/intltest/ |
testutil.h | 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch); 24 static UnicodeString hex(UChar32 ch);
|
testutil.cpp | 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { 30 UnicodeString TestUtility::hex(UChar32 ch) { 43 UChar32 c;
|
/external/icu/icu4c/source/samples/ucnv/ |
flagcb.h | 36 UChar32 codePoint, 54 UChar32 codePoint,
|
/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[];
|
/external/icu/icu4c/source/tools/genrb/ |
read.c | 41 UChar32 initialChar, 45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 48 static UBool isWhitespace (UChar32 c); 49 static UBool isNewline (UChar32 c); 70 UChar32 c; 119 UChar32 initialChar, 123 UChar32 c; 129 UChar32 prevC=0; 319 static UChar32 getNextChar(UCHARBUF* buf, 323 UChar32 c, c2 [all...] |