Lines Matching full:outstring
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
67 outString->append( str.c_str() + i, 1 );
75 outString->append( entity[0].str, entity[0].strLength );
80 outString->append( entity[1].str, entity[1].strLength );
85 outString->append( entity[2].str, entity[2].strLength );
90 outString->append( entity[3].str, entity[3].strLength );
95 outString->append( entity[4].str, entity[4].strLength );
112 outString->append( buf, (int)strlen( buf ) );
118 //outString->append( &realc, 1 );
119 *outString += (char) c; // somewhat more efficient function call.