Searched refs:pwc (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | mbrtowc.c | 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc() argument 48 pwc = NULL; in mbrtowc() 99 int res = mbtowc (pwc, p, m); in mbrtowc() 103 if (pwc != NULL && ((*pwc == 0) != (res == 0))) in mbrtowc() 322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in rpl_mbrtowc() argument 327 pwc = NULL; in rpl_mbrtowc() 357 if (pwc != NULL) in rpl_mbrtowc() 358 *pwc = wc; in rpl_mbrtowc() 374 if (pwc != NULL) in rpl_mbrtowc() 375 *pwc = wc; in rpl_mbrtowc() [all …]
|
D | wchar.in.h | 166 extern size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.h | 247 #define MBRTOWC(pwc, s, n, ps) \ argument 249 (*(pwc) = btowc (*(unsigned char *) (s)), 1) : \ 250 mbrtowc ((pwc), (s), (n), (ps))) 257 #define MBRTOWC(pwc, s, n, ps) \ argument 258 mbrtowc ((pwc), (s), (n), (ps))
|
/ndk/sources/android/support/include/ |
D | stdlib.h | 44 int mbtowc(wchar_t *pwc, const char *pmb, size_t max);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | locale_win32.cpp | 54 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, in mbrtowc_l() argument 58 return mbrtowc( pwc, s, n, ps ); in mbrtowc_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 76 const wchar_t* pwc = 0; in main() local 81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 80 const wchar_t* pwc = 0; in main() local 85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 73 int mbtowc(wchar_t* restrict pwc, const char* restrict s, size_t n);
|
D | cwchar | 95 size_t mbrtowc(wchar_t* restrict pwc, const char* restrict s, size_t n, mbstate_t* restrict ps);
|