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 Dlocale1040 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/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4207 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() function in __num_put_base