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.cc714 unsigned int *language_index) in hb_ot_layout_script_find_language() argument
721 language_index); in hb_ot_layout_script_find_language()
748 unsigned int *language_index /* OUT */) in hb_ot_layout_script_select_language() argument
756 if (s.find_lang_sys_index (language_tags[i], language_index)) in hb_ot_layout_script_select_language()
761 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_select_language()
764 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_select_language()
787 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument
793 language_index, in hb_ot_layout_language_get_required_feature_index()
819 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument
824 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.h195 unsigned int *language_index /* OUT */);
201 unsigned int language_index,
208 unsigned int language_index,
216 unsigned int language_index,
225 unsigned int language_index,
234 unsigned int language_index,
Dhb-ot-map.cc71 …table_tag, script_index[table_index], language_count, language_tags, &language_index[table_index]); in hb_ot_map_builder_t()
175 language_index[table_index], in compile()
237 language_index[table_index], in compile()
Dhb-ot-deprecated.h60 unsigned int *language_index);
Dhb-ot-map.hh273 unsigned int script_index[2], language_index[2]; member