HomeSort by relevance Sort by last modified time
    Searched refs:wcslcpy (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcsxfrm.c 41 return wcslcpy(dest, src, n);
  /bionic/libc/upstream-openbsd/lib/libc/string/
wcslcpy.c 1 /* $OpenBSD: wcslcpy.c,v 1.7 2015/09/12 16:23:14 guenther Exp $ */
28 wcslcpy(wchar_t *dst, const wchar_t *src, size_t dsize) function
51 DEF_WEAK(wcslcpy); variable
  /external/libchrome/base/strings/
string_util_unittest.cc     [all...]
string_util.h 64 BASE_EXPORT size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size);
string_util.cc 1047 size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size) { function in namespace:base
    [all...]
  /bionic/libc/include/
wchar.h 137 size_t wcslcpy(wchar_t* __dst, const wchar_t* __src, size_t __n);

Completed in 362 milliseconds