Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java643 final String sourceLocaleID = file.getSourceLocaleID(path, otherPath); in main() local
644 if (!localeID.equals(sourceLocaleID)) { in main()
1556 String sourceLocaleID = path == null ? null : cldrFile.getSourceLocaleID(path, status); in showValue() local
1561 : (sourceLocaleID.equals(localeID) ? "" in showValue()
1562 : "\t" + sourceLocaleID); in showValue()