Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c189 sre_category(SRE_CODE category, unsigned int ch) in sre_category() function
448 if (sre_category(set[0], (int) ch)) in SRE_CHARSET()
918 if (ctx->ptr >= end || !sre_category(ctx->pattern[0], ctx->ptr[0])) in SRE_MATCH()