Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java517 @SuppressWarnings("unused") boolean skipInheritanceMarker) { in getSourceLocaleIdExtended() argument
908 private AliasLocation getCachedFullStatus(String xpath, boolean skipInheritanceMarker) { in getCachedFullStatus() argument
922 if (!skipInheritanceMarker || !cachingIsEnabled ) { in getCachedFullStatus()
923 return getPathLocation(xpath, false /* skipFirst */, skipInheritanceMarker); in getCachedFullStatus()
928 … fullStatus = getPathLocation(xpath, false /* skipFirst */, skipInheritanceMarker); in getCachedFullStatus()
972 …ocaleIdExtended(String distinguishedXPath, CLDRFile.Status status, boolean skipInheritanceMarker) { in getSourceLocaleIdExtended() argument
973 … AliasLocation fullStatus = getCachedFullStatus(distinguishedXPath, skipInheritanceMarker); in getSourceLocaleIdExtended()
1009 …ate AliasLocation getPathLocation(String xpath, boolean skipFirst, boolean skipInheritanceMarker) { in getPathLocation() argument
1017 if (skipInheritanceMarker && CldrUtility.INHERITANCE_MARKER.equals(value)) { in getPathLocation()
1063 return getCachedFullStatus(aliasedPath, skipInheritanceMarker); in getPathLocation()
DCLDRFile.java752 …ocaleIdExtended(String distinguishedXPath, CLDRFile.Status status, boolean skipInheritanceMarker) { in getSourceLocaleIdExtended() argument
753 …g result = dataSource.getSourceLocaleIdExtended(distinguishedXPath, status, skipInheritanceMarker); in getSourceLocaleIdExtended()
757 … result = dataSource.getSourceLocaleIdExtended(fallbackPath, status, skipInheritanceMarker); in getSourceLocaleIdExtended()