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.cc426 unsigned int *language_index) in hb_ot_layout_script_find_language() argument
431 if (s.find_lang_sys_index (language_tag, language_index)) in hb_ot_layout_script_find_language()
435 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) in hb_ot_layout_script_find_language()
438 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; in hb_ot_layout_script_find_language()
446 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index() argument
452 language_index, in hb_ot_layout_language_get_required_feature_index()
466 unsigned int language_index, in hb_ot_layout_language_get_required_feature() argument
471 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_required_feature()
484 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes() argument
490 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); in hb_ot_layout_language_get_feature_indexes()
[all …]
Dhb-ot-layout.h141 unsigned int *language_index);
147 unsigned int language_index,
154 unsigned int language_index,
162 unsigned int language_index,
171 unsigned int language_index,
180 unsigned int language_index,
Dhb-ot-map.cc62 …_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]); in hb_ot_map_builder_t()
157 language_index[table_index], in compile()
219 language_index[table_index], in compile()
Dhb-ot-shape-complex-private.hh270 planner->map.language_index[0], in hb_ot_shape_complex_categorize()
Dhb-ot-map-private.hh228 unsigned int script_index[2], language_index[2]; member