/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/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/android/support/include/ |
stdlib.h | 46 int mbtowc(wchar_t *pwc, const char *pmb, size_t max);
|
/prebuilts/ndk/current/sources/android/support/include/ |
stdlib.h | 46 int mbtowc(wchar_t *pwc, const char *pmb, size_t max);
|
/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/std/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 75 const wchar_t* pwc = 0; local 83 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/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 );
|
/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), "");
|
/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/std/language.support/support.runtime/ |
cstdlib.pass.cpp | 91 const wchar_t* pwc = 0; local 99 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::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), "");
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
celib.h | 121 WINBOOL ceConvertWszToSz(char **ppsz,WCHAR const *pwc,LONG cb); 122 WINBOOL ceConvertWszToBstr(BSTR *pbstr,WCHAR const *pwc,LONG cb);
|
ntgdi.h | 19 W32KAPI DWORD WINAPI NtGdiGetGlyphIndicesW(HDC hdc,LPWSTR pwc,int cwc,LPWORD pgi,DWORD iMode); 20 W32KAPI DWORD WINAPI NtGdiGetGlyphIndicesWInternal(HDC hdc,LPWSTR pwc,int cwc,LPWORD pgi,DWORD iMode,WINBOOL bSubset); 48 W32KAPI WINBOOL WINAPI NtGdiGetWidthTable(HDC hdc,ULONG cSpecial,WCHAR *pwc,ULONG cwc,USHORT *psWidth,WIDTHDATA *pwd,FLONG *pflInfo); 235 W32KAPI WINBOOL WINAPI NtGdiGetCharWidthW(HDC hdc,UINT wcFirst,UINT cwc,PWCHAR pwc,FLONG fl,PVOID pvBuf); [all...] |
/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...] |