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.java412 String firstFullPath = null; in write() local
419 firstFullPath = getFullXPath(firstPath); in write()
420 firstFullPathParts = XPathParts.getFrozenInstance(firstFullPath); in write()
452 if (firstFullPath != null) { // if we had a path in write()
453 if (firstFullPath.indexOf("/identity") >= 0) { in write()