Searched refs:truename (Results 1 – 10 of 10) sorted by relevance
25 assert(np.truename() == std::string("true")); in main()30 assert(np.truename() == std::wstring(L"true")); in main()
59 string truename() const { return do_truename(); } in truename() function88 wstring truename() const { return do_truename(); } in truename() function
389 …basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np… in __do_put_bool()
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); in __do_get_alphabool()
247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() ); in numpunct_by_name()
1380 _LIBCPP_ALWAYS_INLINE string_type truename() const {return do_truename();}1411 _LIBCPP_ALWAYS_INLINE string_type truename() const {return do_truename();}
983 const string_type __names[2] = {__np.truename(), __np.falsename()};1531 string_type __tmp(__v ? __np.truename() : __np.falsename());1534 string_type __nm = __v ? __np.truename() : __np.falsename();
2319 …est, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename)
2310 …est, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename)