Searched refs:language_tag (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
D | address_formatter.cc | 71 std::string GetLineSeparatorForLanguage(const std::string& language_tag) { in GetLineSeparatorForLanguage() argument 72 Language address_language(language_tag); in GetLineSeparatorForLanguage() 112 const std::string& language_tag, in CombineLinesForLanguage() argument 115 std::string separator = GetLineSeparatorForLanguage(language_tag); in CombineLinesForLanguage()
|
D | lookup_key.cc | 46 bool ShouldSetLanguageForKey(const std::string& language_tag, in ShouldSetLanguageForKey() argument 62 if (languages.empty() || languages[0] == language_tag) { in ShouldSetLanguageForKey() 67 std::bind2nd(EqualToTolowerString(), language_tag)) != in ShouldSetLanguageForKey()
|
D | language.cc | 28 Language::Language(const std::string& language_tag) : tag(language_tag), in Language() argument
|
D | language.h | 28 explicit Language(const std::string& language_tag);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-map.cc | 85 hb_tag_t language_tag; in hb_ot_map_builder_t() local 88 language_tag = hb_ot_tag_from_language (props.language); in hb_ot_map_builder_t() 93 …hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &lang… in hb_ot_map_builder_t()
|
D | hb-ot-layout.h | 139 hb_tag_t language_tag,
|
D | hb-uniscribe.cc | 830 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); in _hb_uniscribe_shape() local 888 language_tag, in _hb_uniscribe_shape() 929 language_tag, in _hb_uniscribe_shape()
|
D | hb-ot-layout.cc | 306 hb_tag_t language_tag, 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()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map.cc | 85 hb_tag_t language_tag; in hb_ot_map_builder_t() local 88 language_tag = hb_ot_tag_from_language (props.language); in hb_ot_map_builder_t() 93 …hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &lang… in hb_ot_map_builder_t()
|
D | hb-ot-layout.h | 139 hb_tag_t language_tag,
|
D | hb-uniscribe.cc | 829 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); in _hb_uniscribe_shape() local 887 language_tag, in _hb_uniscribe_shape() 929 language_tag, in _hb_uniscribe_shape()
|
D | hb-ot-layout.cc | 306 hb_tag_t language_tag, 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()
|