/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" 117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. 416 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
string.h | 90 size_t __cdecl strxfrm(char * __restrict__ _Dst,const char * __restrict__ _Src,size_t _MaxCount);
|
tchar.h | 619 #define _tcsxfrm strxfrm 1024 #define _tcsxfrm strxfrm
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 503 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) { 506 SIZE_T res = REAL(strxfrm)(dest, src, n); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
string.h | 152 extern size_t strxfrm (char *__restrict __dest,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
string.h | 153 extern size_t strxfrm (char *__restrict __dest,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 97 def strxfrm(s): function 98 """ strxfrm(string) -> string. [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 97 def strxfrm(s): function 98 """ strxfrm(string) -> string. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 97 def strxfrm(s): function 98 """ strxfrm(string) -> string. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm", 97 def strxfrm(s): function 98 """ strxfrm(string) -> string. [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | [all...] |
/bionic/libc/ |
Android.mk | 345 upstream-netbsd/lib/libc/string/strxfrm.c \ [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-ios.jar | |