HomeSort by relevance Sort by last modified time
    Searched refs:getCldrFactory (Results 1 - 25 of 48) sorted by null

1 2

  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareOyster.java 11 Factory factory = CLDRConfig.getInstance().getCldrFactory();
ShowCoverageLevels.java 29 for (String locale : testInfo.getCldrFactory().getAvailable()) {
30 CLDRFile cldrFileToCheck = testInfo.getCldrFactory().make(locale, true);
CompareEn.java 20 Factory mainFactory = CLDRConfig.getInstance().getCldrFactory();
CompareStockDatetime.java 19 Factory cldrFactory = info.getCldrFactory();
GenerateSeedDurations.java 47 Factory cldrFactory = testInfo.getCldrFactory();
FindWidths.java 21 private static final org.unicode.cldr.util.Factory CLDR_FACTORY = testInfo.getCldrFactory();
GenerateDayPeriods.java 31 Factory factory = CLDRConfig.getInstance().getCldrFactory();
CopySubdivisionsIntoMain.java 61 static final Factory mainFactory = CLDRConfig.getInstance().getCldrFactory();
FindAttributeValueDifferences.java 48 Factory current = config.getCldrFactory();
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestAliases.java 73 CLDRFile factory = config.getCldrFactory().make(locale, true);
134 config.getCldrFactory().make("root", true),
136 config.getCldrFactory().make("en_001", true), // example with double inheritance
137 config.getCldrFactory().make("ak", true) // example with few strings
TestCldrFactory.java 60 CLDRFile enMain = testInfo.getCldrFactory().make("en", false);
161 CLDRFile enMain = testInfo.getCldrFactory().make("en", false);
TestAlt.java 32 Factory cldrFactory = testInfo.getCldrFactory();
TestCldrResolver.java 110 factory = testInfo.getCldrFactory();
TestDayPeriods.java 63 Factory factory = CONFIG.getCldrFactory();
TestLocalCurrency.java 50 Factory factory = testInfo.getCldrFactory();
TestPaths.java 134 CLDRFile englishFile = testInfo.getCldrFactory().make("en", true);
138 CLDRFile file = testInfo.getCldrFactory().make(locale, true);
172 : params.inclusion < 10 ? testInfo.getCldrFactory()
173 .getAvailableLanguages() : testInfo.getCldrFactory()
TestLocale.java 58 Set<String> available = testInfo.getCldrFactory().getAvailable();
267 for (String locale : testInfo.getCldrFactory().getAvailable()) {
TestCoverage.java 49 CLDRFile skimpyLocale = testInfo.getCldrFactory().make("asa", false);
TestLanguageGroup.java 41 for (String locale : CONF.getCldrFactory().getAvailableLanguages()) {
TestLdml2ICU.java 238 CLDRFile plain = info.getCldrFactory().make(locale, false,
TestBasic.java 366 Factory cldrFactory = testInfo.getCldrFactory();
481 Factory cldrFactory = testInfo.getCldrFactory();
541 // Factory cldrFactory = testInfo.getCldrFactory();
557 Factory cldrFactory = testInfo.getCldrFactory();
    [all...]
TestCLDRUtils.java 77 CLDRFile french = CLDRConfig.getInstance().getCldrFactory()
  /external/cldr/tools/java/org/unicode/cldr/util/
LanguageInfo.java 87 final Set<String> languages = config.getCldrFactory().getAvailableLanguages();
DayPeriodsCheck.java 50 for (String s : CLDRConfig.getInstance().getCldrFactory().getAvailableLanguages()) {
  /external/cldr/tools/java/org/unicode/cldr/draft/
ExtractCountItems.java 32 Factory factory = testInfo.getCldrFactory();

Completed in 1336 milliseconds

1 2