/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
language.h | 12 // See the License for the specific language governing permissions and 25 // Helper for working with a BCP 47 language tag. 27 struct Language { 28 explicit Language(const std::string& language_tag); 29 ~Language(); 31 // The language tag (with '_' replaced with '-'), for example "zh-Latn-CN". 34 // The base language, for example "zh". Always lowercase. 37 // True if the language tag explicitly has a Latin script. For example, this 43 Language ChooseBestAddressLanguage(const Rule& address_region_rule, 44 const Language& ui_language) [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
language_add_language_overlay.js | 13 * Encapsulated handling of ChromeOS add language overlay page. 20 'add-language-overlay-page'); 34 $('add-language-overlay-cancel-button').onclick = function(e) { 38 // Create the language list with which users can add a language. 39 var addLanguageList = $('add-language-overlay-language-list'); 47 var language = languageListData[i]; 48 var displayText = language.displayName; 50 if (language.displayName != language.nativeDisplayName [all...] |
language_dictionary_overlay.css | 5 #language-dictionary-overlay-no-matches { 12 #language-dictionary-overlay-page h1 { 17 html[dir=rtl] #language-dictionary-overlay-page h1 { 22 #language-dictionary-overlay-search-field { 28 html[dir=rtl] #language-dictionary-overlay-search-field { 33 #language-dictionary-overlay-word-list { 37 #language-dictionary-overlay-word-list.no-search-matches { 41 #language-dictionary-overlay-word-list > * { 45 .language-dictionary-overlay-word-list-item {
|
/external/chromium_org/chrome/browser/resources/chromeos/input_method/ |
hangul_manifest.json | 22 "language": "ko", 24 "input_view": "inputview.html?id=us&language=ko&passwordLayout=us&name=Hangul_2_Set&isFakeEventUsed=true" 30 "language": "ko", 32 "input_view": "inputview.html?id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_390&isFakeEventUsed=true" 38 "language": "ko", 40 "input_view": "inputview.html?id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_Final&isFakeEventUsed=true" 46 "language": "ko", 48 "input_view": "inputview.html?id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_No_Shift&isFakeEventUsed=true" 54 "language": "ko", 56 "input_view": "inputview.html?id=us&language=ko&passwordLayout=us&name=Hangul_Romaja&isFakeEventUsed=true [all...] |
/external/chromium_org/components/translate/core/common/ |
translate_constants.h | 10 // The language code used when the language of a page could not be detected. 11 // (Matches what the CLD -Compact Language Detection- library reports.)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t029synpredgate.g | 3 language = JavaScript;
|
t032subrulePredict.g | 3 language = JavaScript;
|
t040bug80.g | 3 language = JavaScript;
|
t051treeRewriteASTcWalker.g | 3 language=JavaScript;
|
t052importM1.g | 3 language=JavaScript;
|
t052importM3.g | 3 language=JavaScript;
|
t052importM4.g | 3 language=JavaScript;
|
t052importM8.g | 3 language=JavaScript;
|
t056lexer1.g | 2 options {language=JavaScript;}
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t029synpredgate.g | 3 language = Python;
|
t032subrulePredict.g | 3 language = Python;
|
t040bug80.g | 3 language = Python;
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-clang-cxx-language-standard.py | 18 test.run_gyp('clang-cxx-language-standard.gyp', 19 chdir='clang-cxx-language-standard') 21 test.build('clang-cxx-language-standard.gyp', test.ALL, 22 chdir='clang-cxx-language-standard')
|
/external/clang/test/CXX/dcl.dcl/dcl.link/ |
p2.cpp | 11 extern u8"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}} 12 extern L"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}} 13 extern u"C++" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}} 14 extern U"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
|
/external/clang/test/Coverage/ |
html-print.c | 3 #include "c-language-features.inc"
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det.cc | 14 // Scan interchange-valid UTF-8 bytes and detect most likely language 15 Language CompactLangDet::DetectLanguage( 22 Language language3[3]; 27 Language plus_one = UNKNOWN_LANGUAGE; 30 Language language_hint = UNKNOWN_LANGUAGE; 32 Language lang = CompactLangDetImpl::DetectLanguageSummaryV25( 56 Language CompactLangDet::DetectLanguageSummary( 61 Language* language3, 68 Language plus_one = UNKNOWN_LANGUAGE; 71 Language language_hint = UNKNOWN_LANGUAGE [all...] |
/external/chromium_org/components/translate/core/browser/ |
translate_ui_delegate.h | 45 // Returns the original language index. 48 // Updates the original language index. 51 // Returns the target language index. 54 // Updates the target language index. 57 // Returns the ISO code for the language at |index|. 60 // Returns the displayable name for the language at |index|. 63 // The original language for Translate. 66 // The target language for Translate. 78 // Returns true if the current language is blocked. 81 // Sets the value if the current language is blocked [all...] |
/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/chromium_org/third_party/cython/src/ |
PKG-INFO | 4 Summary: The Cython compiler for writing C extensions for the Python language. 9 Description: The Cython language makes writing C extensions for the Python language as 14 The Cython language is very close to the Python language (and most Python 19 This makes Cython the ideal language for writing glue code for external C 30 Classifier: Programming Language :: Python 31 Classifier: Programming Language :: Python :: 2 32 Classifier: Programming Language :: Python :: 3 33 Classifier: Programming Language :: [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TitleBox.java | 13 * See the License for the specific language governing permissions and 39 private String language; field in class:TitleBox 47 return language; 55 * Sets the 3-letter ISO-639 language for this title. 57 * @param language 3-letter ISO-639 code 59 public void setLanguage(String language) { 60 this.language = language; 74 IsoTypeWriter.writeIso639(byteBuffer, language); 82 language = IsoTypeReader.readIso639(content) [all...] |