Searched refs:positive_sign (Results 1 – 10 of 10) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A 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()
|
/reactos/sdk/lib/ucrt/locale/ |
H A D | initmon.cpp | 125 LOCALE_SPOSITIVESIGN, (void *)&lc->positive_sign); in __acrt_locale_initialize_monetary() 285 if ( l->positive_sign != __acrt_lconv_c.positive_sign ) in __acrt_locale_free_monetary() 286 _free_crt(l->positive_sign); in __acrt_locale_free_monetary()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A 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()
|
H A 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
|
/reactos/sdk/include/crt/ |
H A D | locale.h | 38 char *positive_sign; member
|
/reactos/sdk/lib/crt/locale/ |
H A D | locale.c | 667 MSVCRT_free(locinfo->lconv->positive_sign); in free_locinfo() 1017 if(i && (loc->locinfo->lconv->positive_sign = MSVCRT_malloc(i))) in MSVCRT__create_locale() 1018 memcpy(loc->locinfo->lconv->positive_sign, buf, i); in MSVCRT__create_locale() 1102 loc->locinfo->lconv->positive_sign = MSVCRT_malloc(sizeof(char)); in MSVCRT__create_locale() 1107 || !loc->locinfo->lconv->mon_grouping || !loc->locinfo->lconv->positive_sign in MSVCRT__create_locale() 1118 loc->locinfo->lconv->positive_sign[0] = '\0'; in MSVCRT__create_locale() 1356 swap_pointers((void**)&locinfo->lconv->positive_sign, in setlocale() 1357 (void**)&loc->locinfo->lconv->positive_sign); in setlocale()
|
/reactos/sdk/include/ucrt/ |
H A D | locale.h | 44 char* positive_sign; member
|
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/ |
H A 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()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | headers.c | 144 CHECK_FIELD(lconv, positive_sign); in test_structs()
|
H A D | msvcrt.h | 322 char* positive_sign; member
|