Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale1119 static void __format_int(char* __fmt, const char* __len, bool __signd,
1460 this->__format_int(__fmt+1, __len, true, __iob.flags());
1487 this->__format_int(__fmt+1, __len, true, __iob.flags());
1514 this->__format_int(__fmt+1, __len, false, __iob.flags());
1541 this->__format_int(__fmt+1, __len, false, __iob.flags());
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp4597 __num_put_base::__format_int(char* __fmtp, const char* __len, bool __signd, in __format_int() function in __num_put_base