HomeSort by relevance Sort by last modified time
    Searched refs:languages (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 69 String[] languages = addUnknown(ULocale.getISOLanguages(),2); field in class:DisplayNameTest
108 check("Language", locale, languages, null, new DisplayNameGetter() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 66 String[] languages = addUnknown(ULocale.getISOLanguages(),2); field in class:DisplayNameTest
105 check("Language", locale, languages, null, new DisplayNameGetter() {
  /external/harfbuzz_ng/src/
gen-tag-table.py 7 languages system tag list to the language subtags of the BCP 47 language
378 self.names[tag] = re.sub (' languages$', '', name)
415 macrolanguage, then new languages are added corresponding
416 to the macrolanguages' individual languages with the
459 """Copy mappings from macrolanguages to individual languages.
468 all of its individual languages do and they all map to the same
473 for macrolanguage, languages in dict (bcp_47.macrolanguages).items ():
477 for language in languages:
484 for language in languages:
566 description = re.sub (' (\((individual |macro)language\)|languages)$', ''
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateMaximalLocales.java 525 Map<String, String> languages = new TreeMap<String, String>(); local
530 languages.put(language, result);
533 for (String language : languages.keySet()) {
534 System.out.println(language + "\t" + languages.get(language));
626 System.out.println("\nIncluded Languages:\t" + languageToReason.keySet().size());
628 System.out.println("\nExcluded Languages:\t" + others.size());
829 Relation<String, Row.R3<Double, String, String>> languages = Relation.of(new TreeMap<String, Set<Row.R3<Double, String, String>>>(), TreeSet.class); field in class:GenerateMaximalLocales.MaxData
    [all...]
GenerateCasingChart.java 37 languages, script, keyValue, calendar_field, day_format_except_narrow, day_standalone_except_narrow, month_format_except_narrow, month_standalone_except_narrow, era_name, era_abbr, relative, currencyName, number_spellout enum constant in enum:GenerateCasingChart.ContextTransformUsage
55 <contextTransformUsage type="languages">
ShowLanguages.java 146 // PrintWriter pw1 = new PrintWriter(new FormattedFileWriter(pw, "Languages and Territories", null));
150 // pw1.println("</th><th>Languages Not Represented");
249 Set<String> languages = supplementalDataInfo.getBasicLanguageDataLanguages(); local
250 for (String language : languages) {
270 pw1 = new PrintWriter(new FormattedFileWriter(null, "Languages and Scripts", null, SUPPLEMENTAL_INDEX_ANCHORS));
274 pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts and Languages", null, SUPPLEMENTAL_INDEX_ANCHORS));
391 Set<String> languages = supplementalDataInfo.getBasicLanguageDataLanguages();
392 for (String language : languages) {
428 pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts, Languages, and Territories", null, SUPPLEMENTAL_INDEX_ANCHORS));
448 Set<String> languages = supplementalDataInfo.getLanguages() local
1225 TreeSet<String> languages = new TreeSet<String>(); local
2533 Set<String> languages = territory_languages.get(territory); local
    [all...]
GenerateLanguageContainment.java 54 static final String relDir = "../util/data/languages/";
85 Map<String, Map<LstrField, String>> languages = StandardCodes.getEnumLstreg().get(LstrType.language); external variable declarations
87 for (Entry<String, Map<LstrField, String>> e : languages.entrySet()) {
Misc.java 146 Set<String> languages = new TreeSet<String>(cldrFactory.getAvailableLanguages()); local
147 // new Utility.MatcherFilter(options[MATCH].value).retainAll(languages);
148 // new Utility.MatcherFilter("(sh|zh_Hans|sr_Cyrl)").removeAll(languages);
151 printCurrentTimezoneLocalizations(languages);
159 for (Iterator<String> it = languages.iterator(); it.hasNext();) {
399 * @param languages
402 private static void printCurrentTimezoneLocalizations(Set<String> languages) throws IOException {
404 for (Iterator<String> it = languages.iterator(); it.hasNext();) {
435 System.out.println("RTL languages: " + rtlLanguages);
    [all...]
  /build/soong/
doc.go 33 // global settings like supported languages, supported use cases, preinstalled
  /external/clang/www/demo/
index.cgi 302 my %languages = (
321 my $language = $languages{$uploaded_file_name};
  /external/cldr/tools/java/org/unicode/cldr/icu/
idList.txt 206 language; alg; Algonquian languages; 2004-07-06; ;
209 language; apa; Apache languages; 2004-07-06; ;
216 language; ath; Athapascan languages; 2004-07-06; ;
217 language; aus; Australian languages; 2004-07-06; ;
220 language; bai; Bamileke languages; 2004-07-06; ;
253 language; cmc; Chamic languages; 2004-07-06; ;
318 language; iro; Iroquoian languages; 2004-07-06; ;
365 language; mis; Miscellaneous languages; 2004-07-06; ;
369 language; mno; Manobo languages; 2004-07-06; ;
372 language; mul; Multiple languages; 2004-07-06;
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /external/grpc-grpc/doc/
compression.md 73 of languages but also different version of the same one), we introduce the idea
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 53 // which map to dynamically typed values. In some languages, `Struct`
55 // scripting languages like JS a struct is represented as an
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestInheritance.java 152 + " languages: " + missing;
163 Set<String> languages = new TreeSet<String>( local
165 languages.addAll(languageToOfficialChildren.keySet());
171 for (String language : languages) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 71 /// which map to dynamically typed values. In some languages, `Struct`
73 /// scripting languages like JS a struct is represented as an
  /external/icu/icu4c/packaging/rpm/
icu.spec 63 This package also contains break data for various languages,
  /external/llvm/utils/TableGen/
tdtags 71 for tblgen tags and ctags(1) for other languages, it is best
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
tdtags 71 for tblgen tags and ctags(1) for other languages, it is best
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bidi.go 58 // to use hierarchical structure of markup languages to define embeddings.
  /dalvik/docs/
prettify.js 20 * The lexer should work on a number of languages including C and friends,
24 * CAML-like languages.
106 // Keyword lists for various languages.
206 * languages that don't support regular expression literals.
210 * "in" keyword since it's not a keyword in many languages, and might be used
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java 366 if ('a' <= ch && ch <= 'z') return getName(english, "languages/language", id);
393 * String result = getName(english, "languages/language", pieces[i++]);
600 checkTranslatedCode(cldrfile, codes, "language", "//ldml/localeDisplayNames/languages/language", "");
615 // TODO, expand to other languages
760 Set<String> languages = new TreeSet<String>(CldrUtility.MINIMUM_LANGUAGES); local
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 21 * For a fairly comprehensive set of languages see the
24 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
27 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
103 // Keyword lists for various languages.
181 * languages that don't support regular expression literals.
185 * "in" keyword since it's not a keyword in many languages, and might be used
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 540 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
554 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
  /external/antlr/runtime/Ruby/lib/antlr3/
dfa.rb 43 of recognizing <i>regular languages</i>. For more background on the subject,

Completed in 712 milliseconds

1 2 34 5 6