Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java771 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath() local
772 if (fullPathWhereFound == null) { in getFullPathAtDPath()
774 } else if (fullPathWhereFound.equals(fullStatus.pathWhereFound)) { in getFullPathAtDPath()
777 result = getFullPath(xpath, fullStatus, fullPathWhereFound); in getFullPathAtDPath()
804 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() argument
811 XPathParts fullPathWhereFoundParts = new XPathParts().set(fullPathWhereFound); in getFullPath()