Searched refs:languages (Results 1 - 25 of 41) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
H A DTestAll.java10 package com.ibm.icu.dev.test.duration.languages;
25 // "com.ibm.icu.dev.test.duration.languages.Test_ar_EG",
26 "com.ibm.icu.dev.test.duration.languages.Test_en",
27 "com.ibm.icu.dev.test.duration.languages.Test_es",
28 "com.ibm.icu.dev.test.duration.languages.Test_fr",
29 "com.ibm.icu.dev.test.duration.languages.Test_he_IL",
30 "com.ibm.icu.dev.test.duration.languages.Test_hi",
31 "com.ibm.icu.dev.test.duration.languages.Test_it",
32 "com.ibm.icu.dev.test.duration.languages.Test_ja",
33 "com.ibm.icu.dev.test.duration.languages
[all...]
H A DTest_ar_EG.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_en.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_es.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_fr.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_he_IL.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_hi.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_it.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_ko.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_ru.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_zh_Hans.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_zh_Hans_SG.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_zh_Hant.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_zh_Hant_HK.java10 package com.ibm.icu.dev.test.duration.languages;
H A DTest_ja.java10 package com.ibm.icu.dev.test.duration.languages;
/external/lldb/scripts/
H A Dfinish-swig-wrapper-classes.sh21 # for scripting languages should be installed.
57 languages="Python"
60 for curlang in $languages
H A Dbuild-swig-wrapper-classes.sh110 languages="Python"
113 for curlang in $languages
/external/antlr/antlr-3.4/runtime/Perl5/
H A DMakefile.PL11 --languages=Perl --langmap=Perl:+.t \
/external/v8/test/mjsunit/
H A Dunicode-test.js1076 "World countries, states, and provinces where English is a primary language are dark blue; countries, states and provinces where it is an official but not a primary language are light blue. English is also one of the official languages of the European Union.\n" +
1083 "A working knowledge of English is required in certain fields, professions, and occupations. As a result over a billion people speak English at least at a basic level (see English language learning and teaching). English is one of six official languages of the United Nations.\n" +
1088 " * 2 Classification and related languages\n" +
1130 "Classification and related languages\n" +
1132 "The English language belongs to the western sub-branch of the Germanic branch of the Indo-European family of languages.\n" +
1134 "The question as to which is the nearest living relative of English is a matter of discussion. Apart from such English-lexified creole languages such as Tok Pisin, Scots (spoken primarily in Scotland and parts of Northern Ireland) is not a Gaelic language, but is part of the English family of languages: both Scots and modern English are descended from Old English, also known as Anglo-Saxon. The closest relative to English after Scots is Frisian, which is spoken in the Northern Netherlands and Northwest Germany. Other less closely related living West Germanic languages include German, Low Saxon, Dutch, and Afrikaans. The North Germanic languages of Scandinavia are less closely related to English than the West Germanic languages
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java98 * is the identify translation; i.e., '\n' -> '\n'. Most languages
115 * is the identify translation; i.e., "\"\n" -> "\"\n". Most languages
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_request.py17 'The languages are: %s\n' % request.languages,
36 assert "The languages are: ['en-us']" in res
39 assert "languages are: ['da', 'en-gb', 'en', 'en-us']" in res
42 assert "languages are: ['da', 'en-gb', 'en', 'en-us']" in res
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dgen_xmlpool.py7 # List of supported languages
8 languages = sys.argv[1:] variable
132 # Compile a list of translation classes to all supported languages.
135 for lang in languages:
/external/valgrind/drd/scripts/
H A Ddownload-and-build-gcc65 --enable-languages=c,c++ \
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dwsgiwrappers.py90 translations to ensure in odd cases that mixed languages don't occur should
92 accepted languages list. The ``language`` value only applies when getting
93 a list of accepted languages from the HTTP Accept header.
158 def languages(self): member in class:WSGIRequest
159 """Return a list of preferred languages, most preferred first.
176 languages = property(languages, doc=languages.__doc__) variable in class:WSGIRequest
286 msg += '\nlanguages=%s,' % pf(self.languages)
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp551 FX_BOOL IsHasCharSet(CFArrayRef languages, const CFX_DWordArray &charSets) argument
554 for (int i = 0; i < CFArrayGetCount(languages); ++i) {
555 CFStringRef language = (CFStringRef)CFArrayGetValueAtIndex(languages, i);
612 CFArrayRef languages = (CFArrayRef)CTFontDescriptorCopyAttribute(descriptor, kCTFontLanguagesAttribute); local
613 if (languages == NULL) {
622 if (IsHasCharSet(languages, charSets)) {
628 CFRelease(languages);
676 if (IsHasCharSet(languages, charSets)) {
679 if (IsHasCharSet(languages, charSets)) {
691 if (IsHasCharSet(languages, charSet
[all...]

Completed in 428 milliseconds

12