Lines Matching refs:language_index
699 unsigned int *language_index) in hb_ot_layout_script_find_language() argument
706 language_index); in hb_ot_layout_script_find_language()
737 unsigned int *language_index /* OUT */) in hb_ot_layout_script_select_language() argument
745 if (s.find_lang_sys_index (language_tags[i], language_index)) in hb_ot_layout_script_select_language()
750 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_select_language()
753 if (language_index) in hb_ot_layout_script_select_language()
754 *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_select_language()
777 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument
783 language_index, in hb_ot_layout_language_get_required_feature_index()
809 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument
814 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
845 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument
851 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
878 unsigned int language_index, in hb_ot_layout_language_get_feature_tags() argument
884 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_tags()
918 unsigned int language_index, in hb_ot_layout_language_find_feature() argument
924 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_find_feature()
1139 for (unsigned int language_index = 0; language_index < count; language_index++) in script_collect_features() local
1141 s.get_lang_sys (language_index)); in script_collect_features()
1147 unsigned int language_index; in script_collect_features() local
1148 if (s.find_lang_sys_index (*languages, &language_index)) in script_collect_features()
1150 s.get_lang_sys (language_index)); in script_collect_features()