Home
last modified time | relevance | path

Searched refs:wcscoll (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dwcscoll.c43 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll() function
DLocale.inf40 wcscoll.c #
/device/linaro/bootloader/edk2/StdLib/Include/
Dwchar.h1200 int wcscoll(const wchar_t *s1, const wchar_t *s2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_localemodule.c335 result = PyInt_FromLong(wcscoll(ws1, ws2)); in PyLocale_strcoll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_localemodule.c335 result = PyInt_FromLong(wcscoll(ws1, ws2)); in PyLocale_strcoll()