OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:othercase
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Support/
regcomp.c
90
static char
othercase
(int);
714
ci =
othercase
(i);
898
-
othercase
- return the case counterpart of an alphabetic
901
othercase
(int ch)
function
926
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
946
if ((p->g->cflags®_ICASE) && isalpha((uch)ch) &&
othercase
(ch) != ch)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c
82
static char
othercase
(int);
678
ci =
othercase
(i);
862
-
othercase
- return the case counterpart of an alphabetic
865
othercase
(int ch)
function
890
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
910
if ((p->g->cflags®_ICASE) && isalpha((uch)ch) &&
othercase
(ch) != ch)
[
all
...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c
90
static char
othercase
(int);
714
ci =
othercase
(i);
898
-
othercase
- return the case counterpart of an alphabetic
901
othercase
(int ch)
function
926
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
946
if ((p->g->cflags®_ICASE) && isalpha((uch)ch) &&
othercase
(ch) != ch)
[
all
...]
/bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c
140
static int
othercase
(int ch);
804
ci =
othercase
((int)i);
1019
-
othercase
- return the case counterpart of an alphabetic
1020
== static int
othercase
(int ch);
1023
othercase
(
function
1055
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
1082
if ((p->g->cflags & REG_ICASE) && isalpha(uc) &&
othercase
(uc) != uc)
[
all
...]
/external/pcre/dist2/src/
pcre2_dfa_match.c
2075
unsigned int
othercase
;
local
[
all
...]
pcre2_jit_compile.c
3490
PCRE2_UCHAR
othercase
[8];
local
3492
PCRE2_UCHAR
othercase
[2];
local
3494
PCRE2_UCHAR
othercase
[1];
local
[
all
...]
pcre2_auto_possess.c
409
/* The
othercase
might be the same value. */
[
all
...]
pcre2_compile.c
2736
uint32_t c,
othercase
, next;
local
[
all
...]
pcre2_match.c
3525
uint32_t
othercase
;
local
[
all
...]
pcre2_jit_test.c
62
Othercase
pairs:
[
all
...]
/prebuilts/sdk/renderscript/lib/arm/
libc.so
Completed in 463 milliseconds