OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eightPointLocales
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCheckCLDR.java
43
private final Set<String>
eightPointLocales
= new TreeSet<String>(
221
for (String locale : getInclusion() <= 5 ?
eightPointLocales
: factory.getAvailable()) {
TestBasic.java
123
private final ImmutableSet<String>
eightPointLocales
= ImmutableSet.of(
490
for (String locale : getInclusion() <= 5 ?
eightPointLocales
: cldrFactory.getAvailable()) {
564
Set<String> localesToTest = getInclusion() <= 5 ?
eightPointLocales
: cldrFactory.getAvailable();
[
all
...]
Completed in 1888 milliseconds