HomeSort by relevance Sort by last modified time
    Searched refs:language_tags (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome_frame/test/
simple_resource_loader_test.cc 13 std::vector<std::wstring> language_tags; local
21 language_tags.clear();
22 language_tags.push_back(L"en-GB");
23 language_tags.push_back(L"en");
29 SimpleResourceLoader::LoadLocalePack(language_tags, locales_path,
44 language_tags.clear();
45 language_tags.push_back(L"fr-FR");
46 language_tags.push_back(L"fr");
48 SimpleResourceLoader::LoadLocalePack(language_tags, locales_path,
63 language_tags.clear()
    [all...]
  /external/chromium_org/chrome_frame/
simple_resource_loader.h 42 // |language_tags|.
43 static void GetPreferredLanguages(std::vector<std::wstring>* language_tags);
56 // in |language_tags|
62 static bool LoadLocalePack(const std::vector<std::wstring>& language_tags,
simple_resource_loader.cc 89 std::vector<std::wstring> language_tags; local
94 &language_tags);
97 GetPreferredLanguages(&language_tags);
101 language_tags.push_back(L"en-US");
106 if (!LoadLocalePack(language_tags, locales_path, &locale_dll_handle_,
123 std::vector<std::wstring>* language_tags) {
124 DCHECK(language_tags);
130 PushBackIfAbsent(*scan, language_tags);
136 language_tags);
174 const std::vector<std::wstring>& language_tags,
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 132 hb_tag_t *language_tags /* OUT */);
hb-ot-layout.cc 293 hb_tag_t *language_tags /* OUT */)
297 return s.get_lang_sys_tags (start_offset, language_count, language_tags);
  /external/harfbuzz_ng/src/
hb-ot-layout.h 132 hb_tag_t *language_tags /* OUT */);
hb-ot-layout.cc 287 hb_tag_t *language_tags /* OUT */)
291 return s.get_lang_sys_tags (start_offset, language_count, language_tags);

Completed in 239 milliseconds