Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_monetary.c144 string_type __ns = __intl ? __punct_intl.negative_sign() in __money_do_get()
146 string_type __ps = __intl ? __punct_intl.positive_sign() in __money_do_get()
166 string_type __curs = __intl ? __punct_intl.curr_symbol() in __money_do_get()
214 char_type __point = __intl ? __punct_intl.decimal_point() in __money_do_get()
216 int __frac_digits = __intl ? __punct_intl.frac_digits() in __money_do_get()
218 string __grouping = __intl ? __punct_intl.grouping() in __money_do_get()
335 char_type __point = __intl ? __punct_intl.decimal_point() in __money_do_put()
338 char_type __sep = __intl ? __punct_intl.thousands_sep() in __money_do_put()
341 string __grouping = __intl ? __punct_intl.grouping() in __money_do_put()
373 __sign = __punct_intl.negative_sign(); in __money_do_put()
[all …]