Searched refs:checked_string_to_char_convert (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 3960 static bool checked_string_to_char_convert(char& dest, const char* ptr, locale_t __loc) { in checked_string_to_char_convert() function 4066 if (!checked_string_to_char_convert(__decimal_point_, lc->decimal_point, loc.get())) in __init() 4068 if (!checked_string_to_char_convert(__thousands_sep_, lc->thousands_sep, loc.get())) in __init() 5432 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init() 5434 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init() 5467 if (!checked_string_to_char_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init() 5469 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
|