Searched refs:localeFound (Results 1 – 3 of 3) sorted by relevance
62 String localeFound = cldrFile.getSourceLocaleID(path, status); in main() local64 + (locale.equals(localeFound) ? "" : "/" + localeFound) in main()
1141 String localeFound = pl.getSourceLocaleID(path, status); in Test14866() local1145 + "\n\tLocaleFound:\t" + (locale.equals(localeFound) ? "«same»" : localeFound) in Test14866()
1295 …String localeFound = sourceFile.getSourceLocaleIdExtended(path, status, false /* skipInheritanceMa… in getMissingStatus() local1296 final boolean localeFoundIsRootOrCodeFallback = localeFound.equals("root") in getMissingStatus()1297 || localeFound.equals(XMLSource.CODE_FALLBACK_ID); in getMissingStatus()