Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 22 of 22) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dlocale_test.cpp236 void LocaleTest::combine() in combine() function in LocaleTest
244 loc.combine<messages<char> >(loc); in combine()
255 loc.combine<dummy_facet>(loc); in combine()
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); in combine()
291 loc = loc.combine<moneypunct<char, false> >(loc2); in combine()
292 loc = loc.combine<money_put<char> >(loc2); in combine()
293 loc = loc.combine<money_get<char> >(loc2); in combine()
306 locale loc = loc2.combine<numpunct<char> >(loc1); in combine()
307 loc = loc.combine<time_put<char> >(loc1); in combine()
308 loc = loc.combine<time_get<char> >(loc1); in combine()
[all …]
Dlocale_test.h55 CPPUNIT_TEST(combine);
74 void combine();
/ndk/tests/device/test-gnustl-full/unit/
Dlocale_test.cpp236 void LocaleTest::combine() in combine() function in LocaleTest
244 loc.combine<messages<char> >(loc); in combine()
255 loc.combine<dummy_facet>(loc); in combine()
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); in combine()
291 loc = loc.combine<moneypunct<char, false> >(loc2); in combine()
292 loc = loc.combine<money_put<char> >(loc2); in combine()
293 loc = loc.combine<money_get<char> >(loc2); in combine()
306 locale loc = loc2.combine<numpunct<char> >(loc1); in combine()
307 loc = loc.combine<time_put<char> >(loc1); in combine()
308 loc = loc.combine<time_get<char> >(loc1); in combine()
[all …]
Dlocale_test.h55 CPPUNIT_TEST(combine);
74 void combine();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/
Deq.pass.cpp25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc); in main()
27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
Dcombine.pass.cpp83 std::locale loc3 = loc.combine<my_facet>(loc2); in main()
98 std::locale loc3 = loc.combine<my_facet>(loc2); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_locale.h154 locale combine(const locale& __loc) const { in combine() function
252 locale combine(const locale& __loc) const { in combine() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp230 struct combine struct
288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ; in out_of_range()
/ndk/build/tools/toolchain-licenses/
DCOPYING.RUNTIME16 When you use GCC to compile a program, GCC may combine portions of
DCOPYING3555 permission to link or combine any covered work with a work licensed
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump150 // Our solution is to combine the best part of the two approaches: a
248 // Our solution is to combine the best part of the two approaches: a
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi303 You may combine the Document with other documents released under this
319 In the combination, you must combine any sections Entitled ``History''
321 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
Dmake.info-23132 You may combine the Document with other documents released under
3150 In the combination, you must combine any sections Entitled
3152 Entitled "History"; likewise combine any sections Entitled
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale81 template <class _Facet> locale combine(const locale&) const;
152 locale::combine(const locale& __other) const
156 throw runtime_error("locale::combine: locale missing facet");
Dlocale52 template <class Facet> locale combine(const locale& other) const;
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump382 // Combine() allows the user to combine two or more sequences to produce
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3555 permission to link or combine any covered work with a work licensed
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING556 permission to link or combine any covered work with a work licensed
/ndk/sources/host-tools/make-3.81/
DChangeLog1608 Don't combine the same pattern together. This allows us to
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex4456 % Section titles. These macros combine the section number parts and
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2367 $(call gen-test, localization/locales/locale/locale.members/combine)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2358 $(call gen-test, localization/locales/locale/locale.members/combine)