Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c292 #define SRE_CHARSET sre_charset macro
310 #undef SRE_CHARSET
320 #define SRE_CHARSET sre_ucharset macro
427 SRE_CHARSET(SRE_CODE* set, SRE_CODE ch) in SRE_CHARSET() function
535 while (ptr < end && SRE_CHARSET(pattern + 2, *ptr)) in SRE_COUNT()
946 if (ctx->ptr >= end || !SRE_CHARSET(ctx->pattern + 1, *ctx->ptr)) in SRE_MATCH()
975 || !SRE_CHARSET(ctx->pattern+1, in SRE_MATCH()
1006 !SRE_CHARSET(ctx->pattern + 3, (SRE_CODE) *ctx->ptr))) in SRE_MATCH()
1613 while (ptr < end && !SRE_CHARSET(charset, ptr[0])) in SRE_SEARCH()