Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java153 String sourceLocale = it.next(); in main() local
154 System.out.print(sourceLocale + ", "); in main()
155 CLDRFile sourceData = cldrFactory.make(sourceLocale, true); in main()
157 String title = sourceLocale; in main()
295 …static void checkItems(PrintWriter pw, String sourceLocale, CLDRFile sourceData, int type, Set<Str… in checkItems() argument
299 String key = priorityMap.get(sourceLocale) + "" + priorityMap.get(item); in checkItems()
307 pw.println(priorityMap.get(sourceLocale) in checkItems()
308 + "\t" + sourceLocale + in checkItems()
309 "\t(" + english.getName(sourceLocale) + ": " in checkItems()
310 + sourceData.getName(sourceLocale) + ")" in checkItems()
DFilterFactory.java175 String sourceLocale = resolvedParent.getSourceLocaleID(xpath, null); in removeRedundantPaths() local
176 if (!sourceLocale.equals(XMLSource.CODE_FALLBACK_ID)) { in removeRedundantPaths()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForExemplars.java277 String sourceLocale = getResolvedCldrFileToCheck().getSourceLocaleID(path, otherPathStatus); in handleCheck() local
285 if (XMLSource.CODE_FALLBACK_ID.equals(sourceLocale)) { in handleCheck()
297 …CheckStatus.Type errorOption = errorDefaultOption & sourceLocale.equals(getResolvedCldrFileToCheck… in handleCheck()
410 if ("root".equals(sourceLocale)) { in handleCheck()
414 LocaleIDParser parser = new LocaleIDParser().set(sourceLocale); in handleCheck()
417 String localeID = sdi.getLikelySubtags().get(sourceLocale); in handleCheck()
DQuickCheck.java239 String sourceLocale = file.getSourceLocaleID(path, null); in checkPaths() local
240 if (locale.equals(sourceLocale)) { in checkPaths()
DCheckDates.java313 String sourceLocale = getCldrFileToCheck().getSourceLocaleID(path, status); in handleCheck() local
315 …if (!path.equals(status.pathWhereFound) || !sourceLocale.equals(getCldrFileToCheck().getLocaleID()… in handleCheck()
/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java285 String sourceLocale = cldrFile2.getSourceLocaleID(xpath, null); in getStringValue() local
286 … if (sourceLocale.equals(XMLSource.CODE_FALLBACK_ID) || sourceLocale.equals(XMLSource.ROOT_ID)) { in getStringValue()
DCLDRFile.java2251 String sourceLocale = getSourceLocaleID(path, status);
2252 if (result == null || !sourceLocale.equals("en")) {