Searched refs:hb_codepoint_parse (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-font.hh | 669 if (hb_codepoint_parse (s, len, 10, glyph)) in glyph_from_string() 676 hb_codepoint_parse (s + 3, len - 3, 10, glyph)) in glyph_from_string() 682 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) && in glyph_from_string()
|
H A D | hb-algs.hh | 1374 hb_codepoint_parse (const char *s, unsigned int len, int base, hb_codepoint_t *out) in hb_codepoint_parse() function
|