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.java955 String aliasedPath = aliases.get(xpath); in getPathLocation() local
957 if (aliasedPath == null) { in getPathLocation()
964 aliasedPath = aliases.get(possibleSubpath) + in getPathLocation()
972 if (aliasedPath == null && xpath.contains("[@count=")) { in getPathLocation()
973 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll("[@count=\"other\"]"); in getPathLocation()
974 if (aliasedPath.equals(xpath)) { in getPathLocation()
976 aliasedPath = COUNT_EQUALS.matcher(xpath).replaceAll(""); in getPathLocation()
977 if (aliasedPath.equals(xpath)) { in getPathLocation()
981 aliasedPath = null; in getPathLocation()
986 if (aliasedPath != null) { in getPathLocation()
[all …]