Searched defs:parse_decimal (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dlibc_logging.cpp141 static unsigned parse_decimal(const char *format, int *ppos) { function
300 width = static_cast<int>(parse_decimal(format, &nn));
306 prec = static_cast<int>(parse_decimal(format, &nn));

Completed in 120 milliseconds