HomeSort by relevance Sort by last modified time
    Searched refs:U16_TRAIL (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu/icu4c/source/tools/genrb/
ustr.h 32 target[1] = U16_TRAIL(c); \
46 target[1] = U16_TRAIL(c); \
ustr.c 174 ustr_ucat(dst, U16_TRAIL(c), status);
  /external/icu/icu4c/source/common/
appendable.cpp 28 return appendCodeUnit(U16_LEAD(c)) && appendCodeUnit(U16_TRAIL(c));
ustrtrns.cpp 108 *pDest++ = U16_TRAIL(ch);
490 *(pDest++)=U16_TRAIL(ch);
610 *(pDest++)=U16_TRAIL(ch);
657 *(pDest++)=U16_TRAIL(ch);
798 *(pDest++) = U16_TRAIL(ch);
891 *(pDest++) = U16_TRAIL(ch);
930 *(pDest++) = U16_TRAIL(ch);
    [all...]
ucnv_cnv.c 144 c=U16_TRAIL(c);
ucharstrie.cpp 46 next(U16_TRAIL(cp)) :
55 next(U16_TRAIL(cp)) :
ucnv_u32.c 93 ch = U16_TRAIL(ch);
175 ch = U16_TRAIL(ch);
557 ch = U16_TRAIL(ch);
648 ch = U16_TRAIL(ch);
    [all...]
ucnvbocu.cpp     [all...]
ustring.cpp 223 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
267 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
398 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
442 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
    [all...]
punycode.cpp 567 dest[codeUnitIndex+1]=U16_TRAIL(n);
uiter.cpp 852 return U16_TRAIL(iter->reservedField);
874 UChar trail=U16_TRAIL(iter->reservedField);
931 return U16_TRAIL(c);
normalizer2impl.cpp 76 limit[1]=U16_TRAIL(c);
137 limit[1]=U16_TRAIL(c);
940 starter[1]=U16_TRAIL(composite);
    [all...]
normalizer2impl.h 200 p[1]=U16_TRAIL(c);
usprep.cpp 591 dest[destIndex+1] = U16_TRAIL(ch);
  /frameworks/minikin/tests/
UnicodeUtils.cpp 61 buf[output_ix++] = U16_TRAIL(codepoint);
WordBreakerTests.cpp 32 #define UTF16(codepoint) U16_LEAD(codepoint), U16_TRAIL(codepoint)
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 387 return U16_TRAIL(iter->reservedField);
411 UChar trail=U16_TRAIL(iter->reservedField);
472 return U16_TRAIL(c);
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 815 input[inLength++]=U16_TRAIL(MUSICAL_HALF_NOTE);
818 input[inLength++]=U16_TRAIL(MUSICAL_STACCATO);
820 input[inLength++]=U16_TRAIL(MUSICAL_STEM);
    [all...]
sprpdata.c 211 UChar trail = U16_TRAIL(mapping[i]);
  /external/icu/icu4c/source/common/unicode/
utf16.h 129 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 215 *bufBase++ = U16_TRAIL(cp);
testidn.cpp 387 UChar trail = U16_TRAIL(mapping[i]);
collationtest.cpp 450 U16_LEAD(0x1D15F), U16_TRAIL(0x1D15F), // MUSICAL SYMBOL QUARTER NOTE=1D158 1D165, ccc=0, 216
452 U16_LEAD(0x1D16D), U16_TRAIL(0x1D16D), // MUSICAL SYMBOL COMBINING AUGMENTATION DOT, ccc=226
453 U16_LEAD(0x1D15F), U16_TRAIL(0x1D15F),
454 U16_LEAD(0x1D16D), U16_TRAIL(0x1D16D),
457 U16_LEAD(0x1D16D), U16_TRAIL(0x1D16D), U16_LEAD(0x1D165), U16_TRAIL(0x1D165),
    [all...]
tstnorm.cpp 691 U16_LEAD(0x2f999), U16_TRAIL(0x2f999),
692 U16_LEAD(0x1d15f), U16_TRAIL(0x1d15f),
714 U16_LEAD(0x2f999), U16_TRAIL(0x2f999),
    [all...]
  /external/icu/icu4c/source/io/
ustdio.c 680 if (*--(str->fPos) != U16_TRAIL(ch)

Completed in 549 milliseconds

1 2