Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DFactory.java119 public CLDRFile makeWithFallback(String localeID) { in makeWithFallback() method in Factory
120 return makeWithFallback(localeID, getMinimalDraftStatus()); in makeWithFallback()
123 public CLDRFile makeWithFallback(String localeID, DraftStatus madeWithMinimalDraftStatus) { in makeWithFallback() method in Factory
DICUServiceBuilder.java114 …t.collationFile = Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*").makeWithFallback(locale.getBas… in forLocale()
145 …rtCollationFile = Factory.make(CLDRPaths.COLLATION_DIRECTORY, ".*").makeWithFallback(importLocale.… in getRuleBasedCollator()
/external/cldr/tools/java/org/unicode/cldr/tool/
DDumpCoverage.java28 CLDRFile cf = cldrFactory.makeWithFallback(lang); in main()
DChartDelta.java338 CLDRFile current = makeWithFallback(factory, locale, resolving); in writeLdml()
339 CLDRFile old = makeWithFallback(oldFactory, locale, resolving); in writeLdml()
464 private CLDRFile makeWithFallback(Factory oldFactory, String locale, boolean resolving) { in makeWithFallback() method in ChartDelta
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIXLocale.java57 CLDRFile collrules = collFactory.makeWithFallback(locale_name); in POSIXLocale()