Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DResourceSplitter.java301 root.appendContents(ICUResourceWriter.createString(versionKey, value)); in createRoot()
306 root.appendContents(parentIsRoot); in createRoot()
309 root.appendContents(ICUResourceWriter.createString(aliasKey, value)); in createRoot()
334 root.appendContents(res); in placeResourceAtPath()
DICUResourceWriter.java198 public Resource appendContents(Resource res) { in appendContents() method in ICUResourceWriter.Resource