HomeSort by relevance Sort by last modified time
    Searched defs:language_tag (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 79 hb_tag_t language_tag; local
82 language_tag = hb_ot_tag_from_language (props.language);
87 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
hb-uniscribe.cc 335 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
351 language_tag,
393 language_tag,
  /external/harfbuzz_ng/src/
hb-ot-map.cc 77 hb_tag_t language_tag; local
80 language_tag = hb_ot_tag_from_language (props.language);
85 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
hb-uniscribe.cc 335 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
351 language_tag,
393 language_tag,

Completed in 62 milliseconds