Searched refs:__digits_first (Results 1 – 1 of 1) sorted by relevance
357 typename string_type::const_iterator __digits_first = __digits.begin(); in __money_do_put() local360 bool __is_negative = *__digits_first == __minus; in __money_do_put()362 ++__digits_first; in __money_do_put()386 typename string_type::const_iterator __cp = __digits_first; in __money_do_put()389 if (__cp == __digits_first) in __money_do_put()398 __new_digits.assign(__digits_first, __digits_last); in __money_do_put()403 __digits_first = __new_digits.begin(); // <<-- in __money_do_put()411 size_t __value_length = operator -(__digits_last, __digits_first); in __money_do_put()413 size_t __value_length = __digits_last - __digits_first; in __money_do_put()471 __s = _STLP_STD::copy(__digits_first, __digits_last, __s); in __money_do_put()[all …]