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.java718 AliasLocation fullStatus = getCachedFullStatus(xpath); in getValueAtDPath() local
719 if (fullStatus != null) { in getValueAtDPath()
721 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()
722 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()
724 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()
730 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument
731 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()
769 AliasLocation fullStatus = getCachedFullStatus(xpath); in getFullPathAtDPath() local
770 if (fullStatus != null) { in getFullPathAtDPath()
771 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()
[all …]