HomeSort by relevance Sort by last modified time
    Searched full:wmemmove (Results 126 - 150 of 321) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc.
340 { return wmemmove(__s1, __s2, __n); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 43 #include <cwchar> // For WEOF, wmemmove, wmemset, etc.
340 { return wmemmove(__s1, __s2, __n); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 41 #include <cwchar> // For WEOF, wmemmove, wmemset, etc.
338 { return wmemmove(__s1, __s2, __n); }
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 1045 wmemmove
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 1078 wmemmove
  /external/bison/m4/
wchar_h.m4 53 wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset
  /external/srec/portable/include/
ptypes.h 422 #define LMEMMOVE wmemmove
  /external/stlport/stlport/stl/
char_traits.h 249 { return wmemmove(__dest, __src, __n); }
  /external/stlport/stlport/stl/config/
_evc.h 308 // evc3 doesn't have native wide functions, e.g. fgetwc, wmemmove
  /ndk/sources/android/support/include/
wchar.h 145 wchar_t *wmemmove (wchar_t *, const wchar_t *, size_t);
  /ndk/sources/android/support/src/
wchar_support.c 339 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 93 static_assert((std::is_same<decltype(wmemmove(ws, L"", s)), wchar_t*>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 249 { return wmemmove(__dest, __src, __n); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 308 // evc3 doesn't have native wide functions, e.g. fgetwc, wmemmove
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 249 { return wmemmove(__dest, __src, __n); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 308 // evc3 doesn't have native wide functions, e.g. fgetwc, wmemmove
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 249 { return wmemmove(__dest, __src, __n); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 308 // evc3 doesn't have native wide functions, e.g. fgetwc, wmemmove
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 249 { return wmemmove(__dest, __src, __n); }

Completed in 836 milliseconds

1 2 3 4 56 7 8 91011>>