Searched defs:language_index (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh240 unsigned int script_index[2], language_index[2]; variable
H A Dhb-ot-layout.cc453 unsigned int *language_index)
458 if (s.find_lang_sys_index (language_tag, language_index))
462 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index))
465 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX;
473 unsigned int language_index,
479 language_index,
493 unsigned int language_index,
498 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index);
511 unsigned int language_index,
449 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
470 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
490 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
508 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
523 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
548 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
645 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
742 unsigned int language_index; local
[all...]

Completed in 192 milliseconds