OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncategories
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
196
size_t
ncategories
; /* how many character categories */
member in struct:re_guts
regcomp.c
298
g->
ncategories
= 1; /* category 0 is "everything else" */
1089
p->g->
ncategories
+ 1));
1090
cap[ch] = (unsigned char)p->g->
ncategories
++;
[
all
...]
/external/llvm/lib/Support/
regex2.h
144
int
ncategories
; /* how many character categories */
member in struct:re_guts
regcomp.c
215
g->
ncategories
= 1; /* category 0 is "everything else" */
943
cap[ch] = p->g->
ncategories
++;
1299
cat = g->
ncategories
++;
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
144
int
ncategories
; /* how many character categories */
member in struct:re_guts
regcomp.c
207
g->
ncategories
= 1; /* category 0 is "everything else" */
907
cap[ch] = p->g->
ncategories
++;
1263
cat = g->
ncategories
++;
[
all
...]
Completed in 177 milliseconds