Home
last modified time | relevance | path

Searched refs:strxfrm (Results 1 – 22 of 22) sorted by relevance

/external/compiler-rt/test/msan/
Dstrxfrm.cc11 size_t n = strxfrm(q, p, sizeof(q)); in main()
/external/libcxx/include/
Dcstring38 size_t strxfrm(char* restrict s1, const char* restrict s2, size_t n);
80 using ::strxfrm;
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h142 return ::strxfrm(dest, src, n); in strxfrm_l()
/external/libcxx/test/std/depr/depr.c.headers/
Dstring_h.pass.cpp36 static_assert((std::is_same<decltype(strxfrm(cp, cpc, s)), size_t>::value), ""); in main()
/external/libcxx/test/std/strings/c.strings/
Dcstring.pass.cpp36 static_assert((std::is_same<decltype(std::strxfrm(cp, cpc, s)), std::size_t>::value), ""); in main()
/external/python/cpython2/Modules/
D_localemodule.c370 n2 = strxfrm(buf, s, n1) + 1; in PyLocale_strxfrm()
376 strxfrm(buf, s, n2); in PyLocale_strxfrm()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp134 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH); in posix_key_null()
830 s = strxfrm(NULL, posix_data->dataOf(i), 0); in prepareData()
833 t = strxfrm(posix_key->last(), posix_data->dataOf(i), s); in prepareData()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp420 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000); in doKeyGen()
1653 t=strxfrm((char *)buf, gFileLines[line].unixName, sizeof(buf)); in main()
1656 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, sizeof(buf)); in main()
/external/python/cpython2/Lib/
Dlocale.py99 def strxfrm(s): function
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll762 ; CHECK: declare void @strxfrm(...)
763 declare void @strxfrm(...)
Dannotate.ll778 ; CHECK: declare i64 @strxfrm(i8* nocapture, i8* nocapture readonly, i64) [[G0]]
779 declare i64 @strxfrm(i8*, i8*, i64)
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc489 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
492 SIZE_T res = REAL(strxfrm)(dest, src, n); in INTERCEPTOR()
1533 INTERCEPT_FUNCTION(strxfrm); in InitializeInterceptors()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1028 /// size_t strxfrm(char *s1, const char *s2, size_t n);
1029 TLI_DEFINE_ENUM_INTERNAL(strxfrm)
1030 TLI_DEFINE_STRING_INTERNAL("strxfrm")
/external/python/cpython2/Doc/library/
Dlocale.rst356 .. function:: strxfrm(string)
435 :func:`strxfrm` of the :mod:`locale` module are affected.
/external/python/cpython2/Doc/howto/
Dsorting.rst275 * For locale aware sorting, use :func:`locale.strxfrm` for a key function or
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp147 case LibFunc::strxfrm: in inferLibFuncAttributes()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp558 case LibFunc::strxfrm: in isValidProtoForLibFunc()
/external/python/cpython2/Doc/
Dglossary.rst436 used for sorting or ordering. For example, :func:`locale.strxfrm` is
/external/clang/include/clang/Basic/
DBuiltins.def751 LIBBUILTIN(strxfrm, "zc*cC*z", "f", "string.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3023 fun:strxfrm=uninstrumented
/external/python/cpython2/Misc/
DNEWS11889 - Fix an off-by-one bug in locale.strxfrm().
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym526 PUBLIC 82fe0 0 strxfrm