Searched refs:nsTString_CharT (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTStringObsolete.cpp | 49 nsTString_CharT::Find( const nsCString& aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const 61 nsTString_CharT::Find( const char* aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const 75 nsTString_CharT::RFind( const nsCString& aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const 87 nsTString_CharT::RFind( const char* aString, PRBool aIgnoreCase, PRInt32 aOffset, PRInt32 aCount) const 98 nsTString_CharT::RFindChar( PRUnichar aChar, PRInt32 aOffset, PRInt32 aCount) const 109 nsTString_CharT::FindCharInSet( const char* aSet, PRInt32 aOffset ) const 128 nsTString_CharT::RFindCharInSet( const CharT* aSet, PRInt32 aOffset ) const 144 nsTString_CharT::ToInteger( PRInt32* aErrorCode, PRUint32 aRadix ) const 263 nsTString_CharT::Mid( self_type& aResult, index_type aStartPos, size_type aLengthToCopy ) const 279 nsTString_CharT [all...] |
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | string-template-def-char.h | 45 #define nsTString_CharT nsCString macro
|
H A D | string-template-def-unichar.h | 45 #define nsTString_CharT nsString macro
|
H A D | string-template-undef.h | 46 #undef nsTString_CharT macro
|
H A D | nsTString.h | 50 class nsTString_CharT : public nsTSubstring_CharT class in inherits:nsTSubstring_CharT 54 typedef nsTString_CharT self_type; 62 nsTString_CharT() function in class:nsTString_CharT 66 nsTString_CharT( char_type c ) function in class:nsTString_CharT 73 nsTString_CharT( const char_type* data, size_type length = size_type(-1) ) function in class:nsTString_CharT 79 nsTString_CharT( const self_type& str ) function in class:nsTString_CharT 85 nsTString_CharT( const substring_tuple_type& tuple ) function in class:nsTString_CharT 92 nsTString_CharT( const abstract_string_type& readable ) function in class:nsTString_CharT 438 nsTString_CharT( PRUint32 flags ) function in class:nsTString_CharT 442 nsTString_CharT( char_typ function in class:nsTString_CharT [all...] |
H A D | nsTPromiseFlatString.h | 94 class nsTPromiseFlatString_CharT : public nsTString_CharT
|
H A D | nsTDependentString.h | 52 class nsTDependentString_CharT : public nsTString_CharT
|
H A D | nsTSubstringTuple.h | 58 typedef nsTString_CharT string_type;
|
H A D | nsTSubstring.h | 60 typedef nsTString_CharT string_type;
|
Completed in 47 milliseconds