Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) macro
366 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) macro
366 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) macro