Home
last modified time | relevance | path

Searched refs:negative_sign (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dnegative_sign.pass.cpp58 assert(f.negative_sign() == std::string()); in main()
62 assert(f.negative_sign() == std::string()); in main()
66 assert(f.negative_sign() == std::wstring()); in main()
70 assert(f.negative_sign() == std::wstring()); in main()
75 assert(f.negative_sign() == "-"); in main()
79 assert(f.negative_sign() == "-"); in main()
83 assert(f.negative_sign() == L"-"); in main()
87 assert(f.negative_sign() == L"-"); in main()
92 assert(f.negative_sign() == "-"); in main()
96 assert(f.negative_sign() == "-"); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dnegative_sign.pass.cpp62 assert(f.negative_sign() == "-"); in main()
66 assert(f.negative_sign() == "-"); in main()
70 assert(f.negative_sign() == L"-"); in main()
74 assert(f.negative_sign() == L"-"); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp202 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() ); in _money_put_get2()
203 index += dom_fmp.negative_sign().size(); in _money_put_get2()
263 if (dom_fmp.negative_sign().empty()) { in _money_put_get2()
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() ); in moneypunct_by_name()
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() ); in moneypunct_by_name()
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp202 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() ); in _money_put_get2()
203 index += dom_fmp.negative_sign().size(); in _money_put_get2()
263 if (dom_fmp.negative_sign().empty()) { in _money_put_get2()
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() ); in moneypunct_by_name()
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() ); in moneypunct_by_name()
/ndk/sources/android/support/src/locale/
Dlocaleconv.c42 .negative_sign = "", in localeconv()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c144 string_type __ns = __intl ? __punct_intl.negative_sign() in __money_do_get()
145 : __punct.negative_sign(); in __money_do_get()
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign() in __money_do_put()
367 : __is_negative ? __punct.negative_sign() in __money_do_put()
373 __sign = __punct_intl.negative_sign(); in __money_do_put()
379 __sign = __punct.negative_sign(); in __money_do_put()
D_monetary.h97 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function
137 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function
178 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function
217 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function
/ndk/sources/android/support/include/
Dlocale.h109 char* negative_sign; member
/ndk/tests/device/test-libc++-static-full/
DBROKEN_RUN129 nalibcxxg++ negative_sign.pass.cpp -lc++_shared -latomic
130 …I/DEBUG ( 51): Abort message: 'negative_sign.pass.cpp:75: int main(): assertion "f.negative_si…
/ndk/tests/device/test-libc++-shared-full/
DBROKEN_RUN129 nalibcxxg++ negative_sign.pass.cpp -lc++_shared -latomic
130 …I/DEBUG ( 51): Abort message: 'negative_sign.pass.cpp:75: int main(): assertion "f.negative_si…
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c226 char negative_sign[5]; member
854 …__GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SNEGATIVESIGN, lmon->negative_sign, 5, wbuf,… in _Locale_monetary_create()
1201 { return lmon->negative_sign; } in _Locale_negative_sign()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5957 __negative_sign_ = lc->negative_sign; in init()
6018 __negative_sign_ = lc->negative_sign; in init()
6105 bb = lc->negative_sign; in init()
6201 bb = lc->negative_sign; in init()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale2749 _LIBCPP_ALWAYS_INLINE string_type negative_sign() const {return do_negative_sign();}
2875 __nsn = __mp.negative_sign();
2888 __nsn = __mp.negative_sign();
3323 __sn = __mp.negative_sign();
3343 __sn = __mp.negative_sign();
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2211 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign)
2221 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2220 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign)
2230 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign)