Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dsb_charsets.c707 __iso_8859_index (const char *charset_ext) in __iso_8859_index() argument
709 return __iso_8859_val_index (__micro_atoi (charset_ext)); in __iso_8859_index()
809 __cp_index (const char *charset_ext) in __cp_index() argument
811 return __cp_val_index (__micro_atoi (charset_ext)); in __cp_index()
/picolibc-latest/newlib/libc/ctype/
Dctype_iso.h278 extern int __iso_8859_index (const char *charset_ext);