Home
last modified time | relevance | path

Searched defs:targetNodePath (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DResourceSplitter.java24 final String targetNodePath; field in ResourceSplitter.SplitInfo
31 public SplitInfo(String srcNodePath, String targetDirPath, String targetNodePath) { in SplitInfo()
320 private void placeResourceAtPath(Resource root, String targetNodePath, Resource res) { in placeResourceAtPath()