Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp3876 static bool checked_string_to_char_convert(char& dest, const char* ptr, __locale::__locale_t __loc)… in checked_string_to_char_convert() function
3982 if (!checked_string_to_char_convert(__decimal_point_, lc->decimal_point, loc.get())) in __init()
3984 if (!checked_string_to_char_convert(__thousands_sep_, lc->thousands_sep, loc.get())) in __init()
5348 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5350 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
5383 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5385 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()