/external/chromium_org/third_party/icu/source/common/ |
ucnv_lmb.c | [all...] |
usprep.cpp | 537 UChar32 ch; 746 UChar32 ch;
|
ubidi.c | 333 UChar32 uchar; 370 UChar32 uchar; [all...] |
ucnv.c | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf_old.h | 101 * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit 103 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as 104 * the definition of UChar. For details see the documentation for UChar32 itself.</p> 302 * Code point comparisons need to be in uint32_t because UChar32 450 (c)|=(UChar32)__b<<__shift; \ 453 (c)|=(UChar32)(__b&0x3f)<<__shift; \ [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cstrcase.c | 409 static const UChar32 429 const UChar32 *p; [all...] |
citertst.c | 790 UChar32 unassigned = 0xEFFFD; [all...] |
utransts.c | 86 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) {
|
/external/icu4c/common/ |
ucnv_lmb.c | [all...] |
usprep.cpp | 534 UChar32 ch; 743 UChar32 ch;
|
ucnv.c | [all...] |
ucnv_ct.c | 337 UChar32 sourceChar;
|
/external/icu4c/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...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 409 static const UChar32 429 const UChar32 *p; [all...] |
reapits.c | 95 UChar32 u8c = 0; 96 UChar32 utc = 0; 117 UChar32 c; 139 UChar32 ca = 0; 140 UChar32 cb = 0; [all...] |
citertst.c | 790 UChar32 unassigned = 0xEFFFD; [all...] |
utransts.c | 86 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) {
|
/external/icu4c/test/intltest/ |
itspoof.cpp | 323 UChar32 cc = 0; 346 // Append the hex form of a UChar32 to a UnicodeString. 351 static void appendHexUChar(UnicodeString &dest, UChar32 c) {
|
ucharstrietest.cpp | 825 UChar32 c=expectedString[0]; 826 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0; [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
uregex.cpp | [all...] |
smpdtfmt.cpp | [all...] |
/external/icu4c/i18n/ |
uregex.cpp | [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 340 /* get a UChar32 from the stream*/ 376 UChar32 c32,c1,c2;
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 341 /* get a UChar32 from the stream*/ 377 UChar32 c32,c1,c2;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.cpp | [all...] |