Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dnum.h700 static char* __identify_padding(char* __nb, char* __ne, const ios_base& __iob);
952 char* __np = this->__identify_padding(__char_buffer, __res.__ptr, __iob);
1017 char* __np = this->__identify_padding(__nb, __ne, __iob);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale1068 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 Dlocale.cpp4121 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() function in __num_put_base