Home
last modified time | relevance | path

Searched refs:textNode (Results 1 - 13 of 13) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dtinyxmlparser.cpp626 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue() local
628 if ( !textNode ) in ReadValue()
634 p = textNode->Parse( p ); in ReadValue()
636 if ( !textNode->Blank() ) in ReadValue()
637 LinkEndChild( textNode ); in ReadValue()
639 delete textNode; in ReadValue()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1192 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue() local
1194 if ( !textNode ) in ReadValue()
1201 p = textNode->Parse( p, data, encoding ); in ReadValue()
1207 p = textNode->Parse( pWithWhiteSpace, data, encoding ); in ReadValue()
1210 if ( !textNode->Blank() ) in ReadValue()
1211 LinkEndChild( textNode ); in ReadValue()
1213 delete textNode; in ReadValue()
/third_party/skia/tests/
H A DSVGDeviceTest.cpp70 const SkDOM::Node* textNode= dom.getFirstChild(textElem); in check_text_node() local
71 REPORTER_ASSERT(reporter, textNode != nullptr); in check_text_node()
72 if (textNode != nullptr) { in check_text_node()
73 REPORTER_ASSERT(reporter, dom.getType(textNode) == SkDOM::kText_Type); in check_text_node()
74 REPORTER_ASSERT(reporter, strcmp(expected, dom.getName(textNode)) == 0); in check_text_node()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java106 TextNode textNode = (TextNode)lastNode; in addContentsNode()
107 textNode.text = textNode.text + ((TextNode)node).text; in addContentsNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePatternUtil.java103 TextNode textNode = (TextNode)lastNode; in addContentsNode()
104 textNode.text = textNode.text + ((TextNode)node).text; in addContentsNode()
/third_party/skia/experimental/docs/
H A DsvgBackend.js131 var textNode = document.createTextNode(text.string);
132 svgText.appendChild(textNode);
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 181 milliseconds