Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 4195 static bool checked_string_to_wchar_convert(wchar_t& dest, in checked_string_to_wchar_convert() function 4222 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4351 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, in __init() 4353 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, in __init() 5941 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 5945 if (!checked_string_to_wchar_convert(__thousands_sep_, in init() 6007 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6011 if (!checked_string_to_wchar_convert(__thousands_sep_, in init()
|