Searched refs:wcsxfrm (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 168 using ::wcsxfrm;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 269 using _STLP_VENDOR_CSTD::wcsxfrm;
|
/ndk/sources/cxx-stl/llvm-libc++/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/llvm-libc++/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/cxx-stl/llvm-libc++/src/support/solaris/ |
D | xlocale.c | 100 return __l->lc_collate->core.user_api->wcsxfrm(__l->lc_collate, in wcsxfrm_l()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | locale_support.c | 200 return wcsxfrm(dst, src, n); in wcsxfrm_l()
|
D | wchar_support.c | 324 size_t wcsxfrm(wchar_t *dst, const wchar_t *src, size_t len) { in wcsxfrm() function
|