Searched defs:char_type (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsAString.h | 84 typedef char char_type; typedef in class:nsCaseInsensitiveCStringComparator 86 virtual int operator()( const char_type*, const char_type*, PRUint32 length ) const; 87 virtual int operator()( char_type, char_type ) const;
|
H A D | nsTSubstringTuple.h | 53 typedef CharT char_type; typedef in class:nsTSubstringTuple_CharT 54 typedef nsCharTraits<char_type> char_traits; 86 NS_COM void WriteTo(char_type *buf, PRUint32 bufLen) const; 92 NS_COM PRBool IsDependentOn(const char_type *start, const char_type *end) const;
|
H A D | nsTString.h | 66 nsTString_CharT( char_type c ) 73 nsTString_CharT( const char_type* data, size_type length = size_type(-1) ) 100 self_type& operator=( char_type c ) { Assign(c); return *this; } 101 self_type& operator=( const char_type* data ) { Assign(data); return *this; } 112 const char_type* get() const 125 char_type CharAt( index_type i ) const 131 char_type operator[]( index_type i ) const 226 NS_COM PRInt32 RFindCharInSet( const char_type* aString, PRInt32 aOffset=-1 ) const; 354 NS_COM void StripChar( char_type aChar, PRInt32 aOffset=0 ); 367 NS_COM void ReplaceChar( char_type aOldCha 644 typedef CharT char_type; typedef in class:nsTGetterCopies_CharT [all...] |
H A D | nsTObsoleteAString.h | 107 typedef CharT char_type; typedef in class:nsTObsoleteAString_CharT 144 virtual void do_AssignFromElementPtr( const char_type* ) = 0; 145 virtual void do_AssignFromElementPtrLength( const char_type*, size_type ) = 0; 146 virtual void do_AssignFromElement( char_type ) = 0; 149 virtual void do_AppendFromElementPtr( const char_type* ) = 0; 150 virtual void do_AppendFromElementPtrLength( const char_type*, size_type ) = 0; 151 virtual void do_AppendFromElement( char_type ) = 0; 154 virtual void do_InsertFromElementPtr( const char_type*, index_type ) = 0; 155 virtual void do_InsertFromElementPtrLength( const char_type*, index_type, size_type ) = 0; 156 virtual void do_InsertFromElement( char_type, index_typ [all...] |
H A D | nsCharTraits.h | 81 typedef PRUnichar char_type; typedef in struct:nsCharTraits 85 NS_COM static const char_type *sEmptyBuffer; 89 assign( char_type& lhs, char_type rhs ) 104 char_type 107 return char_type(c); 112 to_int_type( char_type c ) 125 // |char_type| comparisons: 129 eq( char_type lhs, char_type rh 366 typedef char char_type; typedef in struct:nsCharTraits [all...] |
H A D | nsTAString.h | 47 typedef CharT char_type; typedef in class:nsTStringComparator_CharT 51 virtual int operator()( const char_type*, const char_type*, PRUint32 length ) const = 0; 52 virtual int operator()( char_type, char_type ) const = 0; 63 typedef CharT char_type; typedef in class:nsTDefaultStringComparator_CharT 67 virtual int operator()( const char_type*, const char_type*, PRUint32 length ) const; 68 virtual int operator()( char_type, char_type ) cons 107 typedef CharT char_type; typedef in class:nsTAString_CharT [all...] |
H A D | nsStringAPI.h | 663 typedef PRUnichar char_type; typedef in class:nsAString_external 668 NS_HIDDEN_(const char_type*) BeginReading() const 670 const char_type *data; 675 NS_HIDDEN_(const char_type*) EndReading() const 677 const char_type *data; 684 const char_type* data; 692 NS_HIDDEN_(void) Assign(const char_type* aData, size_type aLength = PR_UINT32_MAX) 696 NS_HIDDEN_(void) Assign(char_type aChar) 702 NS_HIDDEN_(self_type&) operator=(const char_type* aPtr) { Assign(aPtr); return *this; } 703 NS_HIDDEN_(self_type&) operator=(char_type aCha 745 typedef char char_type; typedef in class:nsACString_external [all...] |
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsReadableUtils.cpp | 1070 typedef CharT char_type; typedef in class:CalculateHashCode 1090 CalculateHashCode<nsAString::char_type> sink; 1100 CalculateHashCode<nsACString::char_type> sink;
|
Completed in 63 milliseconds