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