Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale492 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
496 return do_narrow(__low, __high, __dfault, __to);
513 virtual char do_narrow(char_type, char __dfault) const;
515 do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const;
571 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
575 return do_narrow(__low, __high, __dfault, __to);
608 virtual char do_narrow(char_type __c, char __dfault) const;
609 …virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char…
654 char do_narrow(char_type, char __dfault) const override;
656do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const over…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp785 char ctype<wchar_t>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype
791 const wchar_t* ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, … in do_narrow() function in ctype
877 char ctype<char>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype
883 const char* ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* … in do_narrow() function in ctype
1268 char ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype_byname
1274 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow() function in ctype_byname