Home
last modified time | relevance | path

Searched refs:wchar_t (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dwchar.h96 size_t mbrtowc (wchar_t *__restrict, const char *__restrict, size_t,
98 size_t _mbrtowc_r (struct _reent *, wchar_t * , const char * ,
102 size_t mbsnrtowcs (wchar_t *__restrict, const char **__restrict,
105 size_t _mbsnrtowcs_r (struct _reent *, wchar_t * , const char ** ,
107 size_t mbsrtowcs (wchar_t *__restrict, const char **__restrict, size_t,
109 size_t _mbsrtowcs_r (struct _reent *, wchar_t * , const char ** , size_t, mbstate_t *);
110 size_t wcrtomb (char *__restrict, wchar_t, mbstate_t *__restrict);
111 size_t _wcrtomb_r (struct _reent *, char * , wchar_t, mbstate_t *);
113 size_t wcsnrtombs (char *__restrict, const wchar_t **__restrict,
116 size_t _wcsnrtombs_r (struct _reent *, char * , const wchar_t ** ,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dwchar.h96 size_t mbrtowc (wchar_t *__restrict, const char *__restrict, size_t,
98 size_t _mbrtowc_r (struct _reent *, wchar_t * , const char * ,
102 size_t mbsnrtowcs (wchar_t *__restrict, const char **__restrict,
105 size_t _mbsnrtowcs_r (struct _reent *, wchar_t * , const char ** ,
107 size_t mbsrtowcs (wchar_t *__restrict, const char **__restrict, size_t,
109 size_t _mbsrtowcs_r (struct _reent *, wchar_t * , const char ** , size_t, mbstate_t *);
110 size_t wcrtomb (char *__restrict, wchar_t, mbstate_t *__restrict);
111 size_t _wcrtomb_r (struct _reent *, char * , wchar_t, mbstate_t *);
113 size_t wcsnrtombs (char *__restrict, const wchar_t **__restrict,
116 size_t _wcsnrtombs_r (struct _reent *, char * , const wchar_t ** ,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dwchar.h87 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
88 const wchar_t *__restrict __src)
92 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
93 const wchar_t *__restrict __src, size_t __n)
97 extern wchar_t *wcscat (wchar_t *__restrict __dest,
98 const wchar_t *__restrict __src)
101 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
102 const wchar_t *__restrict __src, size_t __n)
106 extern int wcscmp (const wchar_t *__s1, const wchar_t *__s2)
109 extern int wcsncmp (const wchar_t *__s1, const wchar_t *__s2, size_t __n)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dwchar.h87 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
88 const wchar_t *__restrict __src)
92 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
93 const wchar_t *__restrict __src, size_t __n)
97 extern wchar_t *wcscat (wchar_t *__restrict __dest,
98 const wchar_t *__restrict __src)
101 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
102 const wchar_t *__restrict __src, size_t __n)
106 extern int wcscmp (const wchar_t *__s1, const wchar_t *__s2)
109 extern int wcsncmp (const wchar_t *__s1, const wchar_t *__s2, size_t __n)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dwchar2.h24 extern wchar_t *__wmemcpy_chk (wchar_t *__restrict __s1,
25 const wchar_t *__restrict __s2, size_t __n,
27 extern wchar_t *__REDIRECT_NTH (__wmemcpy_alias,
28 (wchar_t *__restrict __s1,
29 const wchar_t *__restrict __s2, size_t __n),
31 extern wchar_t *__REDIRECT_NTH (__wmemcpy_chk_warn,
32 (wchar_t *__restrict __s1,
33 const wchar_t *__restrict __s2, size_t __n,
38 __fortify_function wchar_t *
39 __NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH()
[all …]
H A Dstdlib.h81 extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen)
83 extern int __REDIRECT_NTH (__wctomb_alias, (char *__s, wchar_t __wchar),
87 __NTH (wctomb (char *__s, wchar_t __wchar)) in __NTH()
103 extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
108 (wchar_t *__restrict __dst,
113 (wchar_t *__restrict __dst,
120 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH()
127 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH()
129 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH()
132 / sizeof (wchar_t))); in __NTH()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dwchar2.h24 extern wchar_t *__wmemcpy_chk (wchar_t *__restrict __s1,
25 const wchar_t *__restrict __s2, size_t __n,
27 extern wchar_t *__REDIRECT_NTH (__wmemcpy_alias,
28 (wchar_t *__restrict __s1,
29 const wchar_t *__restrict __s2, size_t __n),
31 extern wchar_t *__REDIRECT_NTH (__wmemcpy_chk_warn,
32 (wchar_t *__restrict __s1,
33 const wchar_t *__restrict __s2, size_t __n,
38 __fortify_function wchar_t *
39 __NTH (wmemcpy (wchar_t *__restrict __s1, const wchar_t *__restrict __s2, in __NTH()
[all …]
H A Dstdlib.h81 extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen)
83 extern int __REDIRECT_NTH (__wctomb_alias, (char *__s, wchar_t __wchar),
87 __NTH (wctomb (char *__s, wchar_t __wchar)) in __NTH()
103 extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
108 (wchar_t *__restrict __dst,
113 (wchar_t *__restrict __dst,
120 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH()
127 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH()
129 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH()
132 / sizeof (wchar_t))); in __NTH()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcwchar34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg);
39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99
40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg);
41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
42 int vwprintf(const wchar_t* restrict format, va_list arg);
43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99
[all …]
H A Diosfwd25 template<> struct char_traits<wchar_t>;
55 typedef basic_ios<wchar_t> wios;
72 typedef basic_streambuf<wchar_t> wstreambuf;
73 typedef basic_istream<wchar_t> wistream;
74 typedef basic_ostream<wchar_t> wostream;
75 typedef basic_iostream<wchar_t> wiostream;
77 typedef basic_stringbuf<wchar_t> wstringbuf;
78 typedef basic_istringstream<wchar_t> wistringstream;
79 typedef basic_ostringstream<wchar_t> wostringstream;
80 typedef basic_stringstream<wchar_t> wstringstream;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcwchar34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg);
39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99
40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg);
41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
42 int vwprintf(const wchar_t* restrict format, va_list arg);
43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99
[all …]
H A Diosfwd25 template<> struct char_traits<wchar_t>;
55 typedef basic_ios<wchar_t> wios;
72 typedef basic_streambuf<wchar_t> wstreambuf;
73 typedef basic_istream<wchar_t> wistream;
74 typedef basic_ostream<wchar_t> wostream;
75 typedef basic_iostream<wchar_t> wiostream;
77 typedef basic_stringbuf<wchar_t> wstringbuf;
78 typedef basic_istringstream<wchar_t> wistringstream;
79 typedef basic_ostringstream<wchar_t> wostringstream;
80 typedef basic_stringstream<wchar_t> wstringstream;
[all …]
/OK3568_Linux_fs/kernel/fs/nls/
H A Dnls_cp936.c16 static const wchar_t c2u_81[256] = {
52 static const wchar_t c2u_82[256] = {
88 static const wchar_t c2u_83[256] = {
124 static const wchar_t c2u_84[256] = {
160 static const wchar_t c2u_85[256] = {
196 static const wchar_t c2u_86[256] = {
232 static const wchar_t c2u_87[256] = {
268 static const wchar_t c2u_88[256] = {
304 static const wchar_t c2u_89[256] = {
340 static const wchar_t c2u_8A[256] = {
[all …]
H A Dnls_cp949.c16 static const wchar_t c2u_81[256] = {
52 static const wchar_t c2u_82[256] = {
88 static const wchar_t c2u_83[256] = {
124 static const wchar_t c2u_84[256] = {
160 static const wchar_t c2u_85[256] = {
196 static const wchar_t c2u_86[256] = {
232 static const wchar_t c2u_87[256] = {
268 static const wchar_t c2u_88[256] = {
304 static const wchar_t c2u_89[256] = {
340 static const wchar_t c2u_8A[256] = {
[all …]
H A Dnls_cp950.c16 static const wchar_t c2u_A1[256] = {
52 static const wchar_t c2u_A2[256] = {
88 static const wchar_t c2u_A3[256] = {
121 static const wchar_t c2u_A4[256] = {
157 static const wchar_t c2u_A5[256] = {
193 static const wchar_t c2u_A6[256] = {
229 static const wchar_t c2u_A7[256] = {
265 static const wchar_t c2u_A8[256] = {
301 static const wchar_t c2u_A9[256] = {
337 static const wchar_t c2u_AA[256] = {
[all …]
H A Dnls_cp932.c16 static const wchar_t c2u_81[256] = {
52 static const wchar_t c2u_82[256] = {
87 static const wchar_t c2u_83[256] = {
118 static const wchar_t c2u_84[256] = {
146 static const wchar_t c2u_87[256] = {
170 static const wchar_t c2u_88[256] = {
206 static const wchar_t c2u_89[256] = {
242 static const wchar_t c2u_8A[256] = {
278 static const wchar_t c2u_8B[256] = {
314 static const wchar_t c2u_8C[256] = {
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.h76 wchar_t start;
77 wchar_t end;
109 wchar_t cifs_toupper(wchar_t in);
135 static inline wchar_t *
136 UniStrchr(const wchar_t *ucs, wchar_t uc) in UniStrchr()
142 return (wchar_t *) ucs; in UniStrchr()
155 UniStrcmp(const wchar_t *ucs1, const wchar_t *ucs2) in UniStrcmp()
167 static inline wchar_t *
168 UniStrcpy(wchar_t *ucs1, const wchar_t *ucs2) in UniStrcpy()
170 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy()
[all …]
H A Dwinucase.c21 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
23 static const wchar_t t2_00[256] = {
58 static const wchar_t t2_01[256] = {
93 static const wchar_t t2_02[256] = {
128 static const wchar_t t2_03[256] = {
163 static const wchar_t t2_04[256] = {
198 static const wchar_t t2_05[256] = {
233 static const wchar_t t2_1d[256] = {
268 static const wchar_t t2_1e[256] = {
303 static const wchar_t t2_1f[256] = {
[all …]
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_unicode.h14 wchar_t start;
15 wchar_t end;
29 static inline wchar_t *UniStrcpy(wchar_t * ucs1, const wchar_t * ucs2) in UniStrcpy()
31 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy()
59 static inline int UniStrncmp_le(const wchar_t * ucs1, const __le16 * ucs2, in UniStrncmp_le()
74 static inline __le16 *UniStrncpy_to_le(__le16 * ucs1, const wchar_t * ucs2, in UniStrncpy_to_le()
91 static inline wchar_t *UniStrncpy_from_le(wchar_t * ucs1, const __le16 * ucs2, in UniStrncpy_from_le()
94 wchar_t *anchor = ucs1; in UniStrncpy_from_le()
108 static inline wchar_t UniToupper(wchar_t uc) in UniToupper()
131 static inline wchar_t *UniStrupr(wchar_t * upin) in UniStrupr()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcwchar51 // assumes it is in wchar.h, regardless of wchar_t specializations.
213 inline wchar_t*
214 wcschr(wchar_t* __p, wchar_t __c)
215 { return wcschr(const_cast<const wchar_t*>(__p), __c); }
217 inline wchar_t*
218 wcspbrk(wchar_t* __s1, const wchar_t* __s2)
219 { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
221 inline wchar_t*
222 wcsrchr(wchar_t* __p, wchar_t __c)
223 { return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
[all …]
H A Diosfwd171 /// Base class for @c wchar_t streams.
172 typedef basic_ios<wchar_t> wios;
174 /// Base class for @c wchar_t buffers.
175 typedef basic_streambuf<wchar_t> wstreambuf;
177 /// Base class for @c wchar_t input streams.
178 typedef basic_istream<wchar_t> wistream;
180 /// Base class for @c wchar_t output streams.
181 typedef basic_ostream<wchar_t> wostream;
183 /// Base class for @c wchar_t mixed input and output streams.
184 typedef basic_iostream<wchar_t> wiostream;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcwchar51 // assumes it is in wchar.h, regardless of wchar_t specializations.
213 inline wchar_t*
214 wcschr(wchar_t* __p, wchar_t __c)
215 { return wcschr(const_cast<const wchar_t*>(__p), __c); }
217 inline wchar_t*
218 wcspbrk(wchar_t* __s1, const wchar_t* __s2)
219 { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
221 inline wchar_t*
222 wcsrchr(wchar_t* __p, wchar_t __c)
223 { return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
[all …]
H A Diosfwd171 /// Base class for @c wchar_t streams.
172 typedef basic_ios<wchar_t> wios;
174 /// Base class for @c wchar_t buffers.
175 typedef basic_streambuf<wchar_t> wstreambuf;
177 /// Base class for @c wchar_t input streams.
178 typedef basic_istream<wchar_t> wistream;
180 /// Base class for @c wchar_t output streams.
181 typedef basic_ostream<wchar_t> wostream;
183 /// Base class for @c wchar_t mixed input and output streams.
184 typedef basic_iostream<wchar_t> wiostream;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/ibm/
H A Dxlocale.h89 int iswalnum_l(wchar_t wc, locale_t locale) in iswalnum_l()
95 int iswalpha_l(wchar_t wc, locale_t locale) in iswalpha_l()
101 int iswblank_l(wchar_t wc, locale_t locale) in iswblank_l()
107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l()
113 int iswdigit_l(wchar_t wc, locale_t locale) in iswdigit_l()
119 int iswgraph_l(wchar_t wc, locale_t locale) in iswgraph_l()
125 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l()
131 int iswprint_l(wchar_t wc, locale_t locale) in iswprint_l()
137 int iswpunct_l(wchar_t wc, locale_t locale) in iswpunct_l()
143 int iswspace_l(wchar_t wc, locale_t locale) in iswspace_l()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/ibm/
H A Dxlocale.h89 int iswalnum_l(wchar_t wc, locale_t locale) in iswalnum_l()
95 int iswalpha_l(wchar_t wc, locale_t locale) in iswalpha_l()
101 int iswblank_l(wchar_t wc, locale_t locale) in iswblank_l()
107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l()
113 int iswdigit_l(wchar_t wc, locale_t locale) in iswdigit_l()
119 int iswgraph_l(wchar_t wc, locale_t locale) in iswgraph_l()
125 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l()
131 int iswprint_l(wchar_t wc, locale_t locale) in iswprint_l()
137 int iswpunct_l(wchar_t wc, locale_t locale) in iswpunct_l()
143 int iswspace_l(wchar_t wc, locale_t locale) in iswspace_l()
[all …]

12345678910>>...15