Home
last modified time | relevance | path

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

/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/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/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/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()