OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateCldrTests
(Results
1 - 4
of
4
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCldrDateTimeTests.java
24
Map<ULocale, UnicodeSet> ulocale_exemplars = new TreeMap<ULocale, UnicodeSet>(
GenerateCldrTests
.ULocaleComparator);
26
Set<ULocale> locales = new TreeSet<ULocale>(
GenerateCldrTests
.ULocaleComparator);
49
Set<String> s =
GenerateCldrTests
.getMatchingXMLFiles(sourceDir, localeRegex);
GenerateCldrCollationTests.java
28
Map<String, Object> ulocale_rules = new TreeMap<String, Object>(
GenerateCldrTests
.ULocaleComparator);
53
Set<String> s =
GenerateCldrTests
.getMatchingXMLFiles(sourceDir, localeRegex);
98
String parent = LocaleIDParser.getSimpleParent(locale); //
GenerateCldrTests
.getParent(locale);
159
rules =
GenerateCldrTests
.replace(rules, "[optimize[", "[optimize [");
160
rules =
GenerateCldrTests
.replace(rules, "[suppressContractions[", "[suppressContractions [");
GenerateCldrTests.java
71
public class
GenerateCldrTests
{
124
options[
GenerateCldrTests
.SOURCEDIR].value + "main/",
125
options[
GenerateCldrTests
.LOGDIR].value,
136
GenerateCldrTests
t = new
GenerateCldrTests
();
324
* !options[
GenerateCldrTests
.NOT_RESOLVED].doesOccur); if
[
all
...]
GenerateStatistics.java
356
result =
GenerateCldrTests
.replace(result, "U.s.", "U.S.");
357
result =
GenerateCldrTests
.replace(result, "S.a.r.", "S.A.R.");
Completed in 4798 milliseconds