Searched refs:oldValueNewPath (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 770 …ublic void showAction(String reason, String action, String oldValueOldPath, String oldValueNewPath, in showAction() argument 781 + (newFullPath.equals(oldFullPath) || oldValueNewPath == null ? "" : oldValueNewPath in showAction() 782 .equals(oldValueOldPath) ? "/=" : "/«" + oldValueNewPath + "»") in showAction() 824 String oldValueNewPath = cldrFileToFilter.getStringValue(newFullPath); in replace() local 828 if (oldValueNewPath == null) { in replace() 829 …showAction(reason, "Moving", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullPath); in replace() 830 } else if (oldValueNewPath.equals(newValue)) { in replace() 831 …showAction(reason, "Redundant Value", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, new… in replace() 833 …showAction(reason, "Overriding", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullP… in replace()
|