HomeSort by relevance Sort by last modified time
    Searched refs:pwc (Results 1 - 18 of 18) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
stdlib_support.c 12 int mbtowc(wchar_t *pwc, const char *pmb, size_t max) {
  /external/bison/lib/
mbrtowc.c 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
45 pwc = NULL;
100 int res = mbtowc (pwc, p, m);
104 if (pwc != NULL && ((*pwc == 0) != (res == 0)))
329 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
334 pwc = NULL;
364 if (pwc != NULL)
365 *pwc = wc;
381 if (pwc != NULL
    [all...]
stdlib.in.h 301 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
304 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
wchar.in.h 223 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
225 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
229 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
232 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbrtowc.c 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
48 pwc = NULL;
99 int res = mbtowc (pwc, p, m);
103 if (pwc != NULL && ((*pwc == 0) != (res == 0)))
322 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
327 pwc = NULL;
357 if (pwc != NULL)
358 *pwc = wc;
374 if (pwc != NULL
    [all...]
wchar.in.h 166 extern size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps);
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
stdlib.h 31 int mbtowc(wchar_t *pwc, const char *pmb, size_t max);
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 248 #define MBRTOWC(pwc, s, n, ps) \
250 (*(pwc) = btowc (*(unsigned char *) (s)), 1) : \
251 mbrtowc ((pwc), (s), (n), (ps)))
258 #define MBRTOWC(pwc, s, n, ps) \
259 mbrtowc ((pwc), (s), (n), (ps))
  /bionic/libc/bionic/
wchar.cpp 163 size_t mbrtowc(wchar_t* pwc, const char* s, size_t n, mbstate_t* /*ps*/) {
166 pwc = NULL;
169 if (pwc) {
170 *pwc = 0;
174 if (pwc) {
175 *pwc = *s;
  /ndk/sources/cxx-stl/llvm-libc++/src/support/win32/
locale_win32.cpp 53 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
57 return mbrtowc( pwc, s, n, ps );
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdlib_h.pass.cpp 76 const wchar_t* pwc = 0; local
81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
cstdlib.pass.cpp 80 const wchar_t* pwc = 0; local
85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 44 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
  /external/bison/darwin-lib/
stdlib.h 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
    [all...]
wchar.h 535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
    [all...]
  /external/bison/linux-lib/
stdlib.h 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
    [all...]
wchar.h 535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
    [all...]
  /external/bison/
configure     [all...]

Completed in 1587 milliseconds