Searched defs:size_type (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringComparator.cpp42 typedef nsTAString_CharT::size_type size_type; typedef
51 size_type lLength = leftIter.size_forward();
52 size_type rLength = rightIter.size_forward();
53 size_type lengthToCompare = NS_MIN(lLength, rLength);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstringTuple.h62 typedef PRUint32 size_type; typedef in class:nsTSubstringTuple_CharT
79 NS_COM size_type Length() const;
H A DnsTObsoleteAString.h116 typedef PRUint32 size_type; typedef in class:nsTObsoleteAString_CharT
133 virtual size_type Length() const = 0;
138 virtual void SetCapacity( size_type ) = 0;
139 virtual void SetLength( size_type ) = 0;
141 virtual void Cut( index_type cutStart, size_type cutLength ) = 0;
145 virtual void do_AssignFromElementPtrLength( const char_type*, size_type ) = 0;
150 virtual void do_AppendFromElementPtrLength( const char_type*, size_type ) = 0;
155 virtual void do_InsertFromElementPtrLength( const char_type*, index_type, size_type ) = 0;
158 virtual void do_ReplaceFromReadable( index_type, size_type, const abstract_string_type& ) = 0;
H A DnsTAString.h123 typedef PRUint32 size_type; typedef in class:nsTAString_CharT
141 size_type len = GetReadableBuffer(&iter.mStart);
149 size_type len = GetReadableBuffer(&iter.mStart);
165 size_type len = GetWritableBuffer(&iter.mStart);
173 size_type len = GetWritableBuffer(&iter.mStart);
185 NS_COM size_type NS_FASTCALL Length() const;
205 NS_COM PRBool NS_FASTCALL EqualsASCII( const char* data, size_type len ) const;
242 NS_COM PRBool NS_FASTCALL LowerCaseEqualsASCII( const char* data, size_type len ) const;
300 NS_COM size_type NS_FASTCALL CountChar( char_type ) const;
317 NS_COM void NS_FASTCALL SetCapacity( size_type );
[all...]
H A DnsTString.h73 nsTString_CharT( const char_type* data, size_type length = size_type(-1) )
312 NS_COM size_type Mid( self_type& aResult, PRUint32 aStartPos, PRUint32 aCount ) const;
314 size_type Left( self_type& aResult, size_type aCount ) const
319 size_type Right( self_type& aResult, size_type aCount ) const
442 nsTString_CharT( char_type* data, size_type length, PRUint32 flags )
466 nsTFixedString_CharT( char_type* data, size_type storageSize )
472 nsTFixedString_CharT( char_type* data, size_type storageSiz
689 nsTAdoptingString_CharT(char_type* str, size_type length = size_type(-1)) argument
[all...]
H A DnsStringAPI.h665 typedef PRUint32 size_type; typedef in class:nsAString_external
682 NS_HIDDEN_(size_type) Length() const
692 NS_HIDDEN_(void) Assign(const char_type* aData, size_type aLength = PR_UINT32_MAX)
705 NS_HIDDEN_(void) Replace( index_type cutStart, size_type cutLength, const char_type* data, size_type length = size_type(-1) )
709 NS_HIDDEN_(void) Replace( index_type cutStart, size_type cutLength, char_type c )
713 NS_HIDDEN_(void) Replace( index_type cutStart, size_type cutLength, const self_type& readable )
720 NS_HIDDEN_(void) Append( char_type c ) { Replace(size_type(-1), 0, c); }
721 NS_HIDDEN_(void) Append( const char_type* data, size_type lengt
747 typedef PRUint32 size_type; typedef in class:nsACString_external
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCppSharedAllocator.h36 typedef size_t size_type; typedef in class:nsCppSharedAllocator
70 allocate( size_type n, const void* /*hint*/=0 )
76 deallocate( pointer p, size_type /*n*/ )
93 size_type
97 return numeric_limits<size_type>::max() / sizeof(T);

Completed in 125 milliseconds