Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java189 … public static String getModified(ConfigMatch valueMatch, String value, ConfigMatch newValue) { in getModified() method in CLDRModify.ConfigMatch
2339 … String modPath = ConfigMatch.getModified(pathMatch, xpath, newPath) + draft;
2340 String modValue = ConfigMatch.getModified(valueMatch, value, newValue);