Searched refs:negative_sign (Results 1 – 5 of 5) sorted by relevance
202 …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()
144 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()
97 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function137 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function178 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function217 string_type negative_sign() const { return do_negative_sign(); } in negative_sign() function
226 char negative_sign[5]; member854 …__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()