Searched defs:combine (Results 1 - 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dlocale_test.cpp236 void LocaleTest::combine() function in class:LocaleTest
244 loc.combine<messages<char> >(loc);
255 loc.combine<dummy_facet>(loc);
287 //We are going to combine money facets as all formats are different.
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2);
291 loc = loc.combine<moneypunct<char, false> >(loc2);
292 loc = loc.combine<money_put<char> >(loc2);
293 loc = loc.combine<money_get<char> >(loc2);
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
306 locale loc = loc2.combine<numpunc
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dlocale_test.cpp236 void LocaleTest::combine() function in class:LocaleTest
244 loc.combine<messages<char> >(loc);
255 loc.combine<dummy_facet>(loc);
287 //We are going to combine money facets as all formats are different.
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2);
291 loc = loc.combine<moneypunct<char, false> >(loc2);
292 loc = loc.combine<money_put<char> >(loc2);
293 loc = loc.combine<money_get<char> >(loc2);
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
306 locale loc = loc2.combine<numpunc
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_locale.h154 locale combine(const locale& __loc) const { function in class:locale
252 locale combine(const locale& __loc) const { function in class:locale
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
H A Dconverter.hpp78 // Because a particular logic can combine either 1 or two predicates, the following
208 // This helper classes are used to possibly combine the range checking logic
230 struct combine struct in namespace:boost::numeric::convdetail
288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ;

Completed in 447 milliseconds