Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckDates.java357 String pathToWide = path.replace("[@type=\"abbreviated\"]", "[@type=\"wide\"]"); in handleCheck() local
358 String wideValue = getCldrFileToCheck().getWinningValueWithBailey(pathToWide); in handleCheck()
425 String pathToWide = path.replace("/eraAbbr", "/eraNames"); in handleCheck() local
426 String wideValue = getCldrFileToCheck().getWinningValueWithBailey(pathToWide); in handleCheck()