Searched refs:positive_sign (Results 1 – 5 of 5) sorted by relevance
/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/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/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/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()
|