Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java413 XPathParts firstFullPathParts = null; in write() local
420 firstFullPathParts = XPathParts.getFrozenInstance(firstFullPath); in write()
421 dtdType = DtdType.valueOf(firstFullPathParts.getElement(0)); in write()
454 ldml_identity = firstFullPathParts.toString(2); in write()
456 ldml_identity = firstFullPathParts.toString(1) + "/identity"; in write()