HomeSort by relevance Sort by last modified time
    Searched refs:wcsncpy (Results 51 - 74 of 74) sorted by null

1 23

  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
446 wcsncpy(buf, src, src_n);
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
wchar_support.c 175 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { function
337 wcsncpy(dst, src, len-1);
  /external/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 281 using _STLP_VENDOR_CSTD::wcsncpy;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
wchar_h.pass.cpp 75 static_assert((std::is_same<decltype(wcsncpy(ws, L"", s)), wchar_t*>::value), "");
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cwchar.pass.cpp 75 static_assert((std::is_same<decltype(std::wcsncpy(ws, L"", s)), wchar_t*>::value), "");
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
  /bionic/libc/
Android.mk 308 upstream-freebsd/lib/libc/string/wcsncpy.c \
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 6510 milliseconds

1 23