Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCLDRCompare.java107 String newFullPath = newCldrFile.getFullXPath(path); in main() local
DCLDRModify.java757 public void replace(String oldFullPath, String newFullPath, String newValue) { in replace()
768 String newFullPath) { in showAction()
811 String oldFullPath, String newFullPath, String newValue, String reason) { in replace()
DGenerateComparison.java330 String newFullPath = newFile.getFullXPath(path); in main() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java942 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll() local
1018 private String addReferencesIfNeeded(String newFullPath, String fullXPath) { in addReferencesIfNeeded()