Home
last modified time | relevance | path

Searched refs:sre_lower_unicode (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_lib.h266 while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) == chr) in count()
304 while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) != chr) in count()
729 sre_lower_unicode(*ptr) != *pattern) in match()
759 sre_lower_unicode(*ptr) == *pattern) in match()
789 (SRE_CODE)sre_lower_unicode(*ptr))) in match()
1445 sre_lower_unicode(*ptr) != sre_lower_unicode(*p)) in match()
H A Dsre.c129 static unsigned int sre_lower_unicode(unsigned int ch) in sre_lower_unicode() function
323 return ch != sre_lower_unicode(ch) || ch != sre_upper_unicode(ch); in _sre_unicode_iscased_impl()
353 return sre_lower_unicode(character); in _sre_unicode_tolower_impl()

Completed in 7 milliseconds