Searched refs:getFallbackPath (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRFile.java | 596 final String fallbackPath = getFallbackPath(xpath, false, true); in getStringValue() 615 …final String fallbackPath = getFallbackPath(xpath, false, false); // return null if there is no di… in getBaileyValue() 617 getFallbackPath(xpath, false, true); in getBaileyValue() 679 private String getFallbackPath(String xpath, boolean winning, boolean checkExtraPaths) { in getFallbackPath() method in CLDRFile 755 final String fallbackPath = getFallbackPath(distinguishedXPath, false, true); in getSourceLocaleIdExtended() 3688 String fallbackPath = getFallbackPath(winningPath, true, true); 3847 final String fallbackPath = getFallbackPath(xpath, false, true);
|