Searched defs:Cut (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
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);
H A DnsTObsoleteAStringThunk.cpp121 virtual void Cut(index_type cutStart, size_type cutLength) function in class:nsTObsoleteAStringThunk_CharT
123 concrete_self()->Cut(cutStart, cutLength);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstring.h370 void Cut( index_type cutStart, size_type cutLength ) { Replace(cutStart, cutLength, char_traits::sEmptyBuffer, 0); } function in class:nsTSubstring_CharT
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

Completed in 111 milliseconds