Home
last modified time | relevance | path

Searched refs:truename (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
Dtruename.pass.cpp25 assert(np.truename() == std::string("true")); in main()
30 assert(np.truename() == std::wstring(L"true")); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numpunct.h59 string truename() const { return do_truename(); } in truename() function
88 wstring truename() const { return do_truename(); } in truename() function
D_num_put.c389 …basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np… in __do_put_bool()
D_num_get.c452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); in __do_get_alphabool()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() ); in numpunct_by_name()
/ndk/tests/device/test-stlport/unit/
Dnum_facets_test.cpp247 CPPUNIT_CHECK( cfacet_byname.truename() == cfacet.truename() ); in numpunct_by_name()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale1380 _LIBCPP_ALWAYS_INLINE string_type truename() const {return do_truename();}
1411 _LIBCPP_ALWAYS_INLINE string_type truename() const {return do_truename();}
Dlocale983 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();
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2319 …est, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2310 …est, localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename)