Home
last modified time | relevance | path

Searched defs:language_index (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout.cc307 unsigned int *language_index) in hb_ot_layout_script_find_language()
327 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index()
342 unsigned int language_index, in hb_ot_layout_language_get_required_feature()
360 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes()
375 unsigned int language_index, in hb_ot_layout_language_get_feature_tags()
400 unsigned int language_index, in hb_ot_layout_language_find_feature()
483 unsigned int language_index, in _hb_ot_layout_collect_lookups_features()
565 for (unsigned int language_index = 0; language_index < count; language_index++) in _hb_ot_layout_collect_lookups_languages() local
577 unsigned int language_index; in _hb_ot_layout_collect_lookups_languages() local
Dhb-ot-map-private.hh236 unsigned int script_index[2], language_index[2]; member
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc307 unsigned int *language_index) in hb_ot_layout_script_find_language()
327 unsigned int language_index, in hb_ot_layout_language_get_required_feature_index()
342 unsigned int language_index, in hb_ot_layout_language_get_required_feature()
360 unsigned int language_index, in hb_ot_layout_language_get_feature_indexes()
375 unsigned int language_index, in hb_ot_layout_language_get_feature_tags()
400 unsigned int language_index, in hb_ot_layout_language_find_feature()
483 unsigned int language_index, in _hb_ot_layout_collect_lookups_features()
565 for (unsigned int language_index = 0; language_index < count; language_index++) in _hb_ot_layout_collect_lookups_languages() local
577 unsigned int language_index; in _hb_ot_layout_collect_lookups_languages() local
Dhb-ot-map-private.hh236 unsigned int script_index[2], language_index[2]; member
/external/chromium_org/components/translate/core/browser/
Dtranslate_ui_delegate.cc118 void TranslateUIDelegate::UpdateOriginalLanguageIndex(size_t language_index) { in UpdateOriginalLanguageIndex()
130 void TranslateUIDelegate::UpdateTargetLanguageIndex(size_t language_index) { in UpdateTargetLanguageIndex()
Dtranslate_infobar_delegate.cc113 size_t language_index) { in UpdateOriginalLanguageIndex()
118 size_t language_index) { in UpdateTargetLanguageIndex()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dl10n_util.cc95 std::map<std::string, int /* index */> language_index; in GetLanguageList() local