HomeSort by relevance Sort by last modified time
    Searched refs:codepoints (Results 1 - 14 of 14) sorted by null

  /external/harfbuzz/contrib/tables/
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/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 1028 * Getting codepoints from a string
1029 * @param str character string contain codepoints seperated by space and ended
1031 * @param codepoints array for storage, assuming size > 5
1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) {
1269 UChar codepoints[10]; local
1700 UChar codepoints[11]; local
1909 UChar codepoints[10]; local
    [all...]
cucdapi.c 189 uint32_t codepoints[] = { local
244 for(i=0; i<LENGTHOF(codepoints); ++i){
245 code = uscript_getScript(codepoints[i],&status);
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]);
255 codepoints[i],u_errorName(status));
285 log_err("uscript_getScript failed for %d codepoints\n", err);
  /external/icu4c/test/cintltst/
citertst.c 1028 * Getting codepoints from a string
1029 * @param str character string contain codepoints seperated by space and ended
1031 * @param codepoints array for storage, assuming size > 5
1034 static char *getCodePoints(char *str, UChar *codepoints, UChar *contextCPs) {
1269 UChar codepoints[10]; local
1702 UChar codepoints[11]; local
1923 UChar codepoints[10]; local
    [all...]
cucdapi.c 189 uint32_t codepoints[] = { local
244 for(i=0; i<LENGTHOF(codepoints); ++i){
245 code = uscript_getScript(codepoints[i],&status);
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]);
255 codepoints[i],u_errorName(status));
285 log_err("uscript_getScript failed for %d codepoints\n", err);
  /external/harfbuzz_ng/test/api/
test-buffer.c 358 const uint32_t codepoints[8]; member in struct:__anon20484
388 for (chars = 0; test->codepoints[chars]; chars++)
397 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]);
697 const uint32_t codepoints[8]; member in struct:__anon20486
728 for (chars = 0; test->codepoints[chars]; chars++)
737 g_assert_cmphex (glyphs[j].codepoint, ==, test->codepoints[j]);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 43 @data.concat( line.codepoints.to_a )
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 399 @data = @string.codepoints.to_a.freeze
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm     [all...]

Completed in 484 milliseconds