Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
H A DTestCLDRFile.java241 new LocaleInheritanceInfo(null, p, Reason.codeFallback)), in testGetPaths()
259 new LocaleInheritanceInfo(null, p, Reason.codeFallback)), in testGetPaths()
284 new LocaleInheritanceInfo(null, p, Reason.codeFallback)), in testGetPaths()
310 new LocaleInheritanceInfo(null, pother, Reason.codeFallback)), in testGetPaths()
337 new LocaleInheritanceInfo(null, p, Reason.codeFallback)), in testGetPaths()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLocaleInheritanceInfo.java16 codeFallback("Found: code fallback", true), enumConstant
H A DXMLSource.java1223 list.add(new LocaleInheritanceInfo(null, xpath, Reason.codeFallback)); in getPathLocation()