Home | History | Annotate | Download | only in stl

Lines Matching defs:__digits

41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
47 return __get_fdigit(__c, __digits);
315 __iostring& __v, const _CharT* __digits) {
320 if (__get_fdigit(__c, __digits)) {
333 __iostring& __v, const _CharT * __digits,
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits);
383 _CharT __digits[10];
390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits);
397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits,
400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits);
406 __digits_after_dot = __copy_digits(__in_ite, __end, __buf, __digits);
417 __ok = __copy_digits(__in_ite, __end, __buf, __digits);