Home
last modified time | relevance | path

Searched refs:positive_sign (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dpositive_sign.pass.cpp58 assert(f.positive_sign() == std::string()); in main()
62 assert(f.positive_sign() == std::string()); in main()
66 assert(f.positive_sign() == std::wstring()); in main()
70 assert(f.positive_sign() == std::wstring()); in main()
75 assert(f.positive_sign() == ""); in main()
79 assert(f.positive_sign() == ""); in main()
83 assert(f.positive_sign() == L""); in main()
87 assert(f.positive_sign() == L""); in main()
92 assert(f.positive_sign() == ""); in main()
96 assert(f.positive_sign() == ""); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dpositive_sign.pass.cpp61 assert(f.positive_sign() == std::string()); in main()
65 assert(f.positive_sign() == std::string()); in main()
69 assert(f.positive_sign() == std::wstring()); in main()
73 assert(f.positive_sign() == std::wstring()); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp306 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
307 index += dom_fmp.positive_sign().size(); in _money_put_X_bug()
368 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
369 index += dom_fmp.positive_sign().size(); in _money_put_X_bug()
555 CPPUNIT_CHECK( cfacet_byname.positive_sign() == cfacet.positive_sign() ); in moneypunct_by_name()
584 CPPUNIT_CHECK( cfacet_byname.positive_sign() == cfacet.positive_sign() ); in moneypunct_by_name()
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp306 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
307 index += dom_fmp.positive_sign().size(); in _money_put_X_bug()
368 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
369 index += dom_fmp.positive_sign().size(); in _money_put_X_bug()
555 CPPUNIT_CHECK( cfacet_byname.positive_sign() == cfacet.positive_sign() ); in moneypunct_by_name()
584 CPPUNIT_CHECK( cfacet_byname.positive_sign() == cfacet.positive_sign() ); in moneypunct_by_name()
/ndk/sources/android/support/src/locale/
Dlocaleconv.c41 .positive_sign = "", in localeconv()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c146 string_type __ps = __intl ? __punct_intl.positive_sign() in __money_do_get()
147 : __punct.positive_sign(); in __money_do_get()
366 : __punct_intl.positive_sign() in __money_do_put()
368 : __punct.positive_sign(); in __money_do_put()
375 __sign = __punct_intl.positive_sign(); in __money_do_put()
381 __sign = __punct.positive_sign(); in __money_do_put()
D_monetary.h96 string_type positive_sign() const { return do_positive_sign(); } in positive_sign() function
136 string_type positive_sign() const { return do_positive_sign(); } in positive_sign() function
177 string_type positive_sign() const { return do_positive_sign(); } in positive_sign() function
216 string_type positive_sign() const { return do_positive_sign(); } in positive_sign() function
/ndk/sources/android/support/include/
Dlocale.h108 char* positive_sign; member
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c227 char positive_sign[5]; member
855 …__GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SPOSITIVESIGN, lmon->positive_sign, 5, wbuf,… in _Locale_monetary_create()
1198 { return lmon->positive_sign; } in _Locale_positive_sign()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5953 __positive_sign_ = lc->positive_sign; in init()
6010 __positive_sign_ = lc->positive_sign; in init()
6089 bb = lc->positive_sign; in init()
6181 bb = lc->positive_sign; in init()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale2748 _LIBCPP_ALWAYS_INLINE string_type positive_sign() const {return do_positive_sign();}
2876 __psn = __mp.positive_sign();
2889 __psn = __mp.positive_sign();
3328 __sn = __mp.positive_sign();
3348 __sn = __mp.positive_sign();
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2223 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign)
2233 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/positive_sign)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2214 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign)
2224 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/positive_sign)