Home
last modified time | relevance | path

Searched refs:language_index (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc498 unsigned int *language_index) in hb_ot_layout_script_find_language() argument
505 language_index); in hb_ot_layout_script_find_language()
519 unsigned int *language_index /* OUT */) in hb_ot_layout_script_select_language() argument
527 if (s.find_lang_sys_index (language_tags[i], language_index)) in hb_ot_layout_script_select_language()
532 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_select_language()
535 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_select_language()
543 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument
549 language_index, in hb_ot_layout_language_get_required_feature_index()
563 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument
568 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
[all …]
Dhb-ot-layout.h184 unsigned int *language_index /* OUT */);
190 unsigned int language_index,
197 unsigned int language_index,
205 unsigned int language_index,
214 unsigned int language_index,
223 unsigned int language_index,
Dhb-ot-map.cc67 …table_tag, script_index[table_index], language_count, language_tags, &language_index[table_index]); in hb_ot_map_builder_t()
171 language_index[table_index], in compile()
232 language_index[table_index], in compile()
Dhb-ot-deprecated.h56 unsigned int *language_index);
Dhb-ot-map.hh273 unsigned int script_index[2], language_index[2]; member