Home
last modified time | relevance | path

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

/external/harfbuzz/contrib/tables/
Dunicode_parse_common.py38 codepoints = codepoints_parse(line[0])
43 if type(codepoints) == int:
44 codepoints = (codepoints, codepoints)
46 ranges.append((codepoints[0], codepoints[1], value))
/external/icu4c/test/cintltst/
Dcitertst.c1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { in getCodePoints() argument
1039 *codepoints = 0; in getCodePoints()
1055 u_memcpy(codepoints, contextCPs, contextLength); in getCodePoints()
1056 codepoints += contextLength; in getCodePoints()
1062 u_parseString(s, codepoints, 99, NULL, &errorCode); in getCodePoints()
1269 UChar codepoints[10]; in TestCEs() local
1301 str = getCodePoints(line, codepoints, contextCPs); in TestCEs()
1307 if(*codepoints == 0xFDD0) { in TestCEs()
1327 iter = ucol_openElements(coll, codepoints, -1, &status); in TestCEs()
1340 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) { 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/chromium_org/third_party/icu/source/test/cintltst/
Dcitertst.c1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { in getCodePoints() argument
1039 *codepoints = 0; in getCodePoints()
1055 u_memcpy(codepoints, contextCPs, contextLength); in getCodePoints()
1056 codepoints += contextLength; in getCodePoints()
1062 u_parseString(s, codepoints, 99, NULL, &errorCode); in getCodePoints()
1269 UChar codepoints[10]; in TestCEs() local
1301 str = getCodePoints(line, codepoints, contextCPs); in TestCEs()
1307 if(*codepoints == 0xFDD0) { in TestCEs()
1327 iter = ucol_openElements(coll, codepoints, -1, &status); in TestCEs()
1340 if(UCOL_ISTHAIPREVOWEL(*codepoints) && ce == 0 && count == 0) { 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/harfbuzz_ng/test/api/
Dtest-buffer.c358 const uint32_t codepoints[8]; member
388 for (chars = 0; test->codepoints[chars]; chars++) in test_buffer_utf8_conversion()
397 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]); in test_buffer_utf8_conversion()
697 const uint32_t codepoints[8]; member
728 for (chars = 0; test->codepoints[chars]; chars++) in test_buffer_utf16_conversion()
737 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]); in test_buffer_utf16_conversion()
/external/qemu/distrib/sdl-1.2.15/test/
Dutf8.txt65 (The codepoints for this test are: |
/external/chromium_org/third_party/JSON/JSON-2.59/
DREADME1109 A JSON string becomes a string scalar in Perl - Unicode codepoints
1110 in JSON are represented by the same codepoints in the Perl string,
/external/tcpdump/
DCHANGES103 Update diffserver-TE codepoints as per RFC 4124.
/external/chromium_org/third_party/sqlite/src/test/
De_expr.test544 # and any UTF characters with codepoints larger than 127 (non-ASCII
/external/chromium_org/third_party/icu/source/test/testdata/
DBidiTest.txt19 # <set> = All and only the those codepoints with that property value in <set>.