Lines Matching defs:size_type

123       typedef PRUint32                               size_type;
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 );
340 NS_COM void NS_FASTCALL SetLength( size_type );
346 void Truncate( size_type aNewLength=0 )
363 NS_COM void NS_FASTCALL Assign( const char_type* data, size_type length );
366 NS_COM void NS_FASTCALL AssignASCII( const char* data, size_type length );
399 NS_COM void NS_FASTCALL Append( const char_type* data, size_type length );
402 NS_COM void NS_FASTCALL AppendASCII( const char* data, size_type length );
434 NS_COM void NS_FASTCALL Insert( const char_type* data, index_type pos, size_type length );
442 NS_COM void NS_FASTCALL Cut( index_type cutStart, size_type cutLength );
449 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const self_type& readable );
450 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& readable );
488 size_type mLength;
494 nsTAString_CharT(char_type* data, size_type length, PRUint32 flags)
516 NS_COM size_type NS_FASTCALL GetReadableBuffer( const char_type **data ) const;
517 NS_COM size_type NS_FASTCALL GetWritableBuffer( char_type **data );