Searched refs:sourceLocale (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateG2xG2.java | 153 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()
|
D | FilterFactory.java | 176 String sourceLocale = resolvedParent.getSourceLocaleID(xpath, null); in removeRedundantPaths() local 177 if (!sourceLocale.equals(XMLSource.CODE_FALLBACK_ID)) { in removeRedundantPaths()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckForExemplars.java | 270 String sourceLocale = getResolvedCldrFileToCheck().getSourceLocaleID(path, otherPathStatus); in handleCheck() local 278 if (XMLSource.CODE_FALLBACK_ID.equals(sourceLocale)) { in handleCheck() 290 …CheckStatus.Type errorOption = errorDefaultOption & sourceLocale.equals(getResolvedCldrFileToCheck… in handleCheck() 404 if ("root".equals(sourceLocale)) { in handleCheck() 408 LocaleIDParser parser = new LocaleIDParser().set(sourceLocale); in handleCheck() 411 String localeID = sdi.getLikelySubtags().get(sourceLocale); in handleCheck()
|
D | QuickCheck.java | 236 String sourceLocale = file.getSourceLocaleID(path, null); in checkPaths() local 237 if (locale.equals(sourceLocale)) { in checkPaths()
|
D | CheckDates.java | 303 String sourceLocale = getCldrFileToCheck().getSourceLocaleID(path, status); in handleCheck() local 305 …if (!path.equals(status.pathWhereFound) || !sourceLocale.equals(getCldrFileToCheck().getLocaleID()… in handleCheck()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Annotations.java | 270 String sourceLocale = cldrFile2.getSourceLocaleID(xpath, null); in getStringValue() local 271 … if (sourceLocale.equals(XMLSource.CODE_FALLBACK_ID) || sourceLocale.equals(XMLSource.ROOT_ID)) { in getStringValue()
|
D | CLDRFile.java | 2245 String sourceLocale = getSourceLocaleID(path, status); 2246 if (result == null || !sourceLocale.equals("en")) {
|