HomeSort by relevance Sort by last modified time
    Searched defs:TextNode (Results 1 - 23 of 23) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_object.h 23 TextNode,
48 m_objectType == XFA_ObjectType::TextNode ||
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePatternUtil.java 97 if (node instanceof TextNode && !list.isEmpty()) {
100 if (lastNode instanceof TextNode) {
101 TextNode textNode = (TextNode)lastNode;
102 textNode.text = textNode.text + ((TextNode)node).text;
126 * This is a TextNode containing literal text (downcast and call getText()).
172 public static class TextNode extends MessageContentsNode
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 119 // TextNode holds plain text.
120 type TextNode struct {
127 func (t *Tree) newText(pos Pos, text string) *TextNode {
128 return &TextNode{tr: t, NodeType: NodeText, Pos: pos, Text: []byte(text)}
131 func (t *TextNode) String() string {
135 func (t *TextNode) tree() *Tree {
139 func (t *TextNode) Copy() Node {
140 return &TextNode{tr: t.tr, NodeType: NodeText, Pos: t.Pos, Text: append([]byte{}, t.Text...)}
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 119 // TextNode holds plain text.
120 type TextNode struct {
127 func (t *Tree) newText(pos Pos, text string) *TextNode {
128 return &TextNode{tr: t, NodeType: NodeText, Pos: pos, Text: []byte(text)}
131 func (t *TextNode) String() string {
135 func (t *TextNode) tree() *Tree {
139 func (t *TextNode) Copy() Node {
140 return &TextNode{tr: t.tr, NodeType: NodeText, Pos: t.Pos, Text: append([]byte{}, t.Text...)}
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePatternUtil.java 102 if (node instanceof TextNode && !list.isEmpty()) {
105 if (lastNode instanceof TextNode) {
106 TextNode textNode = (TextNode)lastNode;
107 textNode.text = textNode.text + ((TextNode)node).text;
133 * This is a TextNode containing literal text (downcast and call getText()).
185 public static class TextNode extends MessageContentsNode
    [all...]
  /external/v8/src/regexp/
jsregexp.h 664 class TextNode: public SeqRegExpNode {
666 TextNode(ZoneList<TextElement>* elms, bool read_backward,
669 TextNode(RegExpCharacterClass* that, bool read_backward,
676 // Create TextNode for a single character class for the given ranges.
677 static TextNode* CreateForCharacterRanges(Zone* zone,
681 // Create TextNode for a surrogate pair with a range given for the
683 static TextNode* CreateForSurrogatePair(Zone* zone, CharacterRange lead,
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 347 milliseconds