Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 3934 static bool checked_string_to_wchar_convert(wchar_t& dest, const char* ptr, locale_t loc) { in checked_string_to_wchar_convert() function 3972 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4097 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, loc.get()); in __init() 4098 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, loc.get()); in __init() 5522 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init() 5524 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init() 5577 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init() 5579 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
|