| 1430 | } |
| 1431 | |
| 1432 | S32 String::StrFormat::format( const char *format, va_list args ) |
| 1433 | { |
| 1434 | _len=0; |
| 1435 | return formatAppend(format,args); |
| 1436 | } |
| 1437 | |
| 1438 | S32 String::StrFormat::formatAppend( const char *format, va_list args ) |
| 1439 | { |
no outgoing calls