/external/harfbuzz/contrib/tables/ |
D | unicode_parse_common.py | 38 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/ |
D | citertst.c | 1034 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 …]
|
D | cucdapi.c | 189 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/ |
D | citertst.c | 1034 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 …]
|
D | cucdapi.c | 189 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/ |
D | test-buffer.c | 358 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/ |
D | utf8.txt | 65 (The codepoints for this test are: |
|
/external/chromium_org/third_party/JSON/JSON-2.59/ |
D | README | 1109 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/ |
D | CHANGES | 103 Update diffserver-TE codepoints as per RFC 4124.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | e_expr.test | 544 # and any UTF characters with codepoints larger than 127 (non-ASCII
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | BidiTest.txt | 19 # <set> = All and only the those codepoints with that property value in <set>.
|