Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | locale.cpp | 4381 static bool checked_string_to_wchar_convert(wchar_t& dest, in checked_string_to_wchar_convert() function 4408 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4538 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, in __init() 4540 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, in __init() 6130 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6134 if (!checked_string_to_wchar_convert(__thousands_sep_, in init() 6196 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6200 if (!checked_string_to_wchar_convert(__thousands_sep_, in init()
|