HomeSort by relevance Sort by last modified time
    Searched refs:strxfrm (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 128 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH);
824 s = strxfrm(NULL, posix_data->dataOf(i), 0);
827 t = strxfrm(posix_key->last(), posix_data->dataOf(i), s);
  /external/chromium_org/third_party/icu/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...]
  /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
  /ndk/sources/android/support/
Android.mk 117 src/musl-locale/strxfrm.c \
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 427 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) {
430 SIZE_T res = REAL(strxfrm)(dest, src, n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
string.h 152 extern size_t strxfrm (char *__restrict __dest,
  /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/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 884 case LibFunc::strxfrm:
    [all...]
  /bionic/libc/
Android.mk 304 upstream-netbsd/lib/libc/string/strxfrm.c \
    [all...]

Completed in 936 milliseconds

1 2 3 45