Searched refs:add_locale_wstring (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/locale/programs/ |
D | ld-time.c | 598 add_locale_wstring (&file, time->era_entries[num].wname); in time_output() 599 add_locale_wstring (&file, time->era_entries[num].wformat); in time_output() 605 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() [all …]
|
D | locfile.h | 116 extern void add_locale_wstring (struct locale_file *file,
|
D | locfile.c | 621 add_locale_wstring (struct locale_file *file, const uint32_t *string) in add_locale_wstring() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 63968 (add_locale_wstring): Likewise. 63987 (add_locale_wstring): Likewise.
|