Searched defs:RFindCharInSet (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h226 NS_COM PRInt32 RFindCharInSet( const char_type* aString, PRInt32 aOffset=-1 ) const;
227 PRInt32 RFindCharInSet( const self_type& aString, PRInt32 aOffset=-1 ) const function in class:nsTString_CharT
229 return RFindCharInSet(aString.get(), aOffset);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp124 * nsTString::RFindCharInSet
128 nsTString_CharT::RFindCharInSet( const CharT* aSet, PRInt32 aOffset ) const function in class:nsTString_CharT
130 // We want to pass a "data length" to ::RFindCharInSet
136 return ::RFindCharInSet(mData, aOffset, aSet);
H A DnsStringObsolete.cpp782 RFindCharInSet( const CharT* data, PRUint32 dataLen, const SetCharT* set ) function

Completed in 74 milliseconds