Searched refs:nonAltPath (Results 1 – 1 of 1) sorted by relevance
241 String nonAltPath = CLDRFile.getNondraftNonaltXPath(path); in checkPaths() local242 if (!path.equals(nonAltPath)) { in checkPaths()243 String nonAltLocale = file.getSourceLocaleID(nonAltPath, null); in checkPaths()244 String nonAltValue = file.getStringValue(nonAltPath); in checkPaths()