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

  /bionic/libc/arch-x86/silvermont/string/
sse4-wmemcmp-slm.S 32 #define MEMCMP wmemcmp
  /bionic/libc/arch-x86/atom/string/
ssse3-wmemcmp-atom.S 31 #define MEMCMP wmemcmp
  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemcmp.c 26 * citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /bionic/libc/arch-arm64/
arm64.mk 21 upstream-freebsd/lib/libc/string/wmemcmp.c \
  /bionic/libc/arch-mips64/
mips64.mk 29 upstream-freebsd/lib/libc/string/wmemcmp.c \
  /bionic/libc/arch-x86_64/
x86_64.mk 25 upstream-freebsd/lib/libc/string/wmemcmp.c \
  /development/ndk/platforms/android-3/include/
wchar.h 148 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-8/include/
wchar.h 155 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-9/include/
wchar.h 136 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
  /bionic/libc/arch-arm/
arm.mk 39 upstream-freebsd/lib/libc/string/wmemcmp.c \
  /bionic/libc/arch-mips/
mips.mk 45 upstream-freebsd/lib/libc/string/wmemcmp.c \
  /external/bison/lib/
wchar.in.h 490 _GL_FUNCDECL_SYS (wmemcmp, int,
494 _GL_CXXALIAS_SYS (wmemcmp, int,
496 _GL_CXXALIASWARN (wmemcmp);
498 # undef wmemcmp
500 _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - "
501 "use gnulib module wmemcmp for portability");
    [all...]
  /external/bison/darwin-lib/
wchar.h 802 _GL_FUNCDECL_SYS (wmemcmp, int,
806 _GL_CXXALIAS_SYS (wmemcmp, int,
808 _GL_CXXALIASWARN (wmemcmp);
810 # undef wmemcmp macro
812 _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - "
813 "use gnulib module wmemcmp for portability");
    [all...]
  /external/bison/linux-lib/
wchar.h 802 _GL_FUNCDECL_SYS (wmemcmp, int,
806 _GL_CXXALIAS_SYS (wmemcmp, int,
808 _GL_CXXALIASWARN (wmemcmp);
810 # undef wmemcmp macro
812 _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - "
813 "use gnulib module wmemcmp for portability");
    [all...]
  /bionic/libc/include/
wchar.h 147 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-L/include/
wchar.h 147 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 130 i = wmemcmp(wmemchr(wbuf, L'?', 64), L"?", 2);
202 {{^wmemcmp\("?", "?", 2\).*= 0} == 1}
  /external/elfutils/0.153/libebl/
eblwstrtab.c 228 cmpres = wmemcmp ((*sep)->reverse, newstr->reverse,
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 91 static_assert((std::is_same<decltype(wmemcmp(L"", L"", s)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 96 static_assert((std::is_same<decltype(std::wmemcmp(L"", L"", s)), int>::value), "");
  /bionic/tests/
string_test.cpp 819 TEST(string, wmemcmp) {
836 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN);
    [all...]
  /external/ltrace/etc/
libc.so.conf 521 int wmemcmp(wstring3_t, wstring3_t, ulong);
  /external/bison/
configure     [all...]

Completed in 352 milliseconds