Home
last modified time | relevance | path

Searched refs:checkItems (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java158 checkItems(pw, title, sourceData, CLDRFile.LANGUAGE_NAME, targetLanguageSet); in main()
159 checkItems(pw, title, sourceData, CLDRFile.SCRIPT_NAME, targetScriptSet); in main()
160 checkItems(pw, title, sourceData, CLDRFile.TERRITORY_NAME, targetRegionSet); in main()
161 checkItems(pw, title, sourceData, CLDRFile.CURRENCY_NAME, targetCurrencySet); in main()
166 checkItems(pw, title, sourceData, CLDRFile.TZ_EXEMPLAR, targetTZSet); in main()
295 …static void checkItems(PrintWriter pw, String sourceLocale, CLDRFile sourceData, int type, Set<Str… in checkItems() method in GenerateG2xG2
/external/cldr/tools/java/org/unicode/cldr/test/
DCoverageLevel2.java164 Output<String[]> checkItems = new Output<>(); in getLevel() local
167 result = lookup.get(path, myInfo, checkItems, matcherFound, failures); in getLevel()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPluralRuleGeneration.java120 Object[][] checkItems = { in TestEFixedDecimal() local
143 for (Object[] row : checkItems) { in TestEFixedDecimal()
DTestCanonicalIds.java108 private void checkItems( in checkItems() method in TestCanonicalIds