/external/chromium_org/chrome/installer/util/ |
language_selector.cc | 5 // This file defines a helper class for selecting a supported language from a 24 const wchar_t* language; member in struct:__anon10403::LangToOffset 28 // The language we fall back upon when all else fails. 35 // A sorted array of language identifiers (and their offsets) for which 44 // A sorted array of language identifiers that are aliases to other languages 75 // A sorted array of neutral language identifiers that are wildcard aliases to 95 if (!(std::wstring(first->language) < (first + 1)->language) || 128 return left.language < right; 134 return left < right.language; 194 base::string16 language; local [all...] |
/external/chromium_org/base/win/ |
i18n.cc | 41 // MUI_LANGUAGE_NAME). Returns true if at least one language is placed in 87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) { 88 DCHECK(language); 98 DPCHECK(0 != result_length) << "Failed getting language id"; 100 language->assign(&result_buffer[0], result_length - 1); 115 NOTREACHED() << "Cannot determine language for a supplemental locale."; 123 std::wstring language; local 128 language.assign(&*scan); 129 while (!language.empty()) { 130 languages->push_back(language); [all...] |
/external/chromium_org/media/blink/ |
webinbandtexttrack_impl.cc | 14 const blink::WebString& language, 20 language_(language), 46 blink::WebString WebInbandTextTrackImpl::language() const { function in class:media::WebInbandTextTrackImpl
|
webinbandtexttrack_impl.h | 17 const blink::WebString& language, 28 virtual blink::WebString language() const;
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
AudioTrack.h | 16 static PassRefPtrWillBeRawPtr<AudioTrack> create(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled) 18 return adoptRefWillBeNoop(new AudioTrack(id, kind, label, language, enabled)); 34 AudioTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled);
|
VideoTrack.h | 16 static PassRefPtrWillBeRawPtr<VideoTrack> create(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected) 18 return adoptRefWillBeNoop(new VideoTrack(id, kind, label, language, selected)); 38 VideoTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected);
|
/external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/Android.mk 19 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length 23 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length
|
/external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/Android.mk 19 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler 23 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler
|
/external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/Android.mk 19 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new_array 23 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new
|
/external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/Android.mk 19 test_name := language.support/support.exception/exception.terminate/set.terminate/set_terminate 23 test_name := language.support/support.exception/exception.terminate/set.terminate/get_terminate
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
phonenumber_offline_geocoder.h | 12 // See the License for the specific language governing permissions and 65 // Returns a text description for the given phone number, in the language 73 const Locale& language) const; 94 const Locale& language, const string& user_region) const; 103 const Locale& language, const string& user_region) const; 114 const string& language, const string& script, const string& region) const; 119 // Returns the customary display name in the given language for the given 122 const Locale& language) const; 124 // Returns the customary display name in the given language for the given 127 const Locale& language) const [all...] |
mapping_file_provider.h | 12 // See the License for the specific language governing permissions and 33 // descriptions, and are organized by country calling code and language that the 48 // country_calling_code in the language specified, or an empty string if no 49 // such file can be found. language is a two-letter lowercase ISO language 54 const string& GetFileName(int country_calling_code, const string& language, 60 const string& language,
|
/external/lldb/source/Core/ |
Language.cpp | 1 //===-- Language.cpp --------------------------------------------*- C++ -*-===// 11 #include "lldb/Core/Language.h" 54 Language::Language(LanguageType language) : 55 m_language (language) 59 Language::~Language() 64 Language::GetLanguage() const 70 Language::Clear ( [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
SimpleExpression.g3 | 37 language=CSharp3;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 12 language=ObjC;
|
/external/chromium_org/components/translate/core/browser/ |
translate_browser_metrics.h | 55 // Called when Chrome Translate server sends the language list which includes 56 // a undisplayable language in the user's locale. 57 void ReportUndisplayableLanguage(const std::string& language); 59 void ReportUnsupportedLanguageAtInitiation(const std::string& language);
|
/external/chromium_org/media/base/ |
text_track_config.h | 28 const std::string& language, 36 const std::string& language() const { return language_; } function in class:media::TextTrackConfig
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebSpeechSynthesisVoice.cpp | 59 void WebSpeechSynthesisVoice::setLanguage(const WebString& language) 61 m_private->setLang(language);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cfonts.h | 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
cfonts.h | 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
/external/icu/icu4c/source/test/letest/ |
cfonts.h | 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
/external/icu/icu4c/source/test/perf/leperf/ |
cfonts.h | 22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language); 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
|
/external/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/Android.mk 19 test_name := language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc
|
/external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/Android.mk 19 test_name := language.support/support.dynamic/alloc.errors/new.handler/new_handler
|
/external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.dataraces/ |
Android.mk | 13 # See the License for the specific language governing permissions and 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.dataraces/Android.mk 19 test_name := language.support/support.dynamic/new.delete/new.delete.dataraces/not_testable
|