Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java711 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local
712 parentNodeInSource.appendChild(childToImport); in mergeLDMLDocuments()
719 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local
720 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
727 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local
728 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
745 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local
746 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
946 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases() local
950 parent.appendChild(childToImport); in resolveAliases()
[all …]