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

1 2

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcsxfrm.c 1 /* $OpenBSD: wcsxfrm.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
2 /* $OpenBSD: wcsxfrm.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
37 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcsxfrm.c 1 /* $NetBSD: wcsxfrm.c,v 1.2 2006/10/15 16:14:08 christos Exp $ */
31 __RCSID("$NetBSD: wcsxfrm.c,v 1.2 2006/10/15 16:14:08 christos Exp $");
43 wcsxfrm( function
Locale.inf 51 wcsxfrm.c #
  /bionic/libc/bionic/
wchar_l.cpp 49 return wcsxfrm(dst, src, n);
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 158 return ::wcsxfrm(dest, src, n);
  /external/python/cpython3/Modules/
_localemodule.c 263 n2 = wcsxfrm(buf, s, n1);
272 n2 = wcsxfrm(buf, s, n2+1);
  /bionic/tests/headers/posix/
wchar_h.c 111 FUNCTION(wcsxfrm, size_t (*f)(wchar_t*, const wchar_t*, size_t));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 102 size_t wcsxfrm (wchar_t * __restrict s1,
    [all...]
  /bionic/libc/include/
wchar.h 110 size_t wcsxfrm(wchar_t* __dst, const wchar_t* __src, size_t __n);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 84 static_assert((std::is_same<decltype(wcsxfrm(ws, L"", s)), size_t>::value), "");

Completed in 751 milliseconds

1 2