Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java312 boolean findResourcePath(StringBuffer str, Resource res) { in findResourcePath() method in ICUResourceWriter.Resource
327 if (child.findResourcePath(str, res)) { in findResourcePath()
336 String findResourcePath(Resource res) { in findResourcePath() method in ICUResourceWriter.Resource
342 if (findResourcePath(str, res)) { in findResourcePath()
DICUWriter.java83 String where = set.findResourcePath(mre.offendingResource); in writeResource()