HomeSort by relevance Sort by last modified time
    Searched refs:codepoints (Results 1 - 7 of 7) 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/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
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/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 66 unsigned codepoints = 0; local
69 codepoints++;
70 if (codepoints > *glyphsSize)
  /external/harfbuzz_ng/test/api/
test-buffer.c 358 const uint32_t codepoints[8]; member in struct:__anon8470
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:__anon8472
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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 399 @data = @string.codepoints.to_a.freeze
    [all...]

Completed in 313 milliseconds