Searched refs:index_type (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h117 typedef PRUint32 index_type; typedef in class:nsTObsoleteAString_CharT
141 virtual void Cut( index_type cutStart, size_type cutLength ) = 0;
153 virtual void do_InsertFromReadable( const abstract_string_type&, index_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_type ) = 0;
158 virtual void do_ReplaceFromReadable( index_type, size_type, const abstract_string_type& ) = 0;
H A DnsStringAPI.h666 typedef PRUint32 index_type; typedef in class:nsAString_external
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 )
728 NS_HIDDEN_(void) Insert( char_type c, index_type pos ) { Replace(pos, 0, c); }
729 NS_HIDDEN_(void) Insert( const char_type* data, index_type pos, size_type length = size_type(-1) ) { Replace(pos, 0, data, length); }
730 NS_HIDDEN_(void) Insert( const self_type& readable, index_type pos ) { Replace(pos, 0, readable); }
732 NS_HIDDEN_(void) Cut( index_type cutStart, size_type cutLength ) { Replace(cutStart, cutLength, nsnull, 0); }
748 typedef PRUint32 index_type; typedef in class:nsACString_external
787 NS_HIDDEN_(void) Replace( index_type cutStar
[all...]
H A DnsTSubstring.h177 char_type CharAt( index_type i ) const
183 char_type operator[]( index_type i ) const
202 NS_COM PRInt32 NS_FASTCALL FindChar( char_type, index_type offset = 0 ) const;
327 void Replace( index_type cutStart, size_type cutLength, char_type c ) { Replace(cutStart, cutLength, &c, 1); }
328 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const char_type* data, size_type length = size_type(-1) );
329 void Replace( index_type cutStart, size_type cutLength, const self_type& str ) { Replace(cutStart, cutLength, str.Data(), str.Length()); }
330 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple );
331 NS_COM void NS_FASTCALL Replace( index_type cutStart, size_type cutLength, const abstract_string_type& readable );
333 NS_COM void NS_FASTCALL ReplaceASCII( index_type cutStart, size_type cutLength, const char* data, size_type length = size_type(-1) );
364 void Insert( char_type c, index_type po
[all...]
H A DnsTAString.h124 typedef PRUint32 index_type; typedef in class:nsTAString_CharT
308 NS_COM PRInt32 NS_FASTCALL FindChar( char_type, index_type offset = 0 ) const;
431 NS_COM void NS_FASTCALL Insert( const self_type& readable, index_type pos );
432 NS_COM void NS_FASTCALL Insert( const substring_tuple_type& tuple, index_type pos );
433 NS_COM void NS_FASTCALL Insert( const char_type* data, index_type pos );
434 NS_COM void NS_FASTCALL Insert( const char_type* data, index_type pos, size_type length );
435 NS_COM void NS_FASTCALL Insert( char_type c, index_type pos );
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 cutStar
[all...]
H A DnsTString.h125 char_type CharAt( index_type i ) const
131 char_type operator[]( index_type i ) const
616 return CharAt(index_type(i));
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp121 virtual void Cut(index_type cutStart, size_type cutLength)
166 virtual void do_InsertFromReadable(const abstract_string_type &s, index_type pos)
171 virtual void do_InsertFromElementPtr(const char_type *data, index_type pos)
176 virtual void do_InsertFromElementPtrLength(const char_type *data, index_type pos, size_type length)
181 virtual void do_InsertFromElement(char_type c, index_type pos)
186 virtual void do_ReplaceFromReadable(index_type cutStart, size_type cutLength, const abstract_string_type &s)
H A DnsTAString.cpp199 nsTAString_CharT::FindChar( char_type c, index_type offset ) const
390 nsTAString_CharT::Insert( const self_type& readable, index_type pos )
399 nsTAString_CharT::Insert( const substring_tuple_type& tuple, index_type pos )
408 nsTAString_CharT::Insert( const char_type* data, index_type pos )
417 nsTAString_CharT::Insert( const char_type* data, index_type pos, size_type length )
426 nsTAString_CharT::Insert( char_type c, index_type pos )
435 nsTAString_CharT::Cut( index_type cutStart, size_type cutLength )
444 nsTAString_CharT::Replace( index_type cutStart, size_type cutLength, const self_type& readable )
453 nsTAString_CharT::Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple )
H A DnsTSubstring.cpp169 nsTSubstring_CharT::ReplacePrep( index_type cutStart, size_type cutLen, size_type fragLen )
411 nsTSubstring_CharT::Replace( index_type cutStart, size_type cutLength, const char_type* data, size_type length )
440 nsTSubstring_CharT::ReplaceASCII( index_type cutStart, size_type cutLength, const char* data, size_type length )
465 nsTSubstring_CharT::Replace( index_type cutStart, size_type cutLength, const substring_tuple_type& tuple )
485 nsTSubstring_CharT::Replace( index_type cutStart, size_type cutLength, const abstract_string_type& readable )
647 nsTSubstring_CharT::FindChar( char_type c, index_type offset ) const
H A DnsTStringObsolete.cpp263 nsTString_CharT::Mid( self_type& aResult, index_type aStartPos, size_type aLengthToCopy ) const

Completed in 57 milliseconds