Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c140 static int othercase(int ch);
808 ci = othercase((int)i); in p_bracket()
1027 othercase( in othercase() function
1059 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()