Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/src/
H A Dlocale.cpp4206 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()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dlocale.cpp3934 static bool checked_string_to_wchar_convert(wchar_t& dest, const char* ptr, locale_t loc) { in checked_string_to_wchar_convert() function
3972 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()
4097 checked_string_to_wchar_convert(__decimal_point_, lc->decimal_point, loc.get()); in __init()
4098 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, loc.get()); in __init()
5522 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5524 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()
5577 if (!checked_string_to_wchar_convert(__decimal_point_, lc->mon_decimal_point, loc.get())) in init()
5579 if (!checked_string_to_wchar_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init()