Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java600 final File theDir = getDirForLocale(locale); in getDataSet() local
601 return getDataSet(theDir.getAbsolutePath(), locale); in getDataSet()
613 final File theDir = dirs.get(0); in getDirForLocale() local
614 return theDir; in getDirForLocale()
641 final File theDir = getDirForLocale(locale); in getData() local
642 return getData(theDir.getAbsolutePath(), locale); in getData()