Searched refs:wcsxfrm (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/android/support/src/musl-locale/ |
D | wcsxfrm_l.c | 5 return wcsxfrm(dest, src, n); in wcsxfrm_l()
|
D | wcsxfrm.c | 19 size_t wcsxfrm(wchar_t *restrict dest, const wchar_t *restrict src, size_t n) in wcsxfrm() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 168 using ::wcsxfrm;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 110 size_t wcsxfrm (wchar_t *__restrict__, const wchar_t *__restrict__, size_t n);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 81 static_assert((std::is_same<decltype(wcsxfrm(ws, L"", s)), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 269 using _STLP_VENDOR_CSTD::wcsxfrm;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 81 static_assert((std::is_same<decltype(std::wcsxfrm(ws, L"", s)), std::size_t>::value), ""); in main()
|
/ndk/sources/android/support/ |
D | Android.mk | 93 src/musl-locale/wcsxfrm.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 108 return __l->lc_collate->core.user_api->wcsxfrm(__l->lc_collate, in wcsxfrm_l()
|