Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java398 String firstFullPath = null; in write() local
406 firstFullPath = getFullXPath(firstPath); in write()
407 parts.set(firstFullPath); in write()
447 if (firstFullPath != null) { // if we had a path in write()
448 if (firstFullPath.indexOf("/identity") >= 0) { in write()