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

1 2

  /bionic/libc/bionic/
string_l.cpp 41 return strxfrm(dst, src, n);
  /external/compiler-rt/test/msan/
strxfrm.cc 11 size_t n = strxfrm(q, p, sizeof(q));
  /bionic/libc/upstream-netbsd/lib/libc/string/
strxfrm.c 1 /* $NetBSD: strxfrm.c,v 1.12 2012/06/25 22:32:46 abs Exp $ */
38 static char sccsid[] = "@(#)strxfrm.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strxfrm.c,v 1.12 2012/06/25 22:32:46 abs Exp $");
53 strxfrm(char *dst, const char *src, size_t n) function
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstring 65 using ::strxfrm;
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Comparison.c 75 /** The strxfrm function transforms the string pointed to by Src and places the
85 @return The strxfrm function returns the length of the transformed string
90 size_t strxfrm(char * __restrict Dest, const char * __restrict Src, size_t Len) function
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6506.go 29 x = C.strxfrm(nil, nil, x)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6506.go 29 x = C.strxfrm(nil, nil, x)
  /bionic/tests/headers/posix/
string_h.c 70 FUNCTION(strxfrm, size_t (*f)(char*, const char*, size_t));
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 49 size_t strxfrm (char * __restrict s1, const char * __restrict s2, size_t n);
281 /** The strxfrm function transforms the string pointed to by Src and places the
295 @return The strxfrm function returns the length of the transformed string
300 size_t strxfrm(char * __restrict Dest, const char * __restrict Src, size_t N);
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /external/libcxx/test/std/depr/depr.c.headers/
string_h.pass.cpp 36 static_assert((std::is_same<decltype(strxfrm(cp, cpc, s)), size_t>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cstring.pass.cpp 36 static_assert((std::is_same<decltype(std::strxfrm(cp, cpc, s)), std::size_t>::value), "");
  /external/python/cpython3/Lib/test/
test_locale.py 344 self.assertLess(locale.strxfrm('a'), locale.strxfrm('b'))
365 self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 142 return ::strxfrm(dest, src, n);

Completed in 561 milliseconds

1 2