Home
last modified time | relevance | path

Searched refs:LC_CTYPE (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dlocale.h50 #define LC_CTYPE 2 macro
96 #define LC_CTYPE_MASK (1 << LC_CTYPE)
/picolibc-latest/newlib/libc/locale/
Dnewlocale.c167 if (i == LC_CTYPE) in newlocale()
181 if (i == LC_CTYPE) in newlocale()
Dsetlocale.h240 return (const struct lc_ctype_T *) (locale)->lc_cat[LC_CTYPE].ptr; in __get_ctype_locale()
247 _locale->lc_cat[LC_CTYPE].ptr; in __get_current_ctype_locale()
Dlocale.c802 case LC_CTYPE: in __loadlocale()
/picolibc-latest/newlib/testsuite/newlib.wctype/
Dtwctype.c44 setlocale (LC_CTYPE, "C-UTF-8"); in main()
/picolibc-latest/newlib/testsuite/newlib.locale/
DUTF-8.c142 if (!setlocale(LC_CTYPE, "C-UTF-8")) in main()
/picolibc-latest/test/
Dprintf-tests.c279 if (!setlocale(LC_CTYPE, "C.UTF-8")) { in main()
Dprintf_scanf.c291 if (!setlocale(LC_CTYPE, "C.UTF-8")) { in main()
/picolibc-latest/test/libc-testsuite/
Dsscanf.c84 if (!setlocale(LC_CTYPE, "C.UTF-8")) { in test_sscanf()
/picolibc-latest/newlib/
DChangeLog-20154264 * libc/locale/locale.c (current_categories): On Cygwin, set LC_CTYPE
4865 * libc/locale/lctype.c: New file to define and load LC_CTYPE category.
4886 Call __ctype_load_locale in LC_CTYPE case.
6148 (loadlocale): In case of setting LC_CTYPE, set lc_ctype_cjk_lang
6801 pointers if category is LC_CTYPE.
6851 call __set_ctype() in case the catorgy is LC_CTYPE. Don't set
16732 default locale "" is accepted for LC_CTYPE or LC_MESSAGES
17000 locale for LC_CTYPE and LC_MESSAGES.
22475 LC_CTYPE to "C-JIS", "C-SJIS" or "C-EUCJP", when MB_CAPABLE is