OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strcoll_l
(Results
26 - 50
of
71
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
string.h
164
extern int
strcoll_l
(__const char *__s1, __const char *__s2, __locale_t __l)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h
164
extern int
strcoll_l
(__const char *__s1, __const char *__s2, __locale_t __l)
/ndk/build/tools/
build-cxx-stl.sh
470
../../android/support/src/musl-locale/
strcoll_l
.c \
/prebuilts/sdk/tools/linux/
libc++.so
aapt
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/armeabi-v7a/
libc.so
/prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/x86/
libc.so
/prebuilts/sdk/renderscript/lib/mips/
libc.so
/prebuilts/sdk/tools/darwin/renderscript/lib/intermediates/mips/
libc.so
/bionic/libc/
Android.mk
203
bionic/
strcoll_l
.cpp \
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so
libc.so.6
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so
libc.so.6
/external/compiler-rt/lib/dfsan/
libc_ubuntu1204_abilist.txt
[
all
...]
/external/libcxx/src/
locale.cpp
687
int r =
strcoll_l
(lhs.c_str(), rhs.c_str(), __l);
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp
703
int r =
strcoll_l
(lhs.c_str(), rhs.c_str(), __l);
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi/
libc++_shared.so
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/
libc++_shared.so
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
libc++_shared.so
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/
libc++_shared.so
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/mips/
libc++_shared.so
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libs/x86/
libc++_shared.so
Completed in 1330 milliseconds
1
2
3