Searched refs:___iso_wctomb (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | wctomb_r.c | 264 ___iso_wctomb (char *s, wchar_t _wchar, int iso_idx, in ___iso_wctomb() function 303 return ___iso_wctomb (s, _wchar, -1, state); in __iso_8859_1_wctomb() 309 return ___iso_wctomb (s, _wchar, 0, state); in __iso_8859_2_wctomb() 315 return ___iso_wctomb (s, _wchar, 1, state); in __iso_8859_3_wctomb() 321 return ___iso_wctomb (s, _wchar, 2, state); in __iso_8859_4_wctomb() 327 return ___iso_wctomb (s, _wchar, 3, state); in __iso_8859_5_wctomb() 333 return ___iso_wctomb (s, _wchar, 4, state); in __iso_8859_6_wctomb() 339 return ___iso_wctomb (s, _wchar, 5, state); in __iso_8859_7_wctomb() 345 return ___iso_wctomb (s, _wchar, 6, state); in __iso_8859_8_wctomb() 351 return ___iso_wctomb (s, _wchar, 7, state); in __iso_8859_9_wctomb() [all …]
|