Home
last modified time | relevance | path

Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp3936 static bool checked_string_to_wchar_convert(wchar_t& dest, const char* ptr, locale_t loc) { in checked_string_to_wchar_convert() function
3974 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()
4099 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, loc.get()); in __init()
4100 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, loc.get()); in __init()
5524 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5526 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
5579 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5581 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()