Home
last modified time | relevance | path

Searched defs:ws1 (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h151 inline _LIBCPP_INLINE_VISIBILITY int wcscoll_l(const wchar_t *ws1, in wcscoll_l()
/external/python/cpython3/Modules/
D_localemodule.c306 wchar_t *ws1 = NULL, *ws2 = NULL; in PyLocale_strcoll() local