Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dsb_charsets.c708 __iso_8859_index (const char *charset_ext) in __iso_8859_index() argument
710 return __iso_8859_val_index (__micro_atoi (charset_ext)); in __iso_8859_index()
810 __cp_index (const char *charset_ext) in __cp_index() argument
812 return __cp_val_index (__micro_atoi (charset_ext)); in __cp_index()
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dctype_iso.h278 extern int __iso_8859_index (const char *charset_ext);