Searched refs:wcsncpy (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/src/support/win32/ |
D | support.cpp | 62 wcsncpy(nwcsrc, *src, nwc); in wcsnrtombs()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 175 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { in wcsncpy() function 337 wcsncpy(dst, src, len-1); in wcsxfrm()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0; in _WLocale_strcmp() 391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0; in _WLocale_strcmp() 446 wcsncpy(buf, src, src_n); in _WLocale_strxfrm()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 162 using ::wcsncpy;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 281 using _STLP_VENDOR_CSTD::wcsncpy;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 75 static_assert((std::is_same<decltype(wcsncpy(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 75 static_assert((std::is_same<decltype(std::wcsncpy(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
|
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
|