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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
mbtowc.c 36 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n)
46 rval = mbrtowc(pwc, s, n, &mbs);
  /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...]
  /external/libcxx/src/support/win32/
locale_win32.cpp 54 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
58 return mbrtowc( pwc, s, n, ps );
  /external/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), "");
  /bionic/libc/bionic/
wchar.cpp 60 size_t mbrtowc(wchar_t* pwc, const char* s, size_t n, mbstate_t* ps) {
65 return mbrtoc32(reinterpret_cast<char32_t*>(pwc), s, n, state);
  /external/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), "");
  /external/libcxx/include/support/win32/
locale_win32.h 45 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 702 milliseconds