Home
last modified time | relevance | path

Searched refs:codepoints (Results 1 – 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
Dcitertst.c1036 static char * getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { in getCodePoints() argument
1040 *codepoints = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1051 *contextCPs = *codepoints; in getCodePoints()
1052 *(++codepoints) = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1059 codepoints ++; in getCodePoints()
1062 *codepoints = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1066 codepoints ++; in getCodePoints()
1069 *codepoints = 0; in getCodePoints()
1272 UChar codepoints[10]; in TestCEs() local
1304 str = getCodePoints(line, codepoints, contextCPs); in TestCEs()
[all …]
Dcucdapi.c189 uint32_t codepoints[] = { in TestUScriptCodeAPI() local
244 for(i=0; i<LENGTHOF(codepoints); ++i){ in TestUScriptCodeAPI()
245 code = uscript_getScript(codepoints[i],&status); in TestUScriptCodeAPI()
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT) in TestUScriptCodeAPI()
250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]); in TestUScriptCodeAPI()
255 codepoints[i],u_errorName(status)); in TestUScriptCodeAPI()
/external/icu4c/test/cintltst/
Dcitertst.c1031 static char * getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { in getCodePoints() argument
1035 *codepoints = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1046 *contextCPs = *codepoints; in getCodePoints()
1047 *(++codepoints) = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1054 codepoints ++; in getCodePoints()
1057 *codepoints = (UChar)((hex2num(*pStartCP) << 12) | in getCodePoints()
1061 codepoints ++; in getCodePoints()
1064 *codepoints = 0; in getCodePoints()
1267 UChar codepoints[10]; in TestCEs() local
1299 str = getCodePoints(line, codepoints, contextCPs); in TestCEs()
[all …]
Dcucdapi.c189 uint32_t codepoints[] = { in TestUScriptCodeAPI() local
244 for(i=0; i<LENGTHOF(codepoints); ++i){ in TestUScriptCodeAPI()
245 code = uscript_getScript(codepoints[i],&status); in TestUScriptCodeAPI()
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT) in TestUScriptCodeAPI()
250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]); in TestUScriptCodeAPI()
255 codepoints[i],u_errorName(status)); in TestUScriptCodeAPI()
/external/sqlite/android/
DPhoneticStringUtils.cpp224 … char32_t codepoints[MAX_CODEPOINTS]; // if array size is changed the for loop needs to be changed in GetExpectedString() local
243 codepoints[j] = static_cast<char32_t>(ret); in GetExpectedString()
255 codepoints[0] = 0x10000 + CODEPOINT_FOR_NULL_STR; in GetExpectedString()
259 size_t new_len = utf8_length_from_utf32(codepoints, length); in GetExpectedString()
265 if (utf32_to_utf8(codepoints, length, *dst, new_len + 1) != new_len) { in GetExpectedString()
DPhoneticStringUtilsTest.cpp122 char32_t codepoints[1] = {codepoint}; \
123 status_t ret = string8.setTo(codepoints, 1); \
/external/tcpdump/
DCHANGES103 Update diffserver-TE codepoints as per RFC 4124.
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1022441 JSC allows non-identifier codepoints in identifiers (affects Acid3)
/external/webkit/WebCore/
DChangeLog-2010-01-291650 because we could have had multiple codepoints combine into one glyph. The
96803 codepoints out of a UTF-16 input string.
/external/icu4c/test/testdata/
DBidiTest.txt19 # <set> = All and only the those codepoints with that property value in <set>.