Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1474 …+localeXpathToFilePath.computeIfAbsent(Pair.of(localeID, path), locPath -> guessFilePath(locPath)); in showValue()
1579 private static String guessFilePath(Pair<String, String> locPath) { in guessFilePath() method in ConsoleCheckCLDR