HomeSort by relevance Sort by last modified time
    Searched refs:sre_lower_ascii (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
sre_lib.h 258 while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) == chr)
296 while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) != chr)
701 sre_lower_ascii(*ctx->ptr) != *ctx->pattern)
731 sre_lower_ascii(*ctx->ptr) == *ctx->pattern)
761 (SRE_CODE)sre_lower_ascii(*ctx->ptr)))
    [all...]
_sre.c 100 static unsigned int sre_lower_ascii(unsigned int ch) function
298 return ch != sre_lower_ascii(ch) || ch != sre_upper_ascii(ch);
329 return sre_lower_ascii(character);
    [all...]

Completed in 414 milliseconds