Searched refs:conversion (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dlibc_logging.cpp198 static void format_integer(char* buf, size_t buf_size, uint64_t value, char conversion) { argument
199 // Decode the conversion specifier.
200 int is_signed = (conversion == 'd' || conversion == 'i' || conversion == 'o');
202 if (conversion == 'x' || conversion == 'X') {
204 } else if (conversion == 'o') {
207 bool caps = (conversion == 'X');
340 /* conversion specifie
[all...]

Completed in 22 milliseconds