Lines Matching refs:__decimal_point_
4009 numpunct<char>::numpunct(size_t refs) : locale::facet(refs), __decimal_point_('.'), __thousands_sep… in numpunct()
4012 numpunct<wchar_t>::numpunct(size_t refs) : locale::facet(refs), __decimal_point_(L'.'), __thousands… in numpunct()
4021 char numpunct< char >::do_decimal_point() const { return __decimal_point_; } in do_decimal_point()
4023 wchar_t numpunct<wchar_t>::do_decimal_point() const { return __decimal_point_; } in do_decimal_point()
4066 if (!checked_string_to_char_convert(__decimal_point_, lc->decimal_point, loc.get())) in __init()
4067 __decimal_point_ = base::do_decimal_point(); in __init()
4097 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, loc.get()); in __init()
5432 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5433 __decimal_point_ = base::do_decimal_point(); in init()
5467 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5468 __decimal_point_ = base::do_decimal_point(); in init()
5522 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5523 __decimal_point_ = base::do_decimal_point(); in init()
5577 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5578 __decimal_point_ = base::do_decimal_point(); in init()