Home
last modified time | relevance | path

Searched refs:hb_codepoint_parse (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-font-private.hh383 if (hb_codepoint_parse (s, len, 10, glyph)) in glyph_from_string()
390 hb_codepoint_parse (s + 3, len - 3, 10, glyph)) in glyph_from_string()
396 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) && in glyph_from_string()
Dhb-private.hh932 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out) in hb_codepoint_parse() function
/external/harfbuzz_ng/src/
Dhb-font-private.hh383 if (hb_codepoint_parse (s, len, 10, glyph)) in glyph_from_string()
390 hb_codepoint_parse (s + 3, len - 3, 10, glyph)) in glyph_from_string()
396 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) && in glyph_from_string()
Dhb-private.hh882 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out) in hb_codepoint_parse() function