Home
last modified time | relevance | path

Searched refs:UTF16_TRAIL (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/test/cintltst/
Dcnormtst.c815 input[inLength++]=UTF16_TRAIL(MUSICAL_HALF_NOTE); in TestNormCoverage()
818 input[inLength++]=UTF16_TRAIL(MUSICAL_STACCATO); in TestNormCoverage()
820 input[inLength++]=UTF16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
874 expect[expectLength++]=UTF16_TRAIL(MUSICAL_VOID_NOTEHEAD); in TestNormCoverage()
876 expect[expectLength++]=UTF16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
879 expect[expectLength++]=UTF16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
883 expect[expectLength++]=UTF16_TRAIL(MUSICAL_STACCATO); in TestNormCoverage()
925 expect[expectLength++]=UTF16_TRAIL(MUSICAL_VOID_NOTEHEAD); in TestNormCoverage()
927 expect[expectLength++]=UTF16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
930 expect[expectLength++]=UTF16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
[all …]
Dsprpdata.c210 UChar trail = UTF16_TRAIL(mapping[i]); in compareMapping()
Dnccbtst.c1757 out1[]={ UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfeff }, in TestSub()
1758 out2[]={ UTF16_LEAD(0x0f1000), UTF16_TRAIL(0x0f1000), 0xfffe }, in TestSub()
1759 out3[]={ 0xfefe, UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfffd, 0xfffd }, in TestSub()
1760 out4[]={ UTF16_LEAD(0x10203), UTF16_TRAIL(0x10203), 0xfffd, 0x4e00 }; in TestSub()
Dutf16tst.c721 if (second != UTF16_TRAIL(s[i]) || second != U16_TRAIL(s[i]) || second != secondresult) { in TestSurrogate()
Dnucnvtst.c3501 dst[dstIndex]=UTF16_TRAIL(c); in unescape()
3540 usource[1]=UTF16_TRAIL(i); in TestFullRoundtrip()
/external/icu4c/common/
Ducnvbocu.c1115 *target++=UTF16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1121 cnv->UCharErrorBuffer[0]=UTF16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1320 *target++=UTF16_TRAIL(c); in _Bocu1ToUnicode()
1323 cnv->UCharErrorBuffer[0]=UTF16_TRAIL(c); in _Bocu1ToUnicode()
Dustrtrns.c484 *(pDest++)=UTF16_TRAIL(ch); in u_strFromUTF8WithSub()
604 *(pDest++)=UTF16_TRAIL(ch); in u_strFromUTF8WithSub()
651 *(pDest++)=UTF16_TRAIL(ch); in u_strFromUTF8WithSub()
Dpunycode.c563 dest[codeUnitIndex+1]=UTF16_TRAIL(n); in u_strFromPunycode()
Dutext.cpp1773 *(pDest++)=UTF16_TRAIL(ch); in utext_strFromUTF8()
/external/icu4c/test/intltest/
Dtestidn.cpp385 UChar trail = UTF16_TRAIL(mapping[i]); in compareMapping()
Dtstnorm.cpp691 UTF16_LEAD(0x2f999), UTF16_TRAIL(0x2f999), in TestPreviousNext()
692 UTF16_LEAD(0x1d15f), UTF16_TRAIL(0x1d15f), in TestPreviousNext()
714 UTF16_LEAD(0x2f999), UTF16_TRAIL(0x2f999), in TestPreviousNext()
/external/icu4c/tools/gensprep/
Dstore.c471 map[i+1] = UTF16_TRAIL(mapping[i]); in storeMapping()
/external/icu4c/common/unicode/
Dutf_old.h530 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) macro
/external/icu4c/i18n/
Ducol_elm.cpp1409 …X=%04X %04X, %08X\n", start, UTF16_LEAD(start), UTF16_TRAIL(start), limit, UTF16_LEAD(limit), UTF1… in enumRange()