HomeSort by relevance Sort by last modified time
    Searched defs:TextNode (Results 1 - 15 of 15) 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...]
  /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 715 class TextNode: public SeqRegExpNode {
717 TextNode(ZoneList<TextElement>* elms, bool read_backward,
720 TextNode(RegExpCharacterClass* that, bool read_backward,
727 // Create TextNode for a single character class for the given ranges.
728 static TextNode* CreateForCharacterRanges(Zone* zone,
732 // Create TextNode for a surrogate pair with a range given for the
734 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/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 612 milliseconds