Home
last modified time | relevance | path

Searched defs:__s1 (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
Dchar_traits.h146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare()
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move()
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy()
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) in compare()
256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) in compare()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { in wcscoll_l()
87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { in strcoll_l()
93 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t __l) { in strxfrm_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l()
248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l()
253 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l()