Searched refs:language_index (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 369 unsigned int *language_index) in hb_ot_layout_script_find_language() argument 374 if (s.find_lang_sys_index (language_tag, language_index)) in hb_ot_layout_script_find_language() 378 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_find_language() 381 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_find_language() 389 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument 395 language_index, in hb_ot_layout_language_get_required_feature_index() 409 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument 414 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature() 427 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument 433 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes() [all …]
|
D | hb-ot-layout.h | 140 unsigned int *language_index); 146 unsigned int language_index, 153 unsigned int language_index, 161 unsigned int language_index, 170 unsigned int language_index, 179 unsigned int language_index,
|
D | hb-ot-map.cc | 93 …_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]); in hb_ot_map_builder_t() 151 language_index[table_index], in compile() 212 language_index[table_index], in compile()
|
D | hb-ot-shape-complex-private.hh | 265 planner->map.language_index[0], in hb_ot_shape_complex_categorize()
|
D | hb-ot-map-private.hh | 224 unsigned int script_index[2], language_index[2]; member
|