Lines Matching defs:Append
309 nsTAString_CharT::Append( const self_type& readable )
312 AsSubstring()->Append(readable);
318 nsTAString_CharT::Append( const substring_tuple_type& tuple )
321 AsSubstring()->Append(tuple);
327 nsTAString_CharT::Append( const char_type* data )
332 AsSubstring()->Append(data);
338 nsTAString_CharT::Append( const char_type* data, size_type length )
341 AsSubstring()->Append(data, length);
381 nsTAString_CharT::Append( char_type c )
384 AsSubstring()->Append(c);