OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:othercase
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c
140
static int
othercase
(int ch);
805
ci =
othercase
((int)i);
1020
-
othercase
- return the case counterpart of an alphabetic
1021
== static int
othercase
(int ch);
1024
othercase
(
function
1056
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
1083
&&
othercase
((unsigned char) ch) != (unsigned char) ch)
[
all
...]
/external/llvm/lib/Support/
regcomp.c
82
static char
othercase
(int);
706
ci =
othercase
(i);
890
-
othercase
- return the case counterpart of an alphabetic
893
othercase
(int ch)
function
918
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
938
if ((p->g->cflags®_ICASE) && isalpha((uch)ch) &&
othercase
(ch) != ch)
[
all
...]
Completed in 132 milliseconds