Searched refs:negative_sign (Results 1 - 8 of 8) sorted by relevance

/external/stlport/test/unit/
H A Dmoney_facets_test.cpp202 CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() );
203 index += dom_fmp.negative_sign().size();
263 if (dom_fmp.negative_sign().empty()) {
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
/external/stlport/stlport/stl/
H A D_monetary.c144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();
H A D_monetary.h97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c226 char negative_sign[5]; member in struct:_Locale_monetary
854 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SNEGATIVESIGN, lmon->negative_sign, 5, wbuf, 6);
1201 { return lmon->negative_sign; }
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2106 Label negative_sign; local
2108 __ j(not_zero, &negative_sign);
2113 __ bind(&negative_sign);
/external/v8/src/x64/
H A Dstub-cache-x64.cc1928 Label negative_sign; local
1934 __ j(not_zero, &negative_sign);
1939 __ bind(&negative_sign);
/external/v8/src/arm/
H A Dstub-cache-arm.cc2222 Label negative_sign; local
2224 __ b(ne, &negative_sign);
2230 __ bind(&negative_sign);
/external/v8/src/mips/
H A Dstub-cache-mips.cc2212 Label negative_sign; local
2214 __ Branch(&negative_sign, ne, t0, Operand(zero_reg));
2220 __ bind(&negative_sign);

Completed in 425 milliseconds