Home
last modified time | relevance | path

Searched refs: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() argument
37 if (targetNodePath == null) { in SplitInfo()
38 targetNodePath = srcNodePath; in SplitInfo()
39 } else if (!targetNodePath.endsWith("/")) { in SplitInfo()
40 targetNodePath += "/"; in SplitInfo()
44 this.targetNodePath = targetNodePath; in SplitInfo()
270 placeResourceAtPath(root, si.targetNodePath, res); in handleSplit()
320 private void placeResourceAtPath(Resource root, String targetNodePath, Resource res) { in placeResourceAtPath() argument
321 String[] nodeNames = targetNodePath.split("/"); in placeResourceAtPath()