Searched refs:needs_script (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-tag.cc | 356 bool needs_script = true; in hb_ot_tags_from_script_and_language() local 395 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language() 402 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-tag.cc | 384 bool needs_script = true; in hb_ot_tags_from_script_and_language() local 423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language() 430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
|
/third_party/harfbuzz/src/ |
D | hb-ot-tag.cc | 384 bool needs_script = true; in hb_ot_tags_from_script_and_language() local 423 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language() 430 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
|