Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCoverageInfo.java15 private final static class XPathWithLocation { class in CoverageInfo
20 public XPathWithLocation(String xpath, String location) { in XPathWithLocation() method in CoverageInfo.XPathWithLocation
45 XPathWithLocation o = (XPathWithLocation) other; in equals()
66 …private Cache<XPathWithLocation, Level> coverageCache = CacheBuilder.newBuilder().maximumSize(MAXL…
84 final XPathWithLocation xpLoc = new XPathWithLocation(xpath, loc); in getCoverageLevel()