Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsre_lib.h258 while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) == chr) in SRE()
296 while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) != chr) in SRE()
701 sre_lower_ascii(*ctx->ptr) != *ctx->pattern) in SRE()
731 sre_lower_ascii(*ctx->ptr) == *ctx->pattern) in SRE()
761 (SRE_CODE)sre_lower_ascii(*ctx->ptr))) in SRE()
1184 sre_lower_ascii(*ctx->ptr) != sre_lower_ascii(*p)) in SRE()
D_sre.c100 static unsigned int sre_lower_ascii(unsigned int ch) in sre_lower_ascii() function
298 return ch != sre_lower_ascii(ch) || ch != sre_upper_ascii(ch); in _sre_ascii_iscased_impl()
329 return sre_lower_ascii(character); in _sre_ascii_tolower_impl()