Searched refs:falsename (Results 1 – 10 of 10) sorted by relevance
25 assert(np.falsename() == std::string("false")); in main()30 assert(np.falsename() == std::wstring(L"false")); in main()
60 string falsename() const { return do_falsename(); } in falsename() function89 wstring falsename() const { return do_falsename(); } in falsename() function
389 …<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); in __do_put_bool()
453 …const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename(); in __do_get_alphabool()
248 CPPUNIT_CHECK( cfacet_byname.falsename() == cfacet.falsename() ); in numpunct_by_name()
1381 _LIBCPP_ALWAYS_INLINE string_type falsename() const {return do_falsename();}1412 _LIBCPP_ALWAYS_INLINE string_type falsename() const {return do_falsename();}
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();
2307 …st, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename)
2316 …st, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename)