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