Searched refs:strxfrm (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
H A Dstrxfrm_l.c5 return strxfrm(dest, src, n);
H A Dstrxfrm.c14 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) function
/ndk/sources/cxx-stl/gabi++/include/
H A Dcstring65 using ::strxfrm;
/ndk/sources/cxx-stl/system/include/
H A Dcstring65 using ::strxfrm;
/ndk/tests/device/test-gnustl-full/unit/
H A Dcstring_test.cpp72 CPPUNIT_CHECK( std::strxfrm((char*)buf, foo, 3) != 0 );
/ndk/tests/device/test-stlport/unit/
H A Dcstring_test.cpp72 CPPUNIT_CHECK( std::strxfrm((char*)buf, foo, 3) != 0 );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstring_h.pass.cpp36 static_assert((std::is_same<decltype(strxfrm(cp, cpc, s)), size_t>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
H A Dcstring.pass.cpp36 static_assert((std::is_same<decltype(std::strxfrm(cp, cpc, s)), std::size_t>::value), "");
/ndk/sources/android/support/
H A DAndroid.mk87 src/musl-locale/strxfrm.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
H A Dxlocale.c95 return __l->lc_collate->core.user_api->strxfrm(__l->lc_collate,

Completed in 365 milliseconds