Home
last modified time | relevance | path

Searched defs:textNode (Results 1 – 17 of 17) sorted by relevance

/external/go-cmp/cmp/
Dreport_references.go82 func wrapTrunkReferences(pp [2]value.Pointer, s textNode) textNode {
94 func wrapTrunkReference(p value.Pointer, printAddress bool, s textNode) textNode {
114 func resolveReferences(s textNode) {
Dreport_text.go65 type textNode interface { interface
71 Equal(textNode) bool argument
182 func (s1 textList) Equal(s2 textNode) bool {
349 func (s1 textLine) Equal(s2 textNode) bool {
Dreport_reflect.go51 func (opts formatOptions) FormatType(t reflect.Type, s textNode) textNode {
86 func wrapParens(s textNode) textNode {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DMarkup.cpp145 static MarkupNode textNode(StringRef Text) { in textNode() function
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtil.java168 @Nullable TtmlNode textNode = findRubyTextNode(containerNode, globalStyles); in applyStylesToSpan() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtil.java168 @Nullable TtmlNode textNode = findRubyTextNode(containerNode, globalStyles); in applyStylesToSpan() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DJsonNodeCreator.java44 public ValueNode textNode(String text); in textNode() method
DContainerNode.java137 public final TextNode textNode(String text) { return _nodeFactory.textNode(text); } in textNode() method in ContainerNode
DJsonNodeFactory.java294 public TextNode textNode(String text) { return TextNode.valueOf(text); } in textNode() method in JsonNodeFactory
/external/jsoup/src/test/java/org/jsoup/nodes/
DTextNodeTest.java162 TextNode textNode = (TextNode) node; in testHasTextWhenIterating() local
/external/jsoup/src/main/java/org/jsoup/nodes/
DElement.java1404 TextNode textNode = (TextNode) node; in head() local
1489 TextNode textNode = (TextNode) child; in ownText() local
1497 private static void appendNormalisedText(StringBuilder accum, TextNode textNode) { in appendNormalisedText()
1549 TextNode textNode = (TextNode) node; in hasText() local
/external/jsoup/src/test/java/org/jsoup/helper/
DW3CDomTest.java341 Node textNode = div.getFirstChild().getFirstChild(); in convertsElementsAndMaintainsSource() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java148 public boolean shouldStripSourceNode(Node textNode) in shouldStripSourceNode()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DMessagePatternUtil.java106 TextNode textNode = (TextNode)lastNode; in addContentsNode() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePatternUtil.java103 TextNode textNode = (TextNode)lastNode; in addContentsNode() local
/external/skia/tests/
DSVGDeviceTest.cpp76 const SkDOM::Node* textNode= dom.getFirstChild(textElem); in check_text_node() local
/external/tinyxml2/
Dxmltest.cpp168 XMLText* textNode = titleElement->FirstChild()->ToText(); in example_3() local