Searched refs:_c_type (Results 1 – 1 of 1) sorted by relevance
63 const ctype<_CharT>& _c_type, in __get_monetary_value() argument66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first)) in __get_monetary_value()74 if (_c_type.is(ctype_base::digit, *__first)) { in __get_monetary_value()110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) { in __get_monetary_value()