HomeSort by: relevance | last modified time | path
    Searched defs:wcscoll_l (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/locale/
wcscoll.c 45 wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) function
55 return wcscoll_l(s1, s2, _current_locale());
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__posix_l_fallback.h 150 inline _LIBCPP_INLINE_VISIBILITY int wcscoll_l(const wchar_t *ws1, function
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 195 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) function
  /src/external/apache2/llvm/dist/libcxx/include/__support/win32/
locale_win32.h 244 #define wcscoll_l _wcscoll_l macro

Completed in 27 milliseconds