Searched refs:wcscoll (Results 1 – 5 of 5) sorted by relevance
43 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll() function
40 wcscoll.c #
1200 int wcscoll(const wchar_t *s1, const wchar_t *s2);
335 result = PyInt_FromLong(wcscoll(ws1, ws2)); in PyLocale_strcoll()