Searched refs:___cp_wctomb (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | wctomb_r.c | 421 ___cp_wctomb (char *s, wchar_t _wchar, int cp_idx, in ___cp_wctomb() function 459 return ___cp_wctomb (s, _wchar, 0, state); in __cp_437_wctomb() 465 return ___cp_wctomb (s, _wchar, 1, state); in __cp_720_wctomb() 471 return ___cp_wctomb (s, _wchar, 2, state); in __cp_737_wctomb() 477 return ___cp_wctomb (s, _wchar, 3, state); in __cp_775_wctomb() 483 return ___cp_wctomb (s, _wchar, 4, state); in __cp_850_wctomb() 489 return ___cp_wctomb (s, _wchar, 5, state); in __cp_852_wctomb() 495 return ___cp_wctomb (s, _wchar, 6, state); in __cp_855_wctomb() 501 return ___cp_wctomb (s, _wchar, 7, state); in __cp_857_wctomb() 507 return ___cp_wctomb (s, _wchar, 8, state); in __cp_858_wctomb() [all …]
|