Lines Matching refs:sFormat
1240 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget() argument
1267 c = *sFormat; in _VPrintTarget()
1268 sFormat++; in _VPrintTarget()
1279 c = *sFormat; in _VPrintTarget()
1281 case '-': FormatFlags |= FORMAT_FLAG_LEFT_JUSTIFY; sFormat++; break; in _VPrintTarget()
1282 case '0': FormatFlags |= FORMAT_FLAG_PAD_ZERO; sFormat++; break; in _VPrintTarget()
1283 case '+': FormatFlags |= FORMAT_FLAG_PRINT_SIGN; sFormat++; break; in _VPrintTarget()
1284 case '#': FormatFlags |= FORMAT_FLAG_ALTERNATE; sFormat++; break; in _VPrintTarget()
1293 c = *sFormat; in _VPrintTarget()
1297 sFormat++; in _VPrintTarget()
1305 c = *sFormat; in _VPrintTarget()
1307 sFormat++; in _VPrintTarget()
1309 c = *sFormat; in _VPrintTarget()
1313 sFormat++; in _VPrintTarget()
1320 c = *sFormat; in _VPrintTarget()
1323 c = *sFormat; in _VPrintTarget()
1324 sFormat++; in _VPrintTarget()
1377 sFormat++; in _VPrintTarget()
1381 } while (*sFormat); in _VPrintTarget()