Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java305 static Factory allFactory; field in CLDRConfig
309 if (allFactory == null) { in getCommonSeedExemplarsFactory()
310allFactory = SimpleFactory.make(addStandardSubdirectories(CLDR_DATA_DIRECTORIES), ".*"); in getCommonSeedExemplarsFactory()
313 return allFactory; in getCommonSeedExemplarsFactory()