HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 351 - 375 of 400) sorted by null

<<111213141516

  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 520 p=new(bytes) UnicodeString(len, (UChar32)0x20ac, len);
itspoof.cpp 279 UChar32 cc = 0;
302 // Append the hex form of a UChar32 to a UnicodeString.
307 static void appendHexUChar(UnicodeString &dest, UChar32 c) {
itutil.cpp 417 LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
523 a[1].append((UChar32)0x60006);
    [all...]
ucharstrietest.cpp 827 UChar32 c=expectedString[0];
828 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
    [all...]
intltest.cpp 323 static inline UBool isPrintable(UChar32 c) {
339 UChar32 ch = source.char32At(i);
374 UChar32 ch = source.char32At(i);
    [all...]
bidiconf.cpp 152 biDiConfUBiDiClassCallback(const void * /*context*/, UChar32 c) {
transtst.cpp 101 : DESERET_DEE((UChar32)0x10414),
102 DESERET_dee((UChar32)0x1043C)
663 virtual UBool contains(UChar32 c) const {
    [all...]
regextst.cpp 128 UChar32 c = utext_next32From(text, 0);
205 UChar32 ca = 0;
206 UChar32 cb = 0;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 320 UChar32 c = 0;
412 if (c == (UChar32)U_ERR)
428 if (c != (UChar32)U_EOF)
794 UChar32 c;
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 400 UChar32 c = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
  /external/icu/icu4c/source/common/
ucnv_lmb.cpp     [all...]
ucnv.cpp     [all...]
rbbi_cache.cpp 148 UChar32 c = utext_current32(text);
  /external/icu/icu4c/source/common/unicode/
utf_old.h 100 * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit
102 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as
103 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
334 * Code point comparisons need to be in uint32_t because UChar32
482 (c)|=(UChar32)__b<<__shift; \
485 (c)|=(UChar32)(__b&0x3f)<<__shift; \
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 246 CollationFastLatinBuilder::getCEsFromCE32(const CollationData &data, UChar32 c, uint32_t ce32,
650 UChar32 c = i - headerLength;
usearch.cpp     [all...]
uregex.cpp     [all...]
repattrn.cpp 814 for (UChar32 c = utext_next32From(fPattern, 0); c != U_SENTINEL; c = utext_next32(fPattern)) {
number_skeletons.cpp 114 inline void appendMultiple(UnicodeString& sb, UChar32 cp, int32_t count) {
438 UChar32 cp = segment.codePointAt(offset);
    [all...]
  /external/icu/libandroidicu/include/unicode/
utf_old.h 100 * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit
102 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as
103 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
334 * Code point comparisons need to be in uint32_t because UChar32
482 (c)|=(UChar32)__b<<__shift; \
485 (c)|=(UChar32)(__b&0x3f)<<__shift; \
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 99 UChar32 u8c = 0;
100 UChar32 utc = 0;
121 UChar32 c;
143 UChar32 ca = 0;
144 UChar32 cb = 0;
    [all...]
cmsccoll.c 557 UChar32 u;
579 UChar32 u = 0;
603 UChar32 ch = uset_charAt(charsToTest, u);
625 for(u=0; u<(UChar32)noCases; u++) {
669 for(u=0; u<(UChar32)noCases; u++) {
685 for(u = 0; u <= (UChar32)noCases; u++) {
    [all...]
cstrcase.c 411 static const UChar32
431 const UChar32 *p;
    [all...]
cnormtst.c     [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 764 UnicodeString shorty((UChar32)0x12345);

Completed in 1864 milliseconds

<<111213141516