Home
last modified time | relevance | path

Searched refs:__uwchar_t (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_uwchar.h41 typedef wchar_t __uwchar_t; typedef
43 typedef unsigned short __uwchar_t; typedef
45 typedef unsigned int __uwchar_t; typedef
47 typedef unsigned long __uwchar_t; typedef
49 typedef unsigned long long __uwchar_t; typedef
51 typedef uintmax_t __uwchar_t; typedef
53 #error Can not determine an appropriate type for __uwchar_t!
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c414 __uwchar_t mask; in libc_hidden_def()
415 __uwchar_t wc; in libc_hidden_def()
451 wc = (__uwchar_t) ps->__wc; in libc_hidden_def()
586 __uwchar_t wc; in _wchar_wcsntoutf8s()
587 const __uwchar_t *swc; in _wchar_wcsntoutf8s()
610 swc = (const __uwchar_t *) *src; in _wchar_wcsntoutf8s()
803 const __uwchar_t *s; in libc_hidden_def()
837 s = (const __uwchar_t *) *src; in libc_hidden_def()
841 __uwchar_t wc; in libc_hidden_def()
842 __uwchar_t u; in libc_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c302 __uwchar_t u = wc; in TOWLOWER()
398 __uwchar_t u = wc;
478 : ((__uwchar_t)((c) - '0') < 10) \
484 : ((__uwchar_t)(((c) | 0x20) - 'a') < 6) \
522 if ((__uwchar_t) wc <= 0x7f in iswctype()
603 if ((__uwchar_t)wc <= WC_TABLE_DOMAIN_MAX) { in ISWCTYPE()
617 } else if ((__uwchar_t)(wc - 0xe0020UL) <= 0x5f in ISWCTYPE()
668 if ((__uwchar_t) wc <= 0x7f) { in libc_hidden_def()
716 __uwchar_t u = wc;
720 if ((__uwchar_t)wc > 0x7f
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D_collate.c81 __uwchar_t weight;
82 __uwchar_t ui_weight; /* undefined or invalid */
88 __uwchar_t *cip;
89 __uwchar_t ci_pending[MAX_PENDING]; /* nul-terminated */
126 if (((__uwchar_t) wc) > 0xffffU) { in lookup()
273 && (((__uwchar_t)(WC - CUR_COLLATE->range_low)) <= CUR_COLLATE->range_count) in next_weight()
284 } else if (((__uwchar_t)(WC)) <= 0x7fffffffUL) { /* legal but undefined */ in next_weight()
596 static size_t store(unsigned char *s, size_t count, size_t n, __uwchar_t weight)
A D_string.h22 # define Wuchar __uwchar_t
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c384 #define Wuchar __uwchar_t in strong_alias()
529 #define Wuchar __uwchar_t
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c563 #define Wuchar __uwchar_t
1252 const __uwchar_t *wf = fmt; in VFSCANF()
1514 if ((((__uwchar_t)(sc.wc)) <= UCHAR_MAX) && isspace(sc.wc)) { in VFSCANF()
1526 if (((__uwchar_t) sc.wc) <= UCHAR_MAX) { in VFSCANF()

Completed in 19 milliseconds