Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 4566 static bool checked_string_to_wchar_convert(wchar_t& dest, in checked_string_to_wchar_convert() function 4608 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4768 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, in __init() 4770 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, in __init() 6389 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6393 if (!checked_string_to_wchar_convert(__thousands_sep_, in init() 6455 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6459 if (!checked_string_to_wchar_convert(__thousands_sep_, in init()
|