Searched refs:NewElement (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/localize/ |
D | XLIFFFile.cpp | 352 XMLNode* copy = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, "g", in convert_html_to_xliff() 377 XMLNode* ph = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, in convert_html_to_xliff() 385 XMLNode* begin = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, in convert_html_to_xliff() 391 XMLNode* end = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, in convert_html_to_xliff() 425 XMLNode* node = XMLNode::NewElement(str.pos, XLIFF_XMLNS, name, attrs, XMLNode::EXACT); in create_string_node() 464 root = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "xliff", attrs, XMLNode::PRETTY); in ToXMLNode() 489 XMLNode* fileNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "file", fileAttrs, in ToXMLNode() 494 XMLNode* bodyNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "body", in ToXMLNode() 509 XMLNode* transUnitNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "trans-unit", in ToXMLNode() 516 XMLNode* extraNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "extradata", in ToXMLNode() [all …]
|
D | ValuesFile.cpp | 60 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT); in OnStartElement() 118 XMLNode* node = XMLNode::NewElement(pos, ns, name, attrs, XMLNode::EXACT); in OnStartElement() 219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY); in ToXMLNode() 228 XMLNode* arrayNode = XMLNode::NewElement(items.begin()->pos, "", "array", arrayAttrs, in ToXMLNode()
|
D | XLIFFFile_test.cpp | 37 XMLNode* node = XMLNode::NewElement(GENERATED_POS, "", tag, attrs, XMLNode::EXACT); in add_html_tag() 48 res.value = XMLNode::NewElement(GENERATED_POS, "", "something", attrs, XMLNode::EXACT); in create_string_node_test()
|
D | xmb.cpp | 92 XMLNode* msg = XMLNode::NewElement(res.pos, "", "msg", attrs, XMLNode::EXACT); in resource_to_xmb_msg() 151 XMLNode* localizationbundle = XMLNode::NewElement(GENERATED_POS, "", "localizationbundle", in do_xlb_export()
|
D | XMLHandler.cpp | 192 XMLNode* e = XMLNode::NewElement(m_pos, m_ns, m_name, m_attrs, m_pretty); in Clone() 208 XMLNode::NewElement(const SourcePos& pos, const string& ns, const string& name, in NewElement() function in XMLNode 731 XMLNode* n = XMLNode::NewElement(pos, ns, name, attrs, pretty); in OnStartElement()
|
D | XMLHandler.h | 66 static XMLNode* NewElement(const SourcePos& pos, const string& ns, const string& name,
|
D | localize.cpp | 460 target = XMLNode::NewElement(source->Position(), source->Namespace(), in pseudolocalize_xml_node() 463 target = XMLNode::NewElement(source->Position(), source->Namespace(), in pseudolocalize_xml_node()
|