HomeSort by relevance Sort by last modified time
    Searched refs:substringData (Results 1 - 25 of 52) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 36 * may call <code>substringData</code> to retrieve the data in
51 * may call <code>substringData</code> to retrieve the data in
61 * and the <code>substringData</code> method below. This may have the
81 public String substringData(int offset,
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataindexsizeerrsubstringoffsetgreater.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
82 badString = child.substringData(40, 3);
characterdatasubstringexceedsvalue.java 32 * "length" then the "substringData(offset,count)" method
37 * by using the substringData(offset,count) method
76 substring = child.substringData(9, 10);
characterdatasubstringvalue.java 31 * The "substringData(offset,count)" method returns the
36 * by using the substringData(offset,count) method. The
75 substring = child.substringData(0, 8);
hc_characterdataindexsizeerrsubstringoffsetgreater.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
81 badString = child.substringData(40, 3);
hc_characterdatasubstringexceedsvalue.java 32 * "length" then the "substringData(offset,count)" method
37 * by using the substringData(offset,count) method
75 substring = child.substringData(9, 10);
hc_characterdatasubstringvalue.java 31 * The "substringData(offset,count)" method returns the
36 * by using the substringData(offset,count) method. The
74 substring = child.substringData(0, 8);
characterdataindexsizeerrsubstringcountnegative.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
86 badSubstring = child.substringData(10, -3);
characterdataindexsizeerrsubstringnegativeoffset.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
86 badString = child.substringData(-5, 3);
hc_characterdataindexsizeerrdeletedatacountnegative.java 85 childSubstring = child.substringData(10, -3);
hc_characterdataindexsizeerrreplacedatacountnegative.java 86 badString = child.substringData(10, -3);
hc_characterdataindexsizeerrsubstringcountnegative.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
85 badSubstring = child.substringData(10, -3);
hc_characterdataindexsizeerrsubstringnegativeoffset.java 31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
85 badString = child.substringData(-5, 3);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 91 public String substringData(int offset, int count) throws DOMException {
TextImpl.java 51 substringData(offset, getLength() - offset));
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1036 public String substringData(int offset, int count) throws DOMException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1017 public final String substringData(int offset, int count) throws DOMException
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 970 def substringData(self, offset, count):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 970 def substringData(self, offset, count):
    [all...]

Completed in 293 milliseconds

1 2 3