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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcscoll.c 1 /* $OpenBSD: wcscoll.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
2 /* $NetBSD: wcscoll.c,v 1.1 2003/03/02 22:18:16 tshiozak Exp $ */
37 wcscoll(const wchar_t *s1, const wchar_t *s2) function
  /development/ndk/platforms/android-3/include/
wchar.h 124 extern int wcscoll(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-8/include/
wchar.h 130 extern int wcscoll(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-9/include/
wchar.h 111 extern int wcscoll(const wchar_t *, const wchar_t *);
  /external/libcxx/include/support/android/
locale_bionic.h 150 return wcscoll(ws1, ws2);
  /external/bison/lib/
wchar.in.h 771 _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
773 _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
774 _GL_CXXALIASWARN (wcscoll);
776 # undef wcscoll
778 _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - "
779 "use gnulib module wcscoll for portability");
785 to two transformed strings the result is the as applying 'wcscoll' to the
    [all...]
  /external/bison/darwin-lib/
wchar.h 1088 # undef wcscoll macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1088 # undef wcscoll macro
    [all...]
  /bionic/libc/bionic/
wchar.cpp 226 return wcscoll(ws1, ws2);
  /bionic/libc/include/
wchar.h 118 extern int wcscoll(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-L/include/
wchar.h 118 extern int wcscoll(const wchar_t *, const wchar_t *);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 108 i = wcscoll(wcscpy(wbuf, L"/????l??/"), L"/d????/");
183 {{^wcscoll\("/????l??/", "/d????/"\).*= 10} == 1}
  /external/libcxx/src/support/solaris/
xlocale.c 83 return __l->lc_collate->core.user_api->wcscoll(__l->lc_collate,
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 79 static_assert((std::is_same<decltype(wcscoll(L"", L"")), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 79 static_assert((std::is_same<decltype(std::wcscoll(L"", L"")), int>::value), "");
  /external/ltrace/etc/
libc.so.conf 494 int wcscoll(wstring_t, wstring_t);
  /bionic/libc/
Android.mk 354 upstream-openbsd/lib/libc/locale/wcscoll.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 673 milliseconds