Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java259 addChildNode(xmp, xmpParent, attribute, attribute.getNodeValue(), isTopLevel); in rdf_NodeElementAttrs()
495 XMPNode newCompound = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_ResourcePropertyElement()
620 XMPNode newChild = addChildNode (xmp, xmpParent, xmlNode, null, isTopLevel); in rdf_LiteralPropertyElement()
699 XMPNode newStruct = addChildNode (xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_ParseTypeResourcePropertyElement()
910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_EmptyPropertyElement()
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false); in rdf_EmptyPropertyElement()
986 private static XMPNode addChildNode(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, in addChildNode() method in ParseRDF
/external/icu/icu4c/source/i18n/
Dtznames_impl.h152 CharacterNode* addChildNode(CharacterNode *parent, UChar c, UErrorCode &status);
Dtznames_impl.cpp272 node = addChildNode(node, keyBuffer[index], status); in putImpl()
298 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode() function in TextTrieMap