Searched refs:sourceLocaleID (Results 1 – 1 of 1) sorted by relevance
643 final String sourceLocaleID = file.getSourceLocaleID(path, otherPath); in main() local644 if (!localeID.equals(sourceLocaleID)) { in main()1556 String sourceLocaleID = path == null ? null : cldrFile.getSourceLocaleID(path, status); in showValue() local1561 : (sourceLocaleID.equals(localeID) ? "" in showValue()1562 : "\t" + sourceLocaleID); in showValue()