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

  /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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 257 WMesaContext pwc = wmesa_context(ctx); local
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);
279 DeleteObject(pwc->clearPen);
280 DeleteObject(pwc->clearBrush);
281 pwc->clearPen = CreatePen(PS_SOLID, 1, pwc->clearColorRef);
282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef);
305 bColor = BGR8(GetRValue(pwc->clearColorRef),
306 GetGValue(pwc->clearColorRef),
440 WMesaContext pwc = wmesa_context(ctx); local
524 WMesaContext pwc = wmesa_context(ctx); local
542 WMesaContext pwc = wmesa_context(ctx); local
563 WMesaContext pwc = wmesa_context(ctx); local
1184 WMesaContext pwc = wmesa_context(ctx); local
1237 WMesaContext pwc = wmesa_context(ctx); local
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 257 WMesaContext pwc = wmesa_context(ctx); local
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);
279 DeleteObject(pwc->clearPen);
280 DeleteObject(pwc->clearBrush);
281 pwc->clearPen = CreatePen(PS_SOLID, 1, pwc->clearColorRef);
282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef);
305 bColor = BGR8(GetRValue(pwc->clearColorRef),
306 GetGValue(pwc->clearColorRef),
440 WMesaContext pwc = wmesa_context(ctx); local
524 WMesaContext pwc = wmesa_context(ctx); local
542 WMesaContext pwc = wmesa_context(ctx); local
563 WMesaContext pwc = wmesa_context(ctx); local
1184 WMesaContext pwc = wmesa_context(ctx); local
1237 WMesaContext pwc = wmesa_context(ctx); local
    [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/android/support/include/
stdlib.h 48 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++/libcxx/src/support/win32/
locale_win32.cpp 55 size_t mbrtowc_l( wchar_t *__restrict__ pwc, const char *__restrict__ s,
59 return mbrtowc( pwc, s, n, ps );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/bison/
configure     [all...]

Completed in 543 milliseconds