HomeSort by relevance Sort by last modified time
    Searched refs:codepoints (Results 1 - 8 of 8) 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/sqlite/android/
PhoneticStringUtils.cpp 224 char32_t codepoints[MAX_CODEPOINTS]; // if array size is changed the for loop needs to be changed local
244 codepoints[j] = static_cast<char32_t>(ret);
254 // If all of codepoints are invalid, we place the string at the end of
256 codepoints[0] = 0x10000 + CODEPOINT_FOR_NULL_STR;
260 ssize_t new_len = utf32_to_utf8_length(codepoints, length);
270 utf32_to_utf8(codepoints, length, *dst);
PhoneticStringUtilsTest.cpp 122 char32_t codepoints[1] = {codepoint}; \
123 status_t ret = string8.setTo(codepoints, 1); \
  /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/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 259 milliseconds