Home
last modified time | relevance | path

Searched refs:__fmtp (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4432 __num_put_base::__format_int(char* __fmtp, const char* __len, bool __signd, in __format_int() argument
4436 *__fmtp++ = '+'; in __format_int()
4438 *__fmtp++ = '#'; in __format_int()
4440 *__fmtp++ = *__len++; in __format_int()
4442 *__fmtp = 'o'; in __format_int()
4446 *__fmtp = 'X'; in __format_int()
4448 *__fmtp = 'x'; in __format_int()
4451 *__fmtp = 'd'; in __format_int()
4453 *__fmtp = 'u'; in __format_int()
4457 __num_put_base::__format_float(char* __fmtp, const char* __len, in __format_float() argument
[all …]