/external/icu/icu4c/source/common/ |
ubidi.c | 345 UChar32 uchar; 380 UChar32 uchar; 435 UChar32 uchar; [all...] |
ucnv2022.cpp | [all...] |
ucnv_lmb.c | [all...] |
ucnv.c | [all...] |
ucnv_ct.c | 335 UChar32 sourceChar;
|
/external/icu/icu4c/source/i18n/ |
tzfmt.cpp | 79 static const UChar32 DEFAULT_GMT_DIGITS[] = { 404 uprv_memcpy(fGMTOffsetDigits, DEFAULT_GMT_DIGITS, sizeof(UChar32) * 10); 615 UChar32 digitArray[10]; 620 uprv_memcpy(fGMTOffsetDigits, digitArray, sizeof(UChar32)*10); [all...] |
dcfmtsym.cpp | 240 UChar32 digit = digitString.char32At(0);
|
rbt_set.cpp | 93 UChar32 ch = source.char32At(i);
|
collationfastlatinbuilder.cpp | 244 CollationFastLatinBuilder::getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32, 648 UChar32 c = i - headerLength;
|
usearch.cpp | [all...] |
uregex.cpp | [all...] |
affixpatternparser.cpp | 404 inline void append(UChar32 x) {
|
/external/icu/icu4c/source/i18n/unicode/ |
regex.h | 623 UChar32 fInitialChar; [all...] |
/external/icu/icu4c/source/layout/ |
LETypes.h | 230 typedef UChar32 LEUnicode32;
|
/external/icu/icu4c/source/test/cintltst/ |
ucnvseltst.c | 284 UChar32 cp;
|
reapits.c | 96 UChar32 u8c = 0; 97 UChar32 utc = 0; 118 UChar32 c; 140 UChar32 ca = 0; 141 UChar32 cb = 0; [all...] |
cmsccoll.c | 558 UChar32 u; 580 UChar32 u = 0; 604 UChar32 ch = uset_charAt(charsToTest, u); 626 for(u=0; u<(UChar32)noCases; u++) { 670 for(u=0; u<(UChar32)noCases; u++) { 686 for(u = 0; u <= (UChar32)noCases; u++) { [all...] |
/external/icu/icu4c/source/test/intltest/ |
uobjtest.cpp | 514 p=new(bytes) UnicodeString(len, (UChar32)0x20ac, len);
|
itspoof.cpp | 318 UChar32 cc = 0; 341 // Append the hex form of a UChar32 to a UnicodeString. 346 static void appendHexUChar(UnicodeString &dest, UChar32 c) {
|
itutil.cpp | 293 LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005)); 403 a[1].append((UChar32)0x60006);
|
ucharstrietest.cpp | 824 UChar32 c=expectedString[0]; 825 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0; [all...] |
intltest.cpp | 293 static inline UBool isPrintable(UChar32 c) { 309 UChar32 ch = source.char32At(i); 344 UChar32 ch = source.char32At(i); [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 318 UChar32 c = 0; 410 if (c == (UChar32)U_ERR) 426 if (c != (UChar32)U_EOF) 792 UChar32 c; [all...] |
/frameworks/av/media/libmedia/ |
CharacterEncodingDetector.cpp | 358 UChar32 c = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
|
/external/icu/icu4c/source/common/unicode/ |
utf_old.h | 98 * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit 100 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as 101 * the definition of UChar. For details see the documentation for UChar32 itself.</p> 298 * Code point comparisons need to be in uint32_t because UChar32 446 (c)|=(UChar32)__b<<__shift; \ 449 (c)|=(UChar32)(__b&0x3f)<<__shift; \ [all...] |