Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1025 String aliasedPath = aliases.get(xpath); in getPathLocation() local
1027 if (aliasedPath == null) { in getPathLocation()
1034 aliasedPath = aliases.get(possibleSubpath) + in getPathLocation()
1040 if (aliasedPath == null && xpath.contains("[@alt=")) { in getPathLocation()
1041 aliasedPath = XPathParts.getPathWithoutAlt(xpath); in getPathLocation()
1047 if (aliasedPath == null && xpath.contains("[@count=")) { in getPathLocation()
1048 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll("[@count=\"other\"]"); in getPathLocation()
1049 if (aliasedPath.equals(xpath)) { in getPathLocation()
1051 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll(""); in getPathLocation()
1052 if (aliasedPath.equals(xpath)) { in getPathLocation()
[all …]