Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_monetary.c358 typename string_type::const_iterator __digits_last = __digits.end(); in __money_do_put() local
387 while (__cp != __digits_last && __c_type.is(ctype_base::digit, *__cp)) in __money_do_put()
391 __digits_last = __cp; in __money_do_put()
398 __new_digits.assign(__digits_first, __digits_last); in __money_do_put()
404 __digits_last = __new_digits.end(); // <<-- 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()
478 __s = _STLP_STD::copy(__digits_first, __digits_last, __s); // digits in __money_do_put()
480 __s = _STLP_STD::copy(__digits_first, __digits_last - __frac_digits, __s); in __money_do_put()
[all …]