Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java890 …AliasLocation fullStatus = getPathLocation(xpath, true /* skipFirst */, true /* skipInheritanceMar… in getBaileyValue()
923 return getPathLocation(xpath, false /* skipFirst */, skipInheritanceMarker); in getCachedFullStatus()
928 … fullStatus = getPathLocation(xpath, false /* skipFirst */, skipInheritanceMarker); in getCachedFullStatus()
1009 …private AliasLocation getPathLocation(String xpath, boolean skipFirst, boolean skipInheritanceMark… in getPathLocation() method in XMLSource.ResolvingSource