Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java321 String sourceDirLeaf = sourceDir.getName(); in writeLdml() local
323 boolean resolving = !sourceDirLeaf.contains("subdivisions") in writeLdml()
324 && !sourceDirLeaf.contains("transforms"); in writeLdml()
327 String nameAndLocale = sourceDirLeaf + "/" + locale; in writeLdml()