/external/icu/icu4c/source/common/ |
uset_imp.h | 30 USetAdd(USet *set, UChar32 c); 33 USetAddRange(USet *set, UChar32 start, UChar32 end); 39 USetRemove(USet *set, UChar32 c); 42 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
|
brkeng.h | 60 virtual UBool handles(UChar32 c) const = 0; 127 virtual const LanguageBreakEngine *getEngineFor(UChar32 c) = 0; 177 virtual UBool handles(UChar32 c) const; 200 virtual void handleCharacter(UChar32 c); 246 virtual const LanguageBreakEngine *getEngineFor(UChar32 c); 257 virtual const LanguageBreakEngine *loadEngineFor(UChar32 c);
|
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...] |
propsvec.h | 89 UChar32 start, UChar32 end, 99 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column); 108 UChar32 *pRangeStart, UChar32 *pRangeEnd); 130 UChar32 start, UChar32 end, 172 UChar32 start, UChar32 end,
|
patternprops.h | 48 static UBool isSyntax(UChar32 c); 53 static UBool isSyntaxOrWhiteSpace(UChar32 c); 58 static UBool isWhiteSpace(UChar32 c);
|
ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 62 UChar32 c, start, limit; 134 ubidi_getClass(UChar32 c) { 140 ubidi_isMirrored(UChar32 c) { 145 static UChar32 146 getMirror(UChar32 c, uint16_t props) { 155 UChar32 c2; 177 U_CFUNC UChar32 178 ubidi_getMirror(UChar32 c) [all...] |
ucase.h | 86 U_CAPI UChar32 U_EXPORT2 87 ucase_tolower(UChar32 c); 89 U_CAPI UChar32 U_EXPORT2 90 ucase_toupper(UChar32 c); 92 U_CAPI UChar32 U_EXPORT2 93 ucase_totitle(UChar32 c); 95 U_CAPI UChar32 U_EXPORT2 96 ucase_fold(UChar32 c, uint32_t options); 108 ucase_addCaseClosure(UChar32 c, const USetAdder *sa); 139 UChar32 next(UnicodeString &full) [all...] |
/external/icu/icu4c/source/i18n/ |
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) [all...] |
rbt_data.h | 125 UnicodeFunctor* lookup(UChar32 standIn) const; 134 UnicodeMatcher* lookupMatcher(UChar32 standIn) const; 143 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
|
regeximp.cpp | 27 UChar32 CaseFoldingUTextIterator::next() { 28 UChar32 foldedC; 29 UChar32 originalC; 44 foldedC = (UChar32)fFoldLength; 74 UChar32 CaseFoldingUCharIterator::next() { 75 UChar32 foldedC; 76 UChar32 originalC; 92 foldedC = (UChar32)fFoldLength;
|
regexcmp.h | 54 UChar32 fChar; 92 UChar32 nextCharLL(); 93 UChar32 peekCharLL(); 106 void literalChar(UChar32 c); // Compile a literal char 126 UChar32 scanNamedChar(); 130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars); 149 UChar32 fLastChar; // Previous char, needed to count CR-LF 151 UChar32 fPeekChar; // Saved char, if we've scanned ahead. 223 UChar32 fLastSetLiteral; // The last single code point added to a set.
|
uitercollationiterator.h | 46 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 48 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 51 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode); 78 virtual UChar32 nextCodePoint(UErrorCode &errorCode); 80 virtual UChar32 previousCodePoint(UErrorCode &errorCode); 83 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
|
/external/icu/icu4c/source/common/unicode/ |
usetiter.h | 80 UChar32 codepoint; 91 UChar32 codepointEnd; 147 inline UChar32 getCodepoint() const; 155 inline UChar32 getCodepointEnd() const; 248 // endElement and nextElements are really UChar32's, but we keep 306 return codepoint == (UChar32)IS_STRING; 309 inline UChar32 UnicodeSetIterator::getCodepoint() const { 313 inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
|
uchriter.h | 165 virtual UChar32 first32(void); 175 virtual UChar32 first32PostInc(void); 193 virtual UChar32 last32(void); 216 virtual UChar32 setIndex32(int32_t position); 230 virtual UChar32 current32(void) const; 261 virtual UChar32 next32(void); 271 virtual UChar32 next32PostInc(void); 300 virtual UChar32 previous32(void);
|
normalizer2.h | 301 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0; 328 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const; 345 virtual UChar32 346 composePair(UChar32 a, UChar32 b) const; 357 getCombiningClass(UChar32 c) const; 456 virtual UBool hasBoundaryBefore(UChar32 c) const = 0; 472 virtual UBool hasBoundaryAfter(UChar32 c) const = 0; 487 virtual UBool isInert(UChar32 c) const = 0; 617 getDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE [all...] |
ucpmap.h | 99 ucpmap_get(const UCPMap *map, UChar32 c); 131 * UChar32 start = 0, end; 154 U_CAPI UChar32 U_EXPORT2 155 ucpmap_getRange(const UCPMap *map, UChar32 start,
|
umutablecptrie.h | 140 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c); 171 U_CAPI UChar32 U_EXPORT2 172 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, 186 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode); 201 UChar32 start, UChar32 end,
|
uniset.h | 287 UChar32* list = stackList; // MUST be terminated with HIGH 293 UChar32* buffer = nullptr; // internal buffer, may be NULL 316 UChar32 stackList[INITIAL_CAPACITY]; 384 UnicodeSet(UChar32 start, UChar32 end); 607 UnicodeSet& set(UChar32 start, UChar32 end); 792 virtual UBool contains(UChar32 c) const; 802 virtual UBool contains(UChar32 start, UChar32 end) const [all...] |
rep.h | 110 inline UChar32 char32At(int32_t offset) const; 239 virtual UChar32 getChar32At(int32_t offset) const = 0; 254 inline UChar32
|
/external/icu/icu4c/source/tools/gennorm2/ |
norms.h | 39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } 43 void append(UChar32 c, uint8_t cc); 54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} 55 UChar32 trail, composite; 65 UChar32 c; 82 UChar32 combine(UChar32 trail) const; 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 157 Norm *getNorm(UChar32 c) [all...] |
extradata.h | 33 void rangeHandler(UChar32 start, UChar32 end, Norm &norm) U_OVERRIDE; 51 int32_t writeMapping(UChar32 c, const Norm &norm, UnicodeString &dataString); 52 int32_t writeNoNoMapping(UChar32 c, const Norm &norm, 54 UBool setNoNoDelta(UChar32 c, Norm &norm) const; 56 void writeCompositions(UChar32 c, const Norm &norm, UnicodeString &dataString); 57 void writeExtraData(UChar32 c, Norm &norm);
|
n2builder.h | 57 void setCC(UChar32 c, uint8_t cc); 58 void setOneWayMapping(UChar32 c, const UnicodeString &m); 59 void setRoundTripMapping(UChar32 c, const UnicodeString &m); 60 void removeMapping(UChar32 c); 78 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides 93 void setSmallFCD(UChar32 c); 98 void writeNorm16(UMutableCPTrie *norm16Trie, UChar32 start, UChar32 end, Norm &norm);
|
/external/icu/icu4c/source/test/perf/charperf/ |
charperf.h | 23 typedef void (*CharPerfFn)(UChar32 ch); 31 for (UChar32 i = MIN_; i < MAX_; i ++) { 40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) 49 UChar32 MIN_; 50 UChar32 MAX_; 119 UChar32 MIN_; 120 UChar32 MAX_; 123 inline void isAlpha(UChar32 ch) 128 inline void isUpper(UChar32 ch [all...] |
/bionic/libc/bionic/ |
icu_wrappers.cpp | 32 typedef int8_t (*u_charType_t)(UChar32); 38 typedef int32_t (*u_getIntPropertyValue_t)(UChar32, UProperty); 45 typedef UBool (*u_hasBinaryProperty_t)(UChar32, UProperty);
|
/external/icu/libandroidicu/include/unicode/ |
ucpmap.h | 99 ucpmap_get(const UCPMap *map, UChar32 c); 131 * UChar32 start = 0, end; 154 U_CAPI UChar32 U_EXPORT2 155 ucpmap_getRange(const UCPMap *map, UChar32 start,
|