Home
last modified time | relevance | path

Searched refs:substringData (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DCharacterData.java81 public String substringData(int offset, in substringData() method
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dcharacterdatasubstringvalue.java75 substring = child.substringData(0, 8); in runTest()
H A Dhc_characterdatasubstringexceedsvalue.java75 substring = child.substringData(9, 10); in runTest()
H A Dhc_characterdatasubstringvalue.java74 substring = child.substringData(0, 8); in runTest()
H A Dcharacterdatasubstringexceedsvalue.java76 substring = child.substringData(9, 10); in runTest()
H A Dcharacterdataindexsizeerrsubstringoffsetgreater.java82 badString = child.substringData(40, 3); in runTest()
H A Dhc_characterdataindexsizeerrsubstringoffsetgreater.java81 badString = child.substringData(40, 3); in runTest()
H A Dhc_characterdataindexsizeerrsubstringnegativeoffset.java85 badString = child.substringData(-5, 3); in runTest()
H A Dcharacterdataindexsizeerrsubstringnegativeoffset.java86 badString = child.substringData(-5, 3); in runTest()
H A Dhc_characterdataindexsizeerrreplacedatacountnegative.java86 badString = child.substringData(10, -3); in runTest()
H A Dcharacterdataindexsizeerrsubstringcountnegative.java86 badSubstring = child.substringData(10, -3); in runTest()
H A Dhc_characterdataindexsizeerrdeletedatacountnegative.java85 childSubstring = child.substringData(10, -3); in runTest()
H A Dhc_characterdataindexsizeerrsubstringcountnegative.java85 badSubstring = child.substringData(10, -3); in runTest()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DCharacterDataImpl.java91 public String substringData(int offset, int count) throws DOMException { in substringData() method in CharacterDataImpl
H A DTextImpl.java51 substringData(offset, getLength() - offset)); in splitText()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1036 public String substringData(int offset, int count) throws DOMException in substringData() method in UnImplNode
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1017 public final String substringData(int offset, int count) throws DOMException in substringData() method in DTMNodeProxy
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmsxml.h1035 virtual HRESULT WINAPI substringData(LONG offset,LONG count,BSTR *data) = 0;
1090 HRESULT (WINAPI *substringData)(IXMLDOMCharacterData *This,LONG offset,LONG count,BSTR *data);
1147 #define IXMLDOMCharacterData_substringData(This,offset,count,data) (This)->lpVtbl->substringData(Th…
1501 HRESULT (WINAPI *substringData)(IXMLDOMText *This,LONG offset,LONG count,BSTR *data);
1559 #define IXMLDOMText_substringData(This,offset,count,data) (This)->lpVtbl->substringData(This,offset…
1626 HRESULT (WINAPI *substringData)(IXMLDOMComment *This,LONG offset,LONG count,BSTR *data);
1683 #define IXMLDOMComment_substringData(This,offset,count,data) (This)->lpVtbl->substringData(This,off…
1868 HRESULT (WINAPI *substringData)(IXMLDOMCDATASection *This,LONG offset,LONG count,BSTR *data);
1926 #define IXMLDOMCDATASection_substringData(This,offset,count,data) (This)->lpVtbl->substringData(Thi…
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py1047 def substringData(self, offset, count): member in CharacterData
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py1047 def substringData(self, offset, count): member in CharacterData
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminidom.py967 def substringData(self, offset, count): member in CharacterData
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py1047 def substringData(self, offset, count): member in CharacterData
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py1047 def substringData(self, offset, count): member in CharacterData
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py1047 def substringData(self, offset, count): member in CharacterData

12345678910>>...16