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

  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateDayPeriods.java 69 static Map<DayPeriod, String> getLocalizations(CLDRFile localeFile) {
72 for (String path2 : With.in(localeFile.iterator())) {
78 result.put(DayPeriod.valueOf(type), localeFile.getStringValue(path2));
GenerateCasingChart.java 89 for (String localeFile : new File(dir).list()) {
90 String locale = period.split(localeFile).iterator().next();
ShowPathHeaderDescriptions.java 37 CLDRFile localeFile = factory.make(localeToTest, true);
43 for (String path : localeFile.fullIterable()) {
GenerateCldrTests.java 352 CLDRFile localeFile = mainCldrFactory.make(locale, true);
355 + " [" + localeFile.getName(locale))
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
LDMLComparator.java     [all...]

Completed in 106 milliseconds