Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c149 #undef towlower
151 towlower(wint_t c) in towlower() function
201 { "tolower", towlower },
/device/linaro/bootloader/edk2/StdLib/Include/
Dwctype.h297 wint_t towlower (wint_t WC);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c202 return towlower(ch); in _PyUnicode_ToLowercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c202 return towlower(ch); in _PyUnicode_ToLowercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h706 #define tolower(c) towlower(btowc(c))
Dunicodeobject.h341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h706 #define tolower(c) towlower(btowc(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h729 #define tolower(c) towlower(btowc(c))
Dunicodeobject.h341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h745 #define tolower(c) towlower(btowc(c))