/ndk/sources/android/support/src/musl-locale/ |
wcsxfrm_l.c | 3 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t locale) function
|
wcsxfrm.c | 7 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t loc) function 21 return wcsxfrm_l(dest, src, n, 0); 24 weak_alias(__wcsxfrm_l, wcsxfrm_l);
|
/bionic/libc/bionic/ |
wchar.cpp | 229 size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, locale_t) { function
|
/external/libcxx/include/support/android/ |
locale_bionic.h | 153 static inline size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, function
|
/external/libcxx/src/support/solaris/ |
xlocale.c | 105 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 105 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 259 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 88 #define wcsxfrm_l _wcsxfrm_l macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 259 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 88 #define wcsxfrm_l _wcsxfrm_l macro
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 259 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 88 #define wcsxfrm_l _wcsxfrm_l macro
|