/bionic/libc/ |
libc.x86.map | 1025 strxfrm_l;
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 424 result = strxfrm_l(dest, real_src, dest_n, (locale_t)__loc);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
string.h | 167 extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
string.h | 168 extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
|
/prebuilts/sdk/tools/linux/lib/ |
libc++.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
c++config.h | 841 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
c++config.h | 845 /* Define if strxfrm_l is available in <string.h>. */ [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/external/libcxx/src/ |
locale.cpp | 702 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char()); 703 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 715 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char()); 716 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libc-2.11.1.so | |