Home
last modified time | relevance | path

Searched refs:getCldrFactory (Results 1 – 25 of 56) sorted by relevance

123

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAliases.java73 CLDRFile factory = config.getCldrFactory().make(locale, true); in testCountBase()
134 config.getCldrFactory().make("root", true), in checkEmitChanged()
136 config.getCldrFactory().make("en_001", true), // example with double inheritance in checkEmitChanged()
137 config.getCldrFactory().make("ak", true) // example with few strings in checkEmitChanged()
DTestCldrFactory.java59 CLDRFile enMain = testInfo.getCldrFactory().make("en", false); in testMerge()
160 CLDRFile enMain = testInfo.getCldrFactory().make("en", false); in testWrite()
DTestCheckNumbers.java25 CheckNumbers checkNumbers = new CheckNumbers(CLDRConfig.getInstance().getCldrFactory()); in TestSingularity()
DTestPaths.java113 CLDRFile englishFile = testInfo.getCldrFactory().make("en", true); in TestPathHeadersAndValues()
239 : params.inclusion < 10 ? testInfo.getCldrFactory().getAvailableLanguages() in getLocalesToTest()
240 : testInfo.getCldrFactory().getAvailable(); in getLocalesToTest()
DTestCheckCLDR.java112 testInfo.getCldrFactory()); in TestCheckConsistentCasing()
131 testCache.setFactory(testInfo.getCldrFactory(), ".*"); in TestTestCache()
178 static final Factory factory = testInfo.getCldrFactory();
183 static final Factory cldrFactory = CLDRConfig.getInstance().getCldrFactory();
730 CLDRFile cldrFile = testInfo.getCldrFactory().make(locale, true); in TestShowRowAction()
731 CLDRFile cldrFileUnresolved = testInfo.getCldrFactory().make(locale, false); in TestShowRowAction()
DTestBasic.java374 Factory cldrFactory = testInfo.getCldrFactory(); in TestCurrencyFallback()
485 Factory cldrFactory = testInfo.getCldrFactory(); in TestAbstractPaths()
560 Factory cldrFactory = testInfo.getCldrFactory(); in TestPaths()
865 for (String child : testInfo.getCldrFactory().getAvailable()) {
939 for (String locale : testInfo.getCldrFactory().getAvailable()) { in TestLikelySubtagsComplete()
991 Set<String> availableLanguages = testInfo.getCldrFactory() in TestCoreData()
1038 CLDRFile cldrFile = testInfo.getCldrFactory().make(localeID, in TestCoreData()
DTestLocalCurrency.java53 Factory factory = testInfo.getCldrFactory(); in TestConsistency()
DTestCompactNumbers.java29 private static final Factory factory2 = CLDRCONFIG.getCldrFactory();
DTestDayPeriods.java63 Factory factory = CONFIG.getCldrFactory(); in TestAttributes()
DTestCldrResolver.java110 factory = testInfo.getCldrFactory(); in ResolverTest()
DTestAlt.java34 Factory cldrFactory = testInfo.getCldrFactory(); in testValues()
DTestCoverageLevel.java93 org.unicode.cldr.util.Factory factory = testInfo.getCldrFactory(); in oldTestInvariantPaths()
642 CLDRFile cldrFile = testInfo.getCldrFactory().make(localeId, true);
782 CLDRFile cldrFile = testInfo.getCldrFactory().make(locale, true);
DTestLanguageGroup.java41 for (String locale : CONF.getCldrFactory().getAvailableLanguages()) { in TestCodes()
DTestCLDRUtils.java67 CLDRFile french = CLDRConfig.getInstance().getCldrFactory() in TestVariantName()
DTestCoverage.java49 CLDRFile skimpyLocale = testInfo.getCldrFactory().make("asa", false); in TestBasic()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowCoverageLevels.java29 for (String locale : testInfo.getCldrFactory().getAvailable()) { in main()
30 CLDRFile cldrFileToCheck = testInfo.getCldrFactory().make(locale, true); in main()
DCompareOyster.java11 Factory factory = CLDRConfig.getInstance().getCldrFactory(); in main()
DCompareStockDatetime.java19 Factory cldrFactory = info.getCldrFactory(); in main()
DGenerateSeedDurations.java47 Factory cldrFactory = testInfo.getCldrFactory(); in main()
DFindWidths.java21 private static final org.unicode.cldr.util.Factory CLDR_FACTORY = testInfo.getCldrFactory();
DGenerateDayPeriods.java32 Factory factory = CLDRConfig.getInstance().getCldrFactory(); in main()
DFindAttributeValueDifferences.java48 Factory current = config.getCldrFactory(); in main()
DCompareEn.java45 static Factory mainFactory = CLDRConfig.getInstance().getCldrFactory();
DCopySubdivisionsIntoMain.java61 static final Factory mainFactory = CLDRConfig.getInstance().getCldrFactory();
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageInfo.java87 final Set<String> languages = config.getCldrFactory().getAvailableLanguages();

123