Searched refs:wcsncpy (Results 1 – 9 of 9) sorted by relevance
/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++/libcxx/include/ |
D | cwchar | 64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 162 using ::wcsncpy;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 101 wchar_t *wcsncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/ |
D | _cwchar.h | 281 using _STLP_VENDOR_CSTD::wcsncpy;
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 166 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { in wcsncpy() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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)
|