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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 437 if (hb_codepoint_parse (s, len, 10, glyph))
444 hb_codepoint_parse (s + 3, len - 3, 10, glyph))
450 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) &&
hb-private.hh 854 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out) function
  /external/harfbuzz_ng/src/
hb-font-private.hh 437 if (hb_codepoint_parse (s, len, 10, glyph))
444 hb_codepoint_parse (s + 3, len - 3, 10, glyph))
450 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) &&
hb-private.hh 854 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out) function

Completed in 328 milliseconds