Searched refs:__sign (Results 1 – 1 of 1) sorted by relevance
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign() in __money_do_put() local370 string_type __sign; in __money_do_put() local373 __sign = __punct_intl.negative_sign(); in __money_do_put()375 __sign = __punct_intl.positive_sign(); in __money_do_put()379 __sign = __punct.negative_sign(); in __money_do_put()381 __sign = __punct.positive_sign(); in __money_do_put()416 size_t __length = __value_length + __sign.size(); in __money_do_put()466 if (!__sign.empty()) in __money_do_put()467 *__s++ = __sign[0]; in __money_do_put()492 if (__sign.size() > 1) in __money_do_put()[all …]