OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_tag_from_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc
61
*
hb_tag_from_string
:
72
hb_tag_from_string
(const char *str, int len)
function
413
return hb_script_from_iso15924_tag (
hb_tag_from_string
(s, len));
/external/harfbuzz_ng/src/
hb-common.cc
61
hb_tag_from_string
(const char *s, int len)
function
319
return hb_script_from_iso15924_tag (
hb_tag_from_string
(s, len));
Completed in 842 milliseconds