Searched refs:getModified (Results 1 – 1 of 1) sorted by relevance
189 … public static String getModified(ConfigMatch valueMatch, String value, ConfigMatch newValue) { in getModified() method in CLDRModify.ConfigMatch2339 … String modPath = ConfigMatch.getModified(pathMatch, xpath, newPath) + draft;2340 String modValue = ConfigMatch.getModified(valueMatch, value, newValue);