Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c202 sre_category(SRE_CODE category, unsigned int ch) in sre_category() function
461 if (sre_category(set[0], (int) ch)) in SRE_CHARSET()
925 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0])) in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c202 sre_category(SRE_CODE category, unsigned int ch) in sre_category() function
461 if (sre_category(set[0], (int) ch)) in SRE_CHARSET()
925 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0])) in SRE_MATCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c203 sre_category(SRE_CODE category, unsigned int ch) in sre_category() function
462 if (sre_category(set[0], (int) ch)) in SRE_CHARSET()
932 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0])) in SRE_MATCH()