/ndk/tests/device/test-stlport/unit/ |
D | locale_test.cpp | 236 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 …]
|
D | locale_test.h | 55 CPPUNIT_TEST(combine); 74 void combine();
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | locale_test.cpp | 236 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 …]
|
D | locale_test.h | 55 CPPUNIT_TEST(combine); 74 void combine();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/ |
D | eq.pass.cpp | 25 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/ |
D | combine.pass.cpp | 83 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.h | 154 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/ |
D | converter.hpp | 230 struct combine struct 288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ; in out_of_range()
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING.RUNTIME | 16 When you use GCC to compile a program, GCC may combine portions of
|
D | COPYING3 | 555 permission to link or combine any covered work with a work licensed
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 150 // 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/ |
D | fdl.texi | 303 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'',
|
D | make.info-2 | 3132 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 | __locale | 81 template <class _Facet> locale combine(const locale&) const; 152 locale::combine(const locale& __other) const 156 throw runtime_error("locale::combine: locale missing facet");
|
D | locale | 52 template <class Facet> locale combine(const locale& other) const;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 382 // Combine() allows the user to combine two or more sequences to produce
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 555 permission to link or combine any covered work with a work licensed
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 556 permission to link or combine any covered work with a work licensed
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 1608 Don't combine the same pattern together. This allows us to
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 4456 % Section titles. These macros combine the section number parts and
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2367 $(call gen-test, localization/locales/locale/locale.members/combine)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2358 $(call gen-test, localization/locales/locale/locale.members/combine)
|