Searched refs:Cut (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsStringAPI.cpp118 aStr.Cut(aCutOffset, aCutLength);
203 aStr.Cut(aCutOffset, aCutLength);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp121 virtual void Cut(index_type cutStart, size_type cutLength) function in class:nsTObsoleteAStringThunk_CharT
123 concrete_self()->Cut(cutStart, cutLength);
H A DnsTAString.cpp435 nsTAString_CharT::Cut( index_type cutStart, size_type cutLength ) function in class:nsTAString_CharT
438 AsSubstring()->Cut(cutStart, cutLength);
440 AsObsoleteString()->Cut(cutStart, cutLength);
/vbox/src/libs/xpcom18a4/xpcom/stub/
H A DnsStringAPI.cpp118 aStr.Cut(aCutOffset, aCutLength);
203 aStr.Cut(aCutOffset, aCutLength);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h141 virtual void Cut( index_type cutStart, size_type cutLength ) = 0;
H A DnsStringAPI.h732 NS_HIDDEN_(void) Cut( index_type cutStart, size_type cutLength ) { Replace(cutStart, cutLength, nsnull, 0); } function in class:nsAString_external
814 NS_HIDDEN_(void) Cut( index_type cutStart, size_type cutLength ) { Replace(cutStart, cutLength, nsnull, 0); } function in class:nsACString_external
H A DnsTAString.h328 * 1) to |Cut| a suffix of the string;
439 * |Cut| is used to remove a range of characters from this string.
442 NS_COM void NS_FASTCALL Cut( index_type cutStart, size_type cutLength );
H A DnsTSubstring.h370 void Cut( index_type cutStart, size_type cutLength ) { Replace(cutStart, cutLength, char_traits::sEmptyBuffer, 0); } function in class:nsTSubstring_CharT
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h1016 temp2.Cut(20,5);
1019 temp2.Cut(100,100); //this should fail.
1050 temp2.Cut(20,5);
1053 temp2.Cut(100,100); //this should fail.
1080 s1.Cut(3,20); //try deleting more chars than actual length of pbuf
1081 NS_ASSERTION(s1=="wha","Cut error");
1084 s1.Cut(3,-10);
1085 NS_ASSERTION(s1==pbuf,"Cut error");
1088 s1.Cut(3,2);
1089 NS_ASSERTION(s1=="wha up doc?","Cut erro
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp78 buf.Cut(0, n + 1);
93 temp.Cut(0, 6);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp506 symbol.Cut(0,offset);
508 symbol.Cut(0,undefinedMagicString.Length());
524 tmp.Cut(offset + undefinedMagicString.Length(),
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp309 aWritable.Cut(0, aWritable.Length()+5);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtom.idl286 HRESULT Cut([out]VARIANT *pVar);
H A Dvfw.h1186 STDMETHOD(Cut)(IAVIEditStream*iface,LONG*plStart,LONG*plLength,PAVISTREAM*ppResult) PURE;
1200 #define IAVIEditStream_Cut(p,a,b,c) (p)->lpVtbl->Cut(p,a,b,c)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtom.idl285 HRESULT Cut([out]VARIANT *pVar);
H A Dvfw.h1186 STDMETHOD(Cut)(IAVIEditStream*iface,LONG*plStart,LONG*plLength,PAVISTREAM*ppResult) PURE;
1200 #define IAVIEditStream_Cut(p,a,b,c) (p)->lpVtbl->Cut(p,a,b,c)

Completed in 163 milliseconds