Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp3962 static bool checked_string_to_char_convert(char& dest, const char* ptr, locale_t __loc) { in checked_string_to_char_convert() function
4068 if (!checked_string_to_char_convert(__decimal_point_, lc->decimal_point, loc.get())) in __init()
4070 if (!checked_string_to_char_convert(__thousands_sep_, lc->thousands_sep, loc.get())) in __init()
5434 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5436 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
5469 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5471 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()