Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DCheckIBMCoverage.java284 …Node node = LDMLUtilities.getFullyResolvedLDML(sourceDir + "/../collation", locale, false, true, f… in processFile()
DLDMLComparator.java802 … Document doc = LDMLUtilities.getFullyResolvedLDML(sourceDir, locale, true, true, true, true); in getFullyResolvedLocale()
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java69 public static Document getFullyResolvedLDML(String sourceDir, String locale, in getFullyResolvedLDML() method in LDMLUtilities
72 …return getFullyResolvedLDML(sourceDir, locale, ignoreRoot, ignoreUnavailable, ignoreIfNoneAvailabl… in getFullyResolvedLDML()
76 private static Document getFullyResolvedLDML(String sourceDir, String locale, in getFullyResolvedLDML() method in LDMLUtilities
925 … Document newDoc = getFullyResolvedLDML(sourceDir, source, false, true, false, ignoreDraft, stack); in resolveAliases()