Searched refs:oldValueOldPath (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 762 String oldValueOldPath = cldrFileToFilter.getStringValue(path); in remove() local 763 showAction(reason, "Removing", oldValueOldPath, null, null, path, path); in remove() 770 …public void showAction(String reason, String action, String oldValueOldPath, String oldValueNewPat… in showAction() argument 779 + oldValueOldPath in showAction() 782 .equals(oldValueOldPath) ? "/=" : "/«" + oldValueNewPath + "»") in showAction() 783 …+ "\t→\t" + (newValue == null ? "∅" : newValue.equals(oldValueOldPath) ? "=" : "«" + newValue + "»… in showAction() 805 String oldValueOldPath = cldrFileToFilter.getStringValue(oldFullPath); in replace() local 815 } else if (oldValueOldPath == null) { in replace() 817 … showAction(reason, "Adding", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() 820 … showAction(reason, "Replacing", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() [all …]
|