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

/bionic/libc/async_safe/
H A Dasync_safe_log.cpp131 static unsigned parse_decimal(const char* format, int* ppos) { function
285 width = static_cast<int>(parse_decimal(format, &nn));
291 prec = static_cast<int>(parse_decimal(format, &nn));

Completed in 35 milliseconds