Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCldrDateTimeTests.java24 …Map<ULocale, UnicodeSet> ulocale_exemplars = new TreeMap<ULocale, UnicodeSet>(GenerateCldrTests.UL…
26 Set<ULocale> locales = new TreeSet<ULocale>(GenerateCldrTests.ULocaleComparator);
49 Set<String> s = GenerateCldrTests.getMatchingXMLFiles(sourceDir, localeRegex); in GenerateCldrDateTimeTests()
DGenerateCldrCollationTests.java28 …Map<String, Object> ulocale_rules = new TreeMap<String, Object>(GenerateCldrTests.ULocaleComparato…
53 Set<String> s = GenerateCldrTests.getMatchingXMLFiles(sourceDir, localeRegex); in GenerateCldrCollationTests()
159 rules = GenerateCldrTests.replace(rules, "[optimize[", "[optimize ["); in generateCollator()
160 … rules = GenerateCldrTests.replace(rules, "[suppressContractions[", "[suppressContractions ["); in generateCollator()
DGenerateCldrTests.java71 public class GenerateCldrTests { class
124 options[GenerateCldrTests.SOURCEDIR].value + "main/", in main()
125 options[GenerateCldrTests.LOGDIR].value, in main()
136 GenerateCldrTests t = new GenerateCldrTests(); in main()
DGenerateStatistics.java356 result = GenerateCldrTests.replace(result, "U.s.", "U.S."); in fixedTitleCase()
357 result = GenerateCldrTests.replace(result, "S.a.r.", "S.A.R."); in fixedTitleCase()