OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsub
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/regex/
regex2.h
148
size_t
nsub
; /* copy of re_nsub */
member in struct:re_guts
engine.c
74
regmatch_t *pmatch; /* [
nsub
+1] (0 element unused) */
206
m->pmatch = (regmatch_t *)malloc((m->g->
nsub
+ 1) *
212
for (i = 1; i <= (int)m->g->
nsub
; i++)
244
for (i = 1; i <= m->g->
nsub
; i++) {
271
if (i <= (int)m->g->
nsub
)
450
assert(0 < i && i <= m->g->
nsub
);
455
assert(0 < i && i <= m->g->
nsub
);
574
assert(0 < i && i <= m->g->
nsub
);
637
assert(0 < i && i <= m->g->
nsub
);
648
assert(0 < i && i <= m->g->
nsub
);
[
all
...]
regcomp.c
206
g->
nsub
= 0;
230
preg->re_nsub = g->
nsub
;
308
p->g->
nsub
++;
309
subno = p->g->
nsub
;
521
p->g->
nsub
++;
522
subno = p->g->
nsub
;
552
assert(i <= p->g->
nsub
);
[
all
...]
/external/llvm/lib/Support/
regex2.h
148
size_t
nsub
; /* copy of re_nsub */
member in struct:re_guts
regengine.inc
74
llvm_regmatch_t *pmatch; /* [
nsub
+1] (0 element unused) */
210
m->pmatch = (llvm_regmatch_t *)malloc((m->g->
nsub
+ 1) *
216
for (i = 1; i <= m->g->
nsub
; i++)
248
for (i = 1; i <= m->g->
nsub
; i++) {
275
if (i <= m->g->
nsub
)
461
assert(0 < i && i <= m->g->
nsub
);
466
assert(0 < i && i <= m->g->
nsub
);
585
assert(0 < i && i <= m->g->
nsub
);
648
assert(0 < i && i <= m->g->
nsub
);
659
assert(0 < i && i <= m->g->
nsub
);
[
all
...]
regcomp.c
214
g->
nsub
= 0;
238
preg->re_nsub = g->
nsub
;
316
p->g->
nsub
++;
317
subno = p->g->
nsub
;
529
p->g->
nsub
++;
530
subno = p->g->
nsub
;
560
assert(i <= p->g->
nsub
);
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
148
size_t
nsub
; /* copy of re_nsub */
member in struct:re_guts
engine.c
74
regmatch_t *pmatch; /* [
nsub
+1] (0 element unused) */
206
m->pmatch = (regmatch_t *)malloc((m->g->
nsub
+ 1) *
212
for (i = 1; i <= (int)m->g->
nsub
; i++)
244
for (i = 1; i <= m->g->
nsub
; i++) {
271
if (i <= (int)m->g->
nsub
)
450
assert(0 < i && i <= m->g->
nsub
);
455
assert(0 < i && i <= m->g->
nsub
);
574
assert(0 < i && i <= m->g->
nsub
);
637
assert(0 < i && i <= m->g->
nsub
);
648
assert(0 < i && i <= m->g->
nsub
);
[
all
...]
regcomp.c
206
g->
nsub
= 0;
230
preg->re_nsub = g->
nsub
;
308
p->g->
nsub
++;
309
subno = p->g->
nsub
;
521
p->g->
nsub
++;
522
subno = p->g->
nsub
;
552
assert(i <= p->g->
nsub
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties
249
nsub
=8836
Completed in 280 milliseconds