Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcitertst.c1035 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) { in getCodePoints() argument
1040 *codepoints = 0; in getCodePoints()
1056 u_memcpy(codepoints, contextCPs, contextLength); in getCodePoints()
1057 codepoints += contextLength; in getCodePoints()
1063 u_parseString(s, codepoints, 99, NULL, &errorCode); in getCodePoints()
1270 UChar codepoints[10]; in TestCEs() local
1302 str = getCodePoints(line, codepoints, contextCPs); in TestCEs()
1308 if(*codepoints == 0xFDD0) { in TestCEs()
1328 iter = ucol_openElements(coll, codepoints, -1, &status); in TestCEs()
1341 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/WebKit/Source/build/scripts/
Dmake_mediaquery_tokenizer_codepoints.py29 codepoints = {'(': 'leftParenthesis',
58 return codepoints.get(c)
/external/harfbuzz_ng/test/api/
Dtest-buffer.c358 const uint32_t codepoints[8]; member
389 for (chars = 0; test->codepoints[chars]; chars++) in test_buffer_utf8_conversion()
398 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]); in test_buffer_utf8_conversion()
702 const uint32_t codepoints[8]; member
735 for (chars = 0; test->codepoints[chars]; chars++) in test_buffer_utf16_conversion()
744 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]); in test_buffer_utf16_conversion()
753 const uint32_t codepoints[8]; member
789 for (chars = 0; test->codepoints[chars]; chars++) in test_buffer_utf32_conversion()
798 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]); in test_buffer_utf32_conversion()
/external/icu/icu4c/source/test/cintltst/
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/libvterm/src/
Dstate.c157 uint32_t codepoints[len]; in on_text() local
168 codepoints, &npoints, state->gsingle_set ? 1 : len, in on_text()
178 if(vterm_unicode_is_combining(codepoints[i])) { in on_text()
195 while(i < npoints && vterm_unicode_is_combining(codepoints[i])) { in on_text()
198 state->combine_chars[saved_i++] = codepoints[i++]; in on_text()
223 if(!vterm_unicode_is_combining(codepoints[glyph_ends])) in on_text()
231 chars[i - glyph_starts] = codepoints[i]; in on_text()
232 width += vterm_unicode_width(codepoints[i]); in on_text()
/external/qemu/distrib/sdl-1.2.15/test/
Dutf8.txt65 (The codepoints for this test are: |
/external/pcre/dist/
Dconfig.h.generic212 3349 or 3365 (CRLF) because there are two alternative codepoints (0x15 and
Dconfig.h.in199 3349 or 3365 (CRLF) because there are two alternative codepoints (0x15 and
DNEWS48 . Following Perl, added \o{} to specify codepoints in octal, making it
Dconfigure.ac775 (CRLF) because there are two alternative codepoints (0x15 and 0x25) that are
DChangeLog335 22. Following Perl, added \o{} to specify codepoints in octal, making it
422 43. A minimizing repeat of a class containing codepoints greater than 255 in
697 (c) A bug that is fixed as a result of (b) is that codepoints less than 256
738 30. In 8-bit UTF-8 mode, pcretest failed to give an error for data codepoints
894 codepoints that are too big for the mode are faulted, and in a UTF mode,
895 disallowed codepoints are also faulted.
946 9. The invalid Unicode surrogate codepoints U+D800 to U+DFFF are now rejected
2383 codepoints greater than 255 (in UTF-8 mode, of course) caused a buffer
/external/harfbuzz_ng/
DNEWS41 now replaces invalid Unicode codepoints with the replacement
/external/chromium_org/third_party/harfbuzz-ng/
DNEWS113 now replaces invalid Unicode codepoints with the replacement
/external/tcpdump/
DCHANGES306 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/pcre/dist/doc/
Dpcre.txt979 UTF support allows the libraries to process character codepoints up to
4957 codepoints are greater than 127) are treated as literals.
5108 Invalid Unicode codepoints are the range 0xd800 to 0xdfff (the so-
5109 called "surrogate" codepoints), and 0xffef.
5250 In 8-bit, non-UTF-8 mode, only the characters with codepoints less than
5268 In other modes, two additional characters whose codepoints are greater
5305 course limited to testing characters whose codepoints are less than
8133 UTF-16, where they are used in pairs to encode codepoints with values
/external/e2fsprogs/
DRELEASE-NOTES704 Reserve the codepoints for the INCOMPAT features LARGEDATA and