Home
last modified time | relevance | path

Searched refs:sre_lower (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c165 static unsigned int sre_lower(unsigned int ch) in sre_lower() function
1669 return Py_BuildValue("i", sre_lower(character)); in sre_getlower()
1803 state->lower = sre_lower; in state_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c165 static unsigned int sre_lower(unsigned int ch) in sre_lower() function
1669 return Py_BuildValue("i", sre_lower(character)); in sre_getlower()
1803 state->lower = sre_lower; in state_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c166 static unsigned int sre_lower(unsigned int ch) in sre_lower() function
1683 return Py_BuildValue("i", sre_lower(character)); in sre_getlower()
1817 state->lower = sre_lower; in state_init()