Searched refs:checked_string_to_wchar_convert (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 4206 static bool checked_string_to_wchar_convert(wchar_t& dest, in checked_string_to_wchar_convert() function 4233 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4363 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, in __init() 4365 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, in __init() 5953 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 5957 if (!checked_string_to_wchar_convert(__thousands_sep_, in init() 6019 if (!checked_string_to_wchar_convert(__decimal_point_, in init() 6023 if (!checked_string_to_wchar_convert(__thousands_sep_, in init()
|