Home
last modified time | relevance | path

Searched defs:newFullPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCLDRModify.java755 public void replace(String oldFullPath, String newFullPath, String newValue) { in replace()
766 String newFullPath) { in showAction()
809 String oldFullPath, String newFullPath, String newValue, String reason) { in replace()
H A DCLDRCompare.java107 String newFullPath = newCldrFile.getFullXPath(path); in main() local
H A DGenerateComparison.java330 String newFullPath = newFile.getFullXPath(path); in main() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRFile.java941 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll() local
1017 private String addReferencesIfNeeded(String newFullPath, String fullXPath) { in addReferencesIfNeeded()