Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitPathType.java146 String foundLocale = resolvedFile.getSourceLocaleID(path, status ); in getTrans() local
149 … + (foundLocale.equals(resolvedFile.getLocaleID()) ? "" : "\n\t\tactualLocale: " + foundLocale) in getTrans()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPluralMinimalPairs.java41 String foundLocale = cldrFile.getSourceLocaleID(path, null); in getInstance() local
42 if (foundLocale.equals("root")) { in getInstance()
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp1005 UBool foundLocale = FALSE; in TestRegistration() local
1009 foundLocale = TRUE; in TestRegistration()
1013 if (foundLocale == FALSE) { in TestRegistration()