Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRCompare.java93 String newFullPath = newCldrFile.getFullXPath(path); in main() local
DCLDRModify.java766 public void replace(String oldFullPath, String newFullPath, String newValue) { in replace()
771 String newValue, String oldFullPath, String newFullPath) { in showAction()
804 … public void replace(String oldFullPath, String newFullPath, String newValue, String reason) { in replace()
DGenerateComparison.java292 String newFullPath = newFile.getFullXPath(path); in main() local
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java802 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll() local
867 private String addReferencesIfNeeded(String newFullPath, String fullXPath) { in addReferencesIfNeeded()