Searched refs:getNondraftNonaltXPath (Results 1 – 7 of 7) sorted by relevance
190 String xpath = CLDRFile.getNondraftNonaltXPath(pair.getFirst()); in checkSupplementalRegexes()245 String fullPath = CLDRFile.getNondraftNonaltXPath(plain in checkLocaleRegexes()
31 String strippedPath = CLDRFile.getNondraftNonaltXPath(path); in handleCheck()
238 String nonAltPath = CLDRFile.getNondraftNonaltXPath(path); in checkPaths()
1479 String newPath = CLDRFile.getNondraftNonaltXPath(path); in addPrettyPath()1714 String path2 = CLDRFile.getNondraftNonaltXPath(path); in getEnglishPathValue()
788 … hasDraftVersion.add(getNondraftNonaltXPath(cpath)); // strips the alt and the draft in putAll()800 cpath = getNondraftNonaltXPath(cpath); in putAll()802 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll()1004 otherXpath = CLDRFile.getNondraftNonaltXPath(xpath); in removeDuplicates()1305 return getNondraftNonaltXPath(path1).equals(getNondraftNonaltXPath(path2)); in equalsIgnoringDraft()1310 public static String getNondraftNonaltXPath(String xpath) { in getNondraftNonaltXPath() method in CLDRFile3254 String newPath = getNondraftNonaltXPath(path);
1573 String newPath = CLDRFile.getNondraftNonaltXPath(path); in getWinningPath()
215 String cleanedPath = CLDRFile.getNondraftNonaltXPath(path); in main()