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/ |
D | positive_sign.pass.cpp | 58 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/ |
D | positive_sign.pass.cpp | 61 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/ |
D | money_facets_test.cpp | 306 …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/ |
D | money_facets_test.cpp | 306 …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/ |
D | localeconv.c | 41 .positive_sign = "", in localeconv()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.c | 146 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.h | 96 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/ |
D | locale.h | 108 char* positive_sign; member
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 227 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/ |
D | locale.cpp | 5953 __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/ |
D | locale | 2748 _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/ |
D | Android.mk | 2223 … 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/ |
D | Android.mk | 2214 … 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)
|