Home
last modified time | relevance | path

Searched refs:fullStatus (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() local
753 if (fullStatus != null) { in getValueAtDPath()
755 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()
756 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()
758 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()
768 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument
769 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()
808 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath() local
809 if (fullStatus != null) { in getFullPathAtDPath()
810 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()
[all …]