Lines Matching refs:language_index

714 				   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()
853 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument
859 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
885 unsigned int language_index, in hb_ot_layout_language_get_feature_tags() argument
891 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_tags()
925 unsigned int language_index, in hb_ot_layout_language_find_feature() argument
931 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_find_feature()
1112 for (unsigned int language_index = 0; language_index < count; language_index++) in script_collect_features() local
1114 s.get_lang_sys (language_index), in script_collect_features()
1121 unsigned int language_index; in script_collect_features() local
1122 if (s.find_lang_sys_index (*languages, &language_index)) in script_collect_features()
1124 s.get_lang_sys (language_index), in script_collect_features()