Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java692 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath()
743 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath()
771 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getChangeDateAtDPath()
838 private AliasLocation getCachedFullStatus(String xpath, boolean skipInheritanceMarker) { in getCachedFullStatus() method in XMLSource.ResolvingSource
869 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getWinningPath()
903 … AliasLocation fullStatus = getCachedFullStatus(distinguishedXPath, skipInheritanceMarker); in getSourceLocaleIdExtended()
988 return getCachedFullStatus(aliasedPath, skipInheritanceMarker); in getPathLocation()