Searched refs:format_base (Results 1 – 2 of 2) sorted by relevance
3742 const char * format_base = reg<const char *>(0); in DoPrintf() local3743 DCHECK(format_base != NULL); in DoPrintf()3744 size_t length = strlen(format_base) + 1; in DoPrintf()3754 if (format_base[i] != '%') { in DoPrintf()3755 *format_scratch++ = format_base[i]; in DoPrintf()3757 if (format_base[i + 1] == '%') { in DoPrintf()3759 *format_scratch++ = format_base[i]; in DoPrintf()3767 *format_scratch++ = format_base[++i]; in DoPrintf()3774 *format_scratch++ = format_base[i]; in DoPrintf()
3954 const char * format_base = reg<const char *>(0); in DoPrintf() local3955 VIXL_ASSERT(format_base != NULL); in DoPrintf()3956 size_t length = strlen(format_base) + 1; in DoPrintf()3966 if (format_base[i] != '%') { in DoPrintf()3967 *format_scratch++ = format_base[i]; in DoPrintf()3969 if (format_base[i + 1] == '%') { in DoPrintf()3971 *format_scratch++ = format_base[i]; in DoPrintf()3975 if (placeholder_count > 0) *format_scratch++ = format_base[i]; in DoPrintf()3981 *format_scratch++ = format_base[i]; in DoPrintf()