OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collationFactory
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
CLDRConfig.java
162
private Factory
collationFactory
;
259
if (
collationFactory
== null) {
260
collationFactory
= Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*");
263
return
collationFactory
;
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCoverageLevels.java
272
final Factory
collationFactory
= Factory.make(COLLATION_DIRECTORY, FILES);
324
for (String locale :
collationFactory
.getAvailable()) {
327
getCollationData(locale,
collationFactory
.make(locale, true), localesFound);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBasic.java
[
all
...]
Completed in 136 milliseconds