Searched refs:__numpunct (Results 1 – 1 of 1) sorted by relevance
369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float() argument373 string __grouping = __numpunct.grouping(); in __read_float()380 _CharT __dot = __numpunct.decimal_point(); in __read_float()381 _CharT __sep = __numpunct.thousands_sep(); in __read_float()431 const numpunct<_CharT> &__numpunct = use_facet<numpunct<_CharT> >(__loc); in __do_get_float() local434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); in __do_get_float()