Searched refs:strxfrm (Results 1 - 13 of 13) sorted by relevance

/external/compiler-rt/test/msan/
H A Dstrxfrm.cc11 size_t n = strxfrm(q, p, sizeof(q));
/external/stlport/test/unit/
H A Dcstring_test.cpp72 CPPUNIT_CHECK( std::strxfrm((char*)buf, foo, 3) != 0 );
/external/libcxx/test/depr/depr.c.headers/
H A Dstring_h.pass.cpp36 static_assert((std::is_same<decltype(strxfrm(cp, cpc, s)), size_t>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcstring.pass.cpp36 static_assert((std::is_same<decltype(std::strxfrm(cp, cpc, s)), std::size_t>::value), "");
/external/libcxx/include/support/android/
H A Dlocale_bionic.h141 return strxfrm(dest, src, n);
/external/libcxx/src/support/solaris/
H A Dxlocale.c95 return __l->lc_collate->core.user_api->strxfrm(__l->lc_collate,
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h618 /// size_t strxfrm(char *s1, const char *s2, size_t n);
619 strxfrm, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp128 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/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp128 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/
H A Dcollperf.cpp19 // 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);
1649 t=strxfrm((char *)buf, gFileLines[line].unixName, sizeof(buf));
1652 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, sizeof(buf));
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp19 // 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);
1649 t=strxfrm((char *)buf, gFileLines[line].unixName, sizeof(buf));
1652 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, sizeof(buf));
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc427 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) {
430 SIZE_T res = REAL(strxfrm)(dest, src, n);
1547 INTERCEPT_FUNCTION(strxfrm);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp884 case LibFunc::strxfrm:

Completed in 301 milliseconds