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

  /external/cldr/tools/java/org/unicode/cldr/util/
VerifyZones.java 290 CLDRFile englishCldrFile = factory2.make("en", true);
303 String title = "Verify Time Zones: " + englishCldrFile.getName(localeID);
311 showZones(timezoneFilter, englishCldrFile, cldrFile, out);
369 // System.out.println("???\t" + englishCldrFile.getName(locale) + "\t???");
371 // String column12 = (locale + "\t" + englishCldrFile.getName(locale));
402 CLDRFile englishCldrFile, CLDRFile nativeCdrFile,
429 ZoneFormats englishZoneFormats = new ZoneFormats().set(englishCldrFile);
437 CLDRFile englishCldrFile = englishZoneFormats.cldrFile;
448 String englishGrouping = englishCldrFile.getName(CLDRFile.TERRITORY_NAME, grouping);
459 String englishTerritory = englishCldrFile.getName(CLDRFile.TERRITORY_NAME, countryCode2)
    [all...]
VerifyCompactNumbers.java 67 CLDRFile englishCldrFile = factory2.make("en", true);
99 String title = "Verify Number Formats: " + englishCldrFile.getName(locale);
  /external/cldr/tools/java/org/unicode/cldr/tool/
GetChanges.java 74 CLDRFile englishCldrFile = trunkFactory.make("en", false);
75 final Set<String> paths = ImmutableSet.copyOf(englishCldrFile.iterator());
161 String englishValue = englishCldrFile.getStringValue(ph.getOriginalPath());

Completed in 219 milliseconds