Searched refs:empty_wstr (Results 1 – 1 of 1) sorted by relevance
113 static const uint32_t empty_wstr[1] = { 0 }; variable605 add_locale_wstring (&file, time->wabday[n] ?: empty_wstr); in time_output()609 add_locale_wstring (&file, time->wday[n] ?: empty_wstr); in time_output()613 add_locale_wstring (&file, time->wabmon[n] ?: empty_wstr); in time_output()617 add_locale_wstring (&file, time->wmon[n] ?: empty_wstr); in time_output()621 add_locale_wstring (&file, time->wam_pm[n] ?: empty_wstr); in time_output()623 add_locale_wstring (&file, time->wd_t_fmt ?: empty_wstr); in time_output()624 add_locale_wstring (&file, time->wd_fmt ?: empty_wstr); in time_output()625 add_locale_wstring (&file, time->wt_fmt ?: empty_wstr); in time_output()626 add_locale_wstring (&file, time->wt_fmt_ampm ?: empty_wstr); in time_output()[all …]