Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__locale1668 _LIBCPP_INLINE_VISIBILITY string_type truename() const {return do_truename();}
1678 virtual string_type do_truename() const;
1699 _LIBCPP_INLINE_VISIBILITY string_type truename() const {return do_truename();}
1709 virtual string_type do_truename() const;
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h1785 { return this->do_truename(); } in truename()
1852 do_truename() const in do_truename() function
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dlocale.cpp4465 string numpunct< char >::do_truename() const {return "true";} in do_truename() function in numpunct
4466 wstring numpunct<wchar_t>::do_truename() const {return L"true";} in do_truename() function in numpunct