Searched refs:__identify_padding (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | locale | 1040 static char* __identify_padding(char* __nb, char* __ne, const ios_base& __iob); 1314 char* __np = this->__identify_padding(__nar, __ne, __iob); 1379 char* __np = this->__identify_padding(__nb, __ne, __iob); 1419 char* __np = this->__identify_padding(__nar, __ne, __iob);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 4207 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() function in __num_put_base
|