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.java692 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath() local
693 if (fullStatus != null) { in getValueAtDPath()
695 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()
696 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()
698 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()
704 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument
705 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()
743 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath() local
744 if (fullStatus != null) { in getFullPathAtDPath()
745 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()
[all …]