HomeSort by relevance Sort by last modified time
    Searched defs:utf8_len (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.hh 54 unsigned int utf8_len; member in struct:helper_cairo_line_t
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-glib.cc 350 gsize utf8_len, utf8_decomposed_len, i; local
353 utf8_len = g_unichar_to_utf8 (u, utf8);
354 utf8_decomposed = g_utf8_normalize (utf8, utf8_len, G_NORMALIZE_NFKD);
  /external/harfbuzz_ng/src/
hb-glib.cc 350 gsize utf8_len, utf8_decomposed_len, i; local
353 utf8_len = g_unichar_to_utf8 (u, utf8);
354 utf8_decomposed = g_utf8_normalize (utf8, utf8_len, G_NORMALIZE_NFKD);

Completed in 170 milliseconds