HomeSort by relevance Sort by last modified time
    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 217 int firstchild; member in struct:__anon11028
    [all...]

Completed in 2317 milliseconds