Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java64 public static Document getFullyResolvedLDML(String sourceDir, String locale, in getFullyResolvedLDML() method in LDMLUtilities
67 …return getFullyResolvedLDML(sourceDir, locale, ignoreRoot, ignoreUnavailable, ignoreIfNoneAvailabl… in getFullyResolvedLDML()
71 private static Document getFullyResolvedLDML(String sourceDir, String locale, in getFullyResolvedLDML() method in LDMLUtilities
920 … Document newDoc = getFullyResolvedLDML(sourceDir, source, false, true, false, ignoreDraft, stack); in resolveAliases()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java794 … Document doc = LDMLUtilities.getFullyResolvedLDML(sourceDir, locale, true, true, true, true); in getFullyResolvedLocale()