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

/external/chromium_org/chrome_frame/
H A Dsimple_resource_loader.h48 // Returns false if |language_tag| is malformed.
49 static bool IsValidLanguageTag(const std::wstring& language_tag);
H A Dsimple_resource_loader.cc162 const std::wstring& language_tag) {
167 return language_tag.end() == std::find_if(language_tag.begin(),
168 language_tag.end(),
161 IsValidLanguageTag( const std::wstring& language_tag) argument
/external/harfbuzz/src/
H A Dharfbuzz-gpos.h104 HB_UInt language_tag,
H A Dharfbuzz-gsub.h102 HB_UInt language_tag,
H A Dharfbuzz-gsub.c3768 HB_UInt language_tag,
3794 if ( language_tag == lsr[n].LangSysTag )
3767 HB_GSUB_Select_Language( HB_GSUBHeader* gsub, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
H A Dharfbuzz-gpos.c5519 HB_UInt language_tag,
5545 if ( language_tag == lsr[n].LangSysTag )
5518 HB_GPOS_Select_Language( HB_GPOSHeader* gpos, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.h104 HB_UInt language_tag,
H A Dharfbuzz-gsub.h102 HB_UInt language_tag,
H A Dharfbuzz-gsub.c3768 HB_UInt language_tag,
3794 if ( language_tag == lsr[n].LangSysTag )
3767 HB_GSUB_Select_Language( HB_GSUBHeader* gsub, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
H A Dharfbuzz-gpos.c5519 HB_UInt language_tag,
5545 if ( language_tag == lsr[n].LangSysTag )
5518 HB_GPOS_Select_Language( HB_GPOSHeader* gpos, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc79 hb_tag_t language_tag; local
82 language_tag = hb_ot_tag_from_language (props.language);
87 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-uniscribe.cc335 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
351 language_tag,
393 language_tag,
H A Dhb-ot-layout.h138 hb_tag_t language_tag,
H A Dhb-ot-layout.cc304 hb_tag_t language_tag,
310 if (s.find_lang_sys_index (language_tag, language_index))
301 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.cc77 hb_tag_t language_tag; local
80 language_tag = hb_ot_tag_from_language (props.language);
85 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-uniscribe.cc335 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language)); local
351 language_tag,
393 language_tag,
H A Dhb-ot-layout.h138 hb_tag_t language_tag,
H A Dhb-ot-layout.cc298 hb_tag_t language_tag,
304 if (s.find_lang_sys_index (language_tag, language_index))
295 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 455 milliseconds