OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextNode
(Results
1 - 17
of
17
) sorted by null
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
_html5lib.py
80
return
TextNode
(Comment(data), self.soup)
199
text =
TextNode
(self.soup.new_string(data), self.soup)
278
class
TextNode
(Element):
/external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePatternUtil.java
95
if (node instanceof
TextNode
&& !list.isEmpty()) {
98
if (lastNode instanceof
TextNode
) {
99
TextNode
textNode
= (
TextNode
)lastNode;
100
textNode
.text =
textNode
.text + ((
TextNode
)node).text;
124
* This is a
TextNode
containing literal text (downcast and call getText()).
170
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
100
if (node instanceof
TextNode
&& !list.isEmpty()) {
103
if (lastNode instanceof
TextNode
) {
104
TextNode
textNode
= (
TextNode
)lastNode;
105
textNode
.text =
textNode
.text + ((
TextNode
)node).text;
131
* This is a
TextNode
containing literal text (downcast and call getText()).
183
public static class
TextNode
extends MessageContentsNode
[
all
...]
/external/v8/src/regexp/
jsregexp.h
681
class
TextNode
: public SeqRegExpNode {
683
TextNode
(ZoneList<TextElement>* elms, bool read_backward,
686
TextNode
(RegExpCharacterClass* that, bool read_backward,
[
all
...]
/prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.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
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.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 254 milliseconds