Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale490 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
494 return do_narrow(__low, __high, __dfault, __to);
511 virtual char do_narrow(char_type, char __dfault) const;
513 do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const;
569 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
573 return do_narrow(__low, __high, __dfault, __to);
606 virtual char do_narrow(char_type __c, char __dfault) const;
607 …virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char…
652 char do_narrow(char_type, char __dfault) const override;
654do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const over…
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale495 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
499 return do_narrow(__low, __high, __dfault, __to);
516 virtual char do_narrow(char_type, char __dfault) const;
518 do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const;
576 …_LIBCPP_HIDE_FROM_ABI char narrow(char_type __c, char __dfault) const { return do_narrow(__c, __df…
580 return do_narrow(__low, __high, __dfault, __to);
601 virtual char do_narrow(char_type __c, char __dfault) const;
602 …virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char…
647 char do_narrow(char_type, char __dfault) const override;
649do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const over…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp767 char ctype<wchar_t>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype
773 const wchar_t* ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, … in do_narrow() function in ctype
823 char ctype<char>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype
829 const char* ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* … in do_narrow() function in ctype
1184 char ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const { in do_narrow() function in ctype_byname
1190 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