Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c305 #define SRE_CHARSET sre_charset macro
323 #undef SRE_CHARSET
333 #define SRE_CHARSET sre_ucharset macro
440 SRE_CHARSET(SRE_CODE* set, SRE_CODE ch) in SRE_CHARSET() function
548 while (ptr < end && SRE_CHARSET(pattern + 2, *ptr)) in SRE_COUNT()
953 if (ctx->ptr >= end || !SRE_CHARSET(ctx->pattern + 1, *ctx->ptr)) in SRE_MATCH()
982 || !SRE_CHARSET(ctx->pattern+1, in SRE_MATCH()
1013 !SRE_CHARSET(ctx->pattern + 3, (SRE_CODE) *ctx->ptr))) in SRE_MATCH()
1605 while (ptr < end && !SRE_CHARSET(charset, ptr[0])) in SRE_SEARCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c305 #define SRE_CHARSET sre_charset macro
323 #undef SRE_CHARSET
333 #define SRE_CHARSET sre_ucharset macro
440 SRE_CHARSET(SRE_CODE* set, SRE_CODE ch) in SRE_CHARSET() function
548 while (ptr < end && SRE_CHARSET(pattern + 2, *ptr)) in SRE_COUNT()
953 if (ctx->ptr >= end || !SRE_CHARSET(ctx->pattern + 1, *ctx->ptr)) in SRE_MATCH()
982 || !SRE_CHARSET(ctx->pattern+1, in SRE_MATCH()
1013 !SRE_CHARSET(ctx->pattern + 3, (SRE_CODE) *ctx->ptr))) in SRE_MATCH()
1605 while (ptr < end && !SRE_CHARSET(charset, ptr[0])) in SRE_SEARCH()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c306 #define SRE_CHARSET sre_charset macro
324 #undef SRE_CHARSET
334 #define SRE_CHARSET sre_ucharset macro
441 SRE_CHARSET(SRE_CODE* set, SRE_CODE ch) in SRE_CHARSET() function
549 while (ptr < end && SRE_CHARSET(pattern + 2, *ptr)) in SRE_COUNT()
960 if (ctx->ptr >= end || !SRE_CHARSET(ctx->pattern + 1, *ctx->ptr)) in SRE_MATCH()
989 || !SRE_CHARSET(ctx->pattern+1, in SRE_MATCH()
1020 !SRE_CHARSET(ctx->pattern + 3, (SRE_CODE) *ctx->ptr))) in SRE_MATCH()
1619 while (ptr < end && !SRE_CHARSET(charset, ptr[0])) in SRE_SEARCH()