Home
last modified time | relevance | path

Searched refs:BOOST_USE_FACET (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
Dsuffix.hpp411 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0)) macro
414 # define BOOST_USE_FACET(Type, loc) std::_USE(loc, Type) macro
417 # define BOOST_USE_FACET(Type, loc) (*std::_Use_facet<Type >(loc)) macro
421 # define BOOST_USE_FACET(Type, loc) std::use_facet< Type >(loc) macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp620 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in lcast_put_unsigned()
701 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in lcast_ret_unsigned()
991 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in lcast_ret_float()
1289 CharT const w = BOOST_USE_FACET(std::ctype<CharT>, loc).widen(ch); in shl_char()