OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstchild
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/misc/
RegexpPool.java
246
if (suffixMachine.
firstchild
!= null) {
248
suffixMachine.
firstchild
.print(out);
251
if (prefixMachine.
firstchild
!= null) {
253
prefixMachine.
firstchild
.print(out);
263
RegexpNode
firstchild
;
field in class:RegexpNode
279
RegexpNode p =
firstchild
;
289
p.nextsibling =
firstchild
;
291
firstchild
= p;
295
for (RegexpNode p =
firstchild
;
308
if (p.
firstchild
!= null
[
all
...]
/external/expat/lib/
xmlparse.c
209
int
firstchild
;
member in struct:__anon11890
[
all
...]
Completed in 52 milliseconds