Home
last modified time | relevance | path

Searched refs:lang_matches (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-tag-table.hh1146 if (lang_matches (&lang_str[1], "do-hant-hk")) in hb_ot_tags_from_complex_language()
1153 if (lang_matches (&lang_str[1], "do-hant-mo")) in hb_ot_tags_from_complex_language()
1160 if (lang_matches (&lang_str[1], "jy-hant-hk")) in hb_ot_tags_from_complex_language()
1167 if (lang_matches (&lang_str[1], "jy-hant-mo")) in hb_ot_tags_from_complex_language()
1174 if (lang_matches (&lang_str[1], "mn-hant-hk")) in hb_ot_tags_from_complex_language()
1181 if (lang_matches (&lang_str[1], "mn-hant-mo")) in hb_ot_tags_from_complex_language()
1188 if (lang_matches (&lang_str[1], "px-hant-hk")) in hb_ot_tags_from_complex_language()
1195 if (lang_matches (&lang_str[1], "px-hant-mo")) in hb_ot_tags_from_complex_language()
1202 if (lang_matches (&lang_str[1], "zh-hant-hk")) in hb_ot_tags_from_complex_language()
1209 if (lang_matches (&lang_str[1], "zh-hant-mo")) in hb_ot_tags_from_complex_language()
[all …]
Dhb-ot-tag.cc208 lang_matches (const char *lang_str, const char *spec) in lang_matches() function