Searched refs:language_tag (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dlanguage.h28 explicit Language(const std::string& language_tag);
H A Daddress_formatter.cc71 std::string GetLineSeparatorForLanguage(const std::string& language_tag) { argument
72 Language address_language(language_tag);
112 const std::string& language_tag,
115 std::string separator = GetLineSeparatorForLanguage(language_tag);
111 CombineLinesForLanguage(const std::vector<std::string>& lines, const std::string& language_tag, std::string* line) argument
H A Dlanguage.cc28 Language::Language(const std::string& language_tag) : tag(language_tag), argument
H A Dlookup_key.cc45 // Assume the language_tag has had "Latn" script removed when this is called.
46 bool ShouldSetLanguageForKey(const std::string& language_tag, argument
62 if (languages.empty() || languages[0] == language_tag) {
67 std::bind2nd(EqualToTolowerString(), language_tag)) !=
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc85 hb_tag_t language_tag; local
88 language_tag = hb_ot_tag_from_language (props.language);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-ot-layout.h139 hb_tag_t language_tag,
H A Dhb-uniscribe.cc830 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
888 language_tag,
929 language_tag,
H A Dhb-ot-layout.cc306 hb_tag_t language_tag,
312 if (s.find_lang_sys_index (language_tag, language_index))
303 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
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc85 hb_tag_t language_tag; local
88 language_tag = hb_ot_tag_from_language (props.language);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-ot-layout.h139 hb_tag_t language_tag,
H A Dhb-uniscribe.cc829 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
887 language_tag,
929 language_tag,
H A Dhb-ot-layout.cc306 hb_tag_t language_tag,
312 if (s.find_lang_sys_index (language_tag, language_index))
303 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

Completed in 256 milliseconds