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.java752 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath()
808 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath()
836 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getChangeDateAtDPath()
908 private AliasLocation getCachedFullStatus(String xpath, boolean skipInheritanceMarker) { in getCachedFullStatus() method in XMLSource.ResolvingSource
939 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getWinningPath()
973 … AliasLocation fullStatus = getCachedFullStatus(distinguishedXPath, skipInheritanceMarker); in getSourceLocaleIdExtended()
1063 return getCachedFullStatus(aliasedPath, skipInheritanceMarker); in getPathLocation()