Searched refs:language_index (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 307 unsigned int *language_index) in hb_ot_layout_script_find_language() argument 312 if (s.find_lang_sys_index (language_tag, language_index)) in hb_ot_layout_script_find_language() 316 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_find_language() 319 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_find_language() 327 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument 333 language_index, in hb_ot_layout_language_get_required_feature_index() 342 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument 347 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature() 360 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument 366 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() 215 language_index[table_index], in compile()
|
D | hb-ot-shape-complex-private.hh | 326 planner->map.language_index[0], in hb_ot_shape_complex_categorize()
|
D | hb-ot-map-private.hh | 236 unsigned int script_index[2], language_index[2]; member
|