Searched defs:pwc (Results 1 – 12 of 12) sorted by relevance
| /third_party/bounds_checking_function/src/ |
| D | securecutil.c | 38 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc()
|
| /third_party/mindspore/mindspore-src/source/third_party/securec/src/ |
| D | securecutil.c | 37 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc()
|
| /third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
| D | mblen.c | 32 wchar_t *pwc = L"mblen_0100"; in mblen_0100() local
|
| /third_party/ncurses/ncurses/widechar/ |
| D | widechars.c | 42 _nc_mbtowc(wchar_t *pwc, const char *s, size_t n) in _nc_mbtowc()
|
| /third_party/ncurses/test/ |
| D | widechars.h | 44 #define mbtowc(pwc,s,n) _nc_mbtowc(pwc,s,n) argument
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| D | tre.h | 50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| D | tre.h | 50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
|
| /third_party/musl/src/regex/ |
| D | tre.h | 49 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| D | tre.h | 50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
|
| /third_party/python/Python/ |
| D | fileutils.c | 147 _Py_mbrtowc(wchar_t *pwc, const char *str, size_t len, mbstate_t *pmbs) in _Py_mbrtowc()
|
| /third_party/python/Tools/msi/bundle/bootstrap/ |
| D | PythonBootstrapperApplication.cpp | 1559 const wchar_t* pwc = wcschr(argv[i], L'='); in ProcessCommandLine() local
|
| /third_party/ncurses/ncurses/ |
| D | curses.priv.h | 2244 #define mbtowc(pwc,s,n) _nc_mbtowc(pwc,s,n) argument
|