Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
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.cpp4205 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() function in __num_put_base