/external/icu/icu4c/source/i18n/ |
utrans.cpp | 85 virtual UChar32 getChar32At(int32_t offset) const; 108 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const {
|
collationbuilder.h | 138 UChar32 composite, const UnicodeString &decomp,
|
uspoof.cpp | 583 UChar32 c; 604 UChar32 c; 605 UChar32 firstNonspacingMark = 0; 711 UChar32 c = nfdId.char32At(inputIndex);
|
collationbuilder.cpp | 488 UChar32 pos = str.charAt(1) - CollationRuleParser::POS_BASE; [all...] |
number_patternstring.cpp | 121 UChar32 ParsedPatternInfo::ParserState::peek() { 129 UChar32 ParsedPatternInfo::ParserState::next() { [all...] |
/external/icu/icu4c/source/tools/gensprep/ |
store.c | 527 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) { 529 UChar32 limit=0;
|
/external/harfbuzz_ng/src/ |
hb-icu.cc | 169 UChar32 ret = unorm2_composePair (normalizer, a, b);
|
/external/icu/icu4c/source/common/ |
rbbi.cpp | 767 UChar32 c; 835 // not the size of the character going in, which is a UChar32. 955 UChar32 c; [all...] |
unisetspan.cpp | 353 UChar32 c; 434 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { 504 UChar32 c=*s; 516 UChar32 c=s[length-1]; [all...] |
uts46.cpp | 676 isNonASCIIDisallowedSTD3Valid(UChar32 c) { 824 UChar32 c; [all...] |
filteredbrk.cpp | 265 UChar32 uch; 269 if((uch=utext_previous32(fText.getAlias()))==(UChar32)0x0020) { // TODO: skip a class of chars here??
|
ucnvhz.cpp | 162 UChar32 targetUniChar = 0x0000; 346 UChar32 mySourceChar = 0x0000;
|
uinvchar.cpp | 456 UChar32 c1, c2; 502 UChar32 c1, c2;
|
usprep.cpp | 528 UChar32 ch; 717 UChar32 ch = 0;
|
/external/icu/icu4c/source/common/unicode/ |
messagepattern.h | 890 static UBool isArgTypeChar(UChar32 c); [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 626 str1.append((UChar32) 0); 628 str2.append((UChar32) 0); 668 str.append((UChar32) 0); 945 UChar32 c; [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
translit.h | 736 UChar32 insertion, [all...] |
/external/icu/icu4c/source/test/intltest/ |
rbbimonkeytest.cpp | 346 UnicodeSet otherSet((UChar32)0, 0x10ffff); 375 const CharClass *BreakRules::getClassForChar(UChar32 c, int32_t *iter) const { 415 UChar32 c = cclass->fSet->charAt(charIndex); 583 UChar32 c = fString.char32At(charIdx); [all...] |
trnserr.cpp | 120 t->transliterate(testString, pos, (UChar32)0x0061, status);
|
convtest.cpp | 506 UChar32 codePoint, 520 UChar32 cpLimit; 533 UChar32 c; 702 UChar32 input[1]; [all...] |
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.cpp | 219 UChar32 c;
|
/external/icu/icu4c/source/tools/escapesrc/ |
escapesrc.cpp | 139 UChar32 ch = c & 0x1FFFFF; 275 UChar32 c;
|
/external/icu/icu4c/source/tools/genrb/ |
ustr.c | 169 ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status){
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvtst.c | [all...] |
custrtrn.c | 68 static const UChar32 src32[]={ 146 UChar32 u32Target[400]; 212 UChar32 u32Target[400]; 218 static const UChar32 expected[] = { 0x5a, 0x50000, 0x7a, 0 }; 219 static const UChar32 expected_FFFD[] = { 0x41, 0xfffd, 0x61, 0xfffd, 0x5a, 0x50000, 0x7a, 0 }; 220 static const UChar32 expected_12345[] = { 0x41, 0x12345, 0x61, 0x12345, 0x5a, 0x50000, 0x7a, 0 }; 397 static const UChar32 surr32[] = { 0x41, 0xd900, 0x61, 0xdc00, -1, 0x110000, 0x5a, 0x50000, 0x7a, 0 }; [all...] |