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

  /bionic/libc/arch-x86/generic/string/
wmemcmp.c 29 #define wmemcmp wmemcmp_freebsd macro
30 #include <upstream-freebsd/lib/libc/string/wmemcmp.c>
  /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
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Comparison.c 86 /** The wmemcmp function compares the first n wide characters of the object
90 @return The wmemcmp function returns an integer greater than, equal to,
94 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
  /bionic/libc/arch-x86/
static_function_dispatch.S 47 FUNCTION_DELEGATE(wmemcmp, wmemcmp_freebsd)
dynamic_function_dispatch.cpp 103 DEFINE_IFUNC_FOR(wmemcmp) {
  /external/pdfium/core/fxcrt/
widestring.cpp 477 wmemcmp(ptr, m_pData->m_String, m_pData->m_nDataLength) == 0;
485 wmemcmp(m_pData->m_String, str.unterminated_c_str(),
500 wmemcmp(other.m_pData->m_String, m_pData->m_String,
517 wmemcmp(c_str(), str.unterminated_c_str(), std::min(len, other_len));
922 int result = wmemcmp(m_pData->m_String, str.m_pData->m_String, min_len);
fx_system.h 141 return wmemcmp(ptr1, ptr2, len);
  /bionic/tests/headers/posix/
wchar_h.c 116 FUNCTION(wmemcmp, int (*f)(const wchar_t*, const wchar_t*, size_t));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 104 int wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n);
    [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 96 ASSERT_SAME_TYPE(int, decltype(std::wmemcmp(L"", L"", s)));
  /bionic/libc/include/
wchar.h 114 int wmemcmp(const wchar_t* __lhs, const wchar_t* __rhs, size_t __n);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 94 static_assert((std::is_same<decltype(wmemcmp(L"", L"", s)), int>::value), "");
  /bionic/tests/
string_test.cpp 848 TEST(STRING_TEST, wmemcmp) {
863 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN);
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 806 milliseconds