Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c100 #undef iswlower
102 iswlower(wint_t c) in iswlower() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dwctype.h180 int iswlower (wint_t WC);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c192 return iswlower(ch); in _PyUnicode_IsLowercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c192 return iswlower(ch); in _PyUnicode_IsLowercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h700 #define islower(c) iswlower(btowc(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h700 #define islower(c) iswlower(btowc(c))
Dunicodeobject.h336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h739 #define islower(c) iswlower(btowc(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h723 #define islower(c) iswlower(btowc(c))
Dunicodeobject.h336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)