Searched refs:strcoll (Results 1 – 17 of 17) sorted by relevance
/external/libcxx/include/ |
D | cstring | 37 int strcoll(const char* s1, const char* s2); 79 using ::strcoll;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | string_h.pass.cpp | 35 static_assert((std::is_same<decltype(strcoll(cpc, cpc)), int>::value), ""); in main()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 137 return ::strcoll(s1, s2); in strcoll_l()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cstring.pass.cpp | 35 static_assert((std::is_same<decltype(std::strcoll(cpc, cpc)), int>::value), ""); in main()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 336 QFUNC(posix_strcoll_null, strcoll, posix_data) 485 BFUNC(posix_strcoll_null, strcoll, posix_data)
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 690 ; CHECK: declare void @strcoll(...) 691 declare void @strcoll(...)
|
D | annotate.ll | 706 ; CHECK: declare i32 @strcoll(i8* nocapture, i8* nocapture) [[G1]] 707 declare i32 @strcoll(i8*, i8*)
|
/external/syslinux/com32/lua/src/ |
D | lvm.c | 9 #define strcoll strcmp macro 238 int temp = strcoll(l, r); in l_strcmp()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 956 /// int strcoll(const char *s1, const char *s2); 957 TLI_DEFINE_ENUM_INTERNAL(strcoll) 958 TLI_DEFINE_STRING_INTERNAL("strcoll")
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 318 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName); in UNIXstrcmp() 658 … r = strcoll((gSortedLines[line])->unixName, (gSortedLines[guess])->unixName); in doBinarySearch()
|
/external/libxml2/ |
D | triostr.c | 504 return (strcoll(first, second) == 0);
|
/external/skia/third_party/lua/src/ |
D | lvm.c | 215 int temp = strcoll(l, r); in l_strcmp()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 157 case LibFunc::strcoll: // 0,1 in inferLibFuncAttributes()
|
/external/libedit/src/ |
D | readline.c | 2203 return strcoll(*s1, *s2); in _rl_qsort_string_compare()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 579 case LibFunc::strcoll: in isValidProtoForLibFunc()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2973 fun:strcoll=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 515 PUBLIC 80810 0 strcoll
|