Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java766 public void replace(String oldFullPath, String newFullPath, String newValue) { in replace() argument
767 replace(oldFullPath, newFullPath, newValue, "-"); in replace()
771 String newValue, String oldFullPath, String newFullPath) { in showAction() argument
781 + (newFullPath.equals(oldFullPath) || oldValueNewPath == null ? "" : oldValueNewPath in showAction()
784 + "\t" + oldFullPath in showAction()
785 + (newFullPath.equals(oldFullPath) ? "" : "\t→\t" + newFullPath)); in showAction()
804 … public void replace(String oldFullPath, String newFullPath, String newValue, String reason) { in replace() argument
805 String oldValueOldPath = cldrFileToFilter.getStringValue(oldFullPath); in replace()
806 String temp = cldrFileToFilter.getFullXPath(oldFullPath); in replace()
808 oldFullPath = temp; in replace()
[all …]
DCLDRCompare.java94 String oldFullPath = oldCldrFile.getFullXPath(path); in main() local
96 boolean pathsSame = newFullPath.equals(oldFullPath); in main()