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

12

  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
string_h.pass.cpp 36 static_assert((std::is_same<decltype(strxfrm(cp, cpc, s)), size_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cstring.pass.cpp 36 static_assert((std::is_same<decltype(std::strxfrm(cp, cpc, s)), std::size_t>::value), "");
  /bionic/libc/include/
string.h 120 size_t strxfrm(char* __dst, const char* __src, size_t __n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 361 if (!PyArg_ParseTuple(args, "s:strxfrm", &s))
369 n2 = strxfrm(buf, s, n1) + 1;
375 strxfrm(buf, s, n2);
662 {"strxfrm", (PyCFunction) PyLocale_strxfrm,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 361 if (!PyArg_ParseTuple(args, "s:strxfrm", &s))
369 n2 = strxfrm(buf, s, n1) + 1;
375 strxfrm(buf, s, n2);
662 {"strxfrm", (PyCFunction) PyLocale_strxfrm,
  /external/python/cpython2/Modules/
_localemodule.c 362 if (!PyArg_ParseTuple(args, "s:strxfrm", &s))
370 n2 = strxfrm(buf, s, n1) + 1;
376 strxfrm(buf, s, n2);
663 {"strxfrm", (PyCFunction) PyLocale_strxfrm,
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 134 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH);
830 s = strxfrm(NULL, posix_data->dataOf(i), 0);
833 t = strxfrm(posix_key->last(), posix_data->dataOf(i), s);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 23 // Three APIs can be teste: ICU C , Unix strcoll, strxfrm and Windows LCMapString
37 "-unix Run test using Unix strxfrm, strcoll services.\n"
121 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
420 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 95 size_t __cdecl strxfrm(char * __restrict__ _Dst,const char * __restrict__ _Src,size_t _MaxCount);
tchar.h 633 #define _tcsxfrm strxfrm
1047 #define _tcsxfrm strxfrm
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 489 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) {
492 SIZE_T res = REAL(strxfrm)(dest, src, n);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 36 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
97 def strxfrm(s): function
98 """ strxfrm(string) -> string.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 28 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
89 def strxfrm(s): function
90 """ strxfrm(string) -> string.
    [all...]
  /external/python/cpython2/Lib/
locale.py 38 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
99 def strxfrm(s): function
100 """ strxfrm(string) -> string.
    [all...]
  /external/python/cpython3/Lib/
locale.py 28 "setlocale", "resetlocale", "localeconv", "strcoll", "strxfrm",
40 """ strxfrm(string) -> string.
96 if 'strxfrm' not in globals():
97 strxfrm = _strxfrm variable
    [all...]
  /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/Utils/
BuildLibCalls.cpp 147 case LibFunc::strxfrm:
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 558 case LibFunc::strxfrm:
    [all...]

Completed in 812 milliseconds

12