/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 14 T(wchar_t) in f() 23 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in f() 24 {wint_t(*p)(wchar_t,FILE*) = fputwc;} in f() 25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f() 27 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in f() 28 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in f() 32 {size_t(*p)(wchar_t*restrict,const char*restrict,size_t,mbstate_t*restrict) = mbrtowc;} in f() 34 {size_t(*p)(wchar_t*restrict,const char**restrict,size_t,mbstate_t*restrict) = mbsrtowcs;} in f() 35 {wint_t(*p)(wchar_t,FIL in f() [all...] |
H A D | stdio.c | 99 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in g() 100 {wint_t(*p)(wchar_t,FILE*) = fputwc;} in g() 101 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in g() 103 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in g() 104 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in g() 106 {wint_t(*p)(wchar_t,FILE*) = putwc;} in g() 107 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in g() 108 {int(*p)(const wchar_t*restric in g() [all...] |
/third_party/musl/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict); 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t); 55 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict); 56 wchar_t *wcsnca [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict); 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t); 55 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict); 56 wchar_t *wcsnca [all...] |
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict); 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t); 55 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict); 56 wchar_t *wcsnca [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 52 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict); 53 wchar_t *wcsncpy (wchar_t *__restrict, const wchar_t *__restrict, size_t); 55 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict); 56 wchar_t *wcsnca [all...] |
/third_party/python/Include/cpython/ |
H A D | initconfig.h | 35 wchar_t **items; 39 const wchar_t *item); 42 const wchar_t *item); 149 wchar_t *dump_refs_file; 151 wchar_t *filesystem_encoding; 152 wchar_t *filesystem_errors; 153 wchar_t *pycache_prefix; 172 wchar_t *stdio_encoding; 173 wchar_t *stdio_errors; 177 wchar_t *check_hash_pycs_mod [all...] |
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | wcstod_l.c | 33 wchar_t *s; 96 wchar_t *p; in wcstod_l_0100() 113 wchar_t* str = L"123.45xxx"; in wcstod_l_0200() 115 wchar_t str1[] = L"xxx"; in wcstod_l_0200() 116 wchar_t* end; in wcstod_l_0200() 132 wchar_t* str = L"+123.45xxx"; in wcstod_l_0300() 134 wchar_t str1[] = L"xxx"; in wcstod_l_0300() 135 wchar_t* end; in wcstod_l_0300() 151 wchar_t* str = L"-123.45xxx"; in wcstod_l_0400() 153 wchar_t str in wcstod_l_0400() [all...] |
/third_party/bounds_checking_function/src/ |
H A D | wcstok_s.c | 17 SECUREC_INLINE int SecIsInDelimitW(wchar_t ch, const wchar_t *strDelimit) in SecIsInDelimitW() 19 const wchar_t *ctl = strDelimit; in SecIsInDelimitW() 30 SECUREC_INLINE wchar_t *SecFindBeginW(wchar_t *strToken, const wchar_t *strDelimit) in SecFindBeginW() 32 wchar_t *token = strToken; in SecFindBeginW() 47 SECUREC_INLINE wchar_t *SecFindRestW(wchar_t *strToken, const wchar_t *strDelimi [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 29 wchar_t **wstr, 36 const wchar_t *text, 44 const wchar_t *text, 106 const wchar_t *path, 107 const wchar_t *mode); 126 const wchar_t *path, 127 wchar_t *buf, 134 PyAPI_FUNC(wchar_t*) _Py_wrealpath( 135 const wchar_t *path, 136 wchar_t *resolved_pat [all...] |
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 39 native support for wchar_t:
40 _MSC_VER == 1600 : /Zc:wchar_t is not supported
42 ? _MSC_VER == 1400 (VS2005) : wchar_t <- unsigned short
43 /Zc:wchar_t : wchar_t <- __wchar_t, _WCHAR_T_DEFINED and _NATIVE_WCHAR_T_DEFINED
45 /Zc:wchar_t[-]
46 /Zc:wchar_t is on by default
56 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); }
in IsPathSepar() 90 inline unsigned MyStringLen(const wchar_t *s)
in MyStringLen() 97 inline void MyStringCopy(wchar_t *des [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | wchar_filename.h | 29 static inline int utf8towchar(const char *filename_utf8, wchar_t **filename_w) in utf8towchar() 38 *filename_w = (wchar_t *)av_calloc(num_chars, sizeof(wchar_t)); in utf8towchar() 48 static inline int wchartocp(unsigned int code_page, const wchar_t *filename_w, in wchartocp() 70 static inline int wchartoutf8(const wchar_t *filename_w, char **filename) in wchartoutf8() 76 static inline int wchartoansi(const wchar_t *filename_w, char **filename) in wchartoansi() 84 wchar_t *filename_w = NULL; in utf8toansi() 104 static inline int path_is_extended(const wchar_t *path) in path_is_extended() 118 static inline int path_is_device_path(const wchar_t *path) in path_is_device_path() 131 static inline int get_full_path_name(wchar_t **ppath_ [all...] |
/third_party/musl/src/stdlib/ |
H A D | wcstol.c | 16 const wchar_t *wcs = f->cookie; in do_read() 32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim) in wcstox() 34 wchar_t *t = (wchar_t *)s; in wcstox() 48 *p = cnt ? t + cnt : (wchar_t *)s; in wcstox() 53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull() 58 long long wcstoll(const wchar_t *restrict s, wchar_t **restric [all...] |
H A D | wcstod.c | 14 const wchar_t *wcs = f->cookie; in do_read() 30 static long double wcstox(const wchar_t *s, wchar_t **p, int prec) in wcstox() 32 wchar_t *t = (wchar_t *)s; in wcstox() 46 *p = cnt ? t + cnt : (wchar_t *)s; in wcstox() 51 float wcstof(const wchar_t *restrict s, wchar_t **restrict p) in wcstof() 56 double wcstod(const wchar_t *restrict s, wchar_t **restric [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | wcstod.c | 37 wchar_t str0[] = L"3.14wcstod"; in wcstod_0100() 38 wchar_t *end = NULL; in wcstod_0100() 40 wchar_t str1[] = L"wcstod"; in wcstod_0100() 55 wchar_t str[] = L"3.14"; in wcstod_0200() 56 wchar_t *end = NULL; in wcstod_0200() 69 wchar_t str[] = L" 3.14"; in wcstod_0300() 70 wchar_t *end = NULL; in wcstod_0300() 83 wchar_t str[] = L"wcstod3.14"; in wcstod_0400() 84 wchar_t *end = NULL; in wcstod_0400() 99 wchar_t st in wcstod_0500() [all...] |
H A D | wcstof.c | 37 wchar_t str0[] = L"3.14wcstof"; in wcstof_0100() 38 wchar_t *end = NULL; in wcstof_0100() 40 wchar_t str1[] = L"wcstof"; in wcstof_0100() 55 wchar_t str[] = L"3.14"; in wcstof_0200() 56 wchar_t *end = NULL; in wcstof_0200() 69 wchar_t str[] = L" 3.14"; in wcstof_0300() 70 wchar_t *end = NULL; in wcstof_0300() 83 wchar_t str[] = L"wcstof3.14"; in wcstof_0400() 84 wchar_t *end = NULL; in wcstof_0400() 99 wchar_t st in wcstof_0500() [all...] |
H A D | wcstold.c | 37 wchar_t str0[] = L"3.14wcstold"; in wcstold_0100() 38 wchar_t *end = NULL; in wcstold_0100() 40 wchar_t str1[] = L"wcstold"; in wcstold_0100() 55 wchar_t str[] = L"3.14"; in wcstold_0200() 56 wchar_t *end = NULL; in wcstold_0200() 69 wchar_t str[] = L" 3.14"; in wcstold_0300() 70 wchar_t *end = NULL; in wcstold_0300() 83 wchar_t str[] = L"wcstold3.14"; in wcstold_0400() 84 wchar_t *end = NULL; in wcstold_0400() 99 wchar_t st in wcstold_0500() [all...] |
/third_party/python/PC/ |
H A D | launcher2.c | 46 debug(wchar_t * format, ...) in debug() 51 wchar_t buffer[MAXLEN]; in debug() 72 formatWinerror(int rc, wchar_t * message, int size) in formatWinerror() 82 winerror(int err, wchar_t * format, ... ) in winerror() 85 wchar_t message[MSGSIZE]; in winerror() 86 wchar_t win_message[MSGSIZE]; in winerror() 113 error(wchar_t * format, ... ) in error() 116 wchar_t message[MSGSIZE]; in error() 180 isEnvVarSet(const wchar_t *name) in isEnvVarSet() 189 join(wchar_t *buffe [all...] |
H A D | launcher.c | 57 static wchar_t * 58 skip_whitespace(wchar_t * p) in skip_whitespace() 66 debug(wchar_t * format, ...) in debug() 78 winerror(int rc, wchar_t * message, int size) in winerror() 87 error(int rc, wchar_t * format, ... ) in error() 90 wchar_t message[MSGSIZE]; in error() 91 wchar_t win_message[MSGSIZE]; in error() 119 static wchar_t * get_env(wchar_t * key) in get_env() 122 static wchar_t bu in get_env() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncpy.c | 22 #define SIZEOF_WCHAR(x) (sizeof(x) / sizeof(wchar_t)) 36 const wchar_t src[] = L"Hello"; in wcsncpy_0100() 37 wchar_t buf[SIZEOF_WCHAR(src) + 1]; in wcsncpy_0100() 39 wchar_t *dest = (wchar_t *)buf; in wcsncpy_0100() 53 const wchar_t src[] = L"Hello"; in wcsncpy_0200() 54 wchar_t buf[SIZEOF_WCHAR(src)]; in wcsncpy_0200() 56 wchar_t *dest = (wchar_t *)buf; in wcsncpy_0200() 70 const wchar_t sr in wcsncpy_0300() [all...] |
H A D | wcscmp.c | 28 wchar_t str1[] = L"test wcscmp"; in wcscmp_0100() 29 wchar_t str2[] = L"test wcscmp"; in wcscmp_0100() 42 wchar_t str1[] = L"ABCD"; in wcscmp_0200() 43 wchar_t str2[] = L"ABCE"; in wcscmp_0200() 56 wchar_t str1[] = L"ABCE"; in wcscmp_0300() 57 wchar_t str2[] = L"ABCD"; in wcscmp_0300() 70 wchar_t str1[] = L"ABCD"; in wcscmp_0400() 71 wchar_t str2[] = L"BCDE"; in wcscmp_0400() 87 wchar_t str1[] = L""; in wcscmp_0500() 88 wchar_t str in wcscmp_0500() [all...] |
H A D | wcstok.c | 29 wchar_t str[] = L"parrot,owl,sparrow,pigeon,crow"; in wcstok_0100() 30 wchar_t delim[] = L","; in wcstok_0100() 31 wchar_t *ptr; in wcstok_0100() 32 wchar_t *compare[5] = {L"parrot", L"owl", L"sparrow", L"pigeon", L"crow"}; in wcstok_0100() 33 wchar_t *result[5] = {0}; in wcstok_0100() 34 wchar_t *token = wcstok(str, delim, &ptr); in wcstok_0100() 55 wchar_t str[] = L"parrot,owl.sparrow,pigeon,crow"; in wcstok_0200() 56 wchar_t delim[] = L",."; in wcstok_0200() 57 wchar_t *ptr; in wcstok_0200() 58 wchar_t *resul in wcstok_0200() [all...] |
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 410 SECUREC_API errno_t wmemcpy_s(wchar_t *dest, size_t destMax, const wchar_t *src, size_t count); 423 SECUREC_API errno_t wmemmove_s(wchar_t *dest, size_t destMax, const wchar_t *src, size_t count); 435 SECUREC_API errno_t wcscpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc); 448 SECUREC_API errno_t wcsncpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count); 460 SECUREC_API errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSr [all...] |
/third_party/icu/icu4c/source/test/perf/charperf/ |
H A D | charperf.h | 24 typedef void (*StdLibCharPerfFn)(wchar_t ch); 58 // note wchar_t is unsigned, it will revert to 0 once it reaches in call() 60 for (wchar_t i = MIN_; i < MAX_; i ++) { in call() 70 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max) in StdLibCharPerfFunction() 83 wchar_t MIN_; 84 wchar_t MAX_; 183 inline void StdLibIsAlpha(wchar_t ch) in StdLibIsAlpha() 188 inline void StdLibIsUpper(wchar_t ch) in StdLibIsUpper() 193 inline void StdLibIsLower(wchar_t c [all...] |
/third_party/python/Python/ |
H A D | pathconfig.c | 27 wchar_t *program_full_path; 28 wchar_t *prefix; 29 wchar_t *exec_prefix; 30 wchar_t *stdlib_dir; 32 wchar_t *module_search_path; 34 wchar_t *calculated_module_search_path; 36 wchar_t *program_name; 38 wchar_t *home; 49 const wchar_t * 181 wchar_t *pat in _PyPathConfig_UpdateGlobal() [all...] |