/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);
|
/external/webkit/Source/WebCore/dom/ |
CharacterData.idl | 29 [ConvertNullStringTo=Null, OldStyleObjC] DOMString substringData(in [IsIndex] unsigned long offset,
|
CharacterData.h | 35 String substringData(unsigned offset, unsigned count, ExceptionCode&);
|
/external/webkit/Source/WebCore/editing/ |
DeleteFromTextNodeCommand.cpp | 53 m_text = m_node->substringData(m_offset, m_count, ec);
|
SplitTextNodeCommand.cpp | 58 String prefixText = m_text2->substringData(0, m_offset, ec);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CharacterDataImpl.java | 91 public String substringData(int offset, int count) throws DOMException {
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdataindexsizeerrsubstringcountnegative.js | 79 The "substringData(offset,count)" method raises an 84 first employee and invoke its "substringData(offset,count) 115 badSubstring = child.substringData(10,-3);
|
hc_characterdataindexsizeerrsubstringnegativeoffset.js | 79 The "substringData(offset,count)" method raises an 84 first employee and invoke its "substringData(offset,count) 115 badString = child.substringData(-5,3);
|
hc_characterdataindexsizeerrsubstringoffsetgreater.js | 78 The "substringData(offset,count)" method raises an 83 first employee and invoke its "substringData(offset,count) 116 badString = child.substringData(40,3);
|
hc_characterdatasubstringexceedsvalue.js | 79 "length" then the "substringData(offset,count)" method 84 by using the substringData(offset,count) method 110 substring = child.substringData(9,10);
|
hc_characterdatasubstringvalue.js | 78 The "substringData(offset,count)" method returns the 83 by using the substringData(offset,count) method. The 109 substring = child.substringData(0,8);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_characterdataindexsizeerrsubstringcountnegative.js | 79 The "substringData(offset,count)" method raises an 84 first employee and invoke its "substringData(offset,count) 115 badSubstring = child.substringData(10,-3);
|
hc_characterdataindexsizeerrsubstringnegativeoffset.js | 79 The "substringData(offset,count)" method raises an 84 first employee and invoke its "substringData(offset,count) 115 badString = child.substringData(-5,3);
|