Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java240 String nonAltLocale = file.getSourceLocaleID(nonAltPath, null); in checkPaths() local
242 if (nonAltValue == null || !locale.equals(nonAltLocale)) { in checkPaths()