/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
string.h | 89 extern int strcoll(const char *, const char *) __purefunc;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
string.h | 62 int __cdecl strcoll(const char *_Str1,const char *_Str2);
|
tchar.h | 989 #define _tcscoll strcoll
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_locale.py | 383 if hasattr(locale, "strcoll"): 386 self.assertRaises(TypeError, locale.strcoll, u"a", None)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_locale.py | 383 if hasattr(locale, "strcoll"): 386 self.assertRaises(TypeError, locale.strcoll, u"a", None)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 383 if hasattr(locale, "strcoll"): 386 self.assertRaises(TypeError, locale.strcoll, u"a", None)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 383 if hasattr(locale, "strcoll"): 386 self.assertRaises(TypeError, locale.strcoll, u"a", None)
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 330 QFUNC(posix_strcoll_null, strcoll, posix_data) 479 BFUNC(posix_strcoll_null, strcoll, posix_data)
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 175 # define strcoll strcmp macro 1094 return strcoll (s1, s2); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
string.h | 149 extern int strcoll (__const char *__s1, __const char *__s2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
string.h | 150 extern int strcoll (__const char *__s1, __const char *__s2)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 91 def strcoll(a,b): function 92 """ strcoll(string,string) -> int. [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 91 def strcoll(a,b): function 92 """ strcoll(string,string) -> int. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 91 def strcoll(a,b): function 92 """ strcoll(string,string) -> int. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 91 def strcoll(a,b): function 92 """ strcoll(string,string) -> int. [all...] |
/external/icu/icu4c/source/test/perf/collationperf/ |
collperf.cpp | 19 // Three APIs can be teste: ICU C , Unix strcoll, strxfrm and Windows LCMapString 33 "-unix Run test using Unix strxfrm, strcoll services.\n" 35 "-usekeys Run tests using sortkeys rather than strcoll\n" 36 "-strcmp Run tests using u_strcmp rather than strcoll\n" 37 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n" 117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. 314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName); 654 r = strcoll((gSortedLines[line])->unixName, (gSortedLines[guess])->unixName); 658 fprintf(stderr, "Error %d returned from strcoll.\n", errno); [all...] |
/external/ltrace/etc/ |
libc.so.conf | 308 int strcoll(string,string);
|
/external/libxml2/ |
triostr.c | 504 return (strcoll(first, second) == 0); [all...] |
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
glob.c | 579 return strcoll(*(const char * const *)p, *(const char * const *)q);
|
/external/libedit/src/ |
readline.c | [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nm.c | 526 /* Solaris 2.5 has a bug in strcoll. 527 strcoll returns invalid values when confronted with empty strings. */ 533 return strcoll (xn, yn); [all...] |
configure | [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | [all...] |
/ndk/sources/host-tools/make-3.81/ |
configure | [all...] |
/bionic/libc/ |
Android.mk | 344 upstream-netbsd/lib/libc/string/strcoll.c \ [all...] |