Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c81 static char othercase(int);
670 ci = othercase(i); in p_bracket()
857 othercase(int ch) in othercase() function
882 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()