OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCHAR
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
125
#define
OCHAR
OPC(2) /* character unsigned char */
engine.c
402
case
OCHAR
:
594
case
OCHAR
:
990
case
OCHAR
:
regcomp.c
1086
EMIT(
OCHAR
, (sopno)(unsigned char)ch);
[
all
...]
/external/llvm/lib/Support/
regex2.h
73
#define
OCHAR
(2LU<<OPSHIFT) /* character unsigned char */
regengine.inc
333
case
OCHAR
:
506
case
OCHAR
:
869
case
OCHAR
:
regcomp.c
941
EMIT(
OCHAR
, (uch)ch);
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
73
#define
OCHAR
(2LU<<OPSHIFT) /* character unsigned char */
engine.c
328
case
OCHAR
:
497
case
OCHAR
:
858
case
OCHAR
:
regcomp.c
905
EMIT(
OCHAR
, (uch)ch);
[
all
...]
Completed in 82 milliseconds