Home | History | Annotate | Download | only in ref

Lines Matching refs:NOTPROCESSED

105   protected static final int NOTPROCESSED = DTM.NULL - 1;
383 * firstPotential argument, or DTM.NOTPROCESSED if not found.
410 return NOTPROCESSED;
526 int info = (identity >= m_size) ? NOTPROCESSED : m_firstch.elementAt(identity);
531 while (info == NOTPROCESSED)
540 if(info == NOTPROCESSED && !isMore)
558 int info = (identity >= m_size) ? NOTPROCESSED : m_nextsib.elementAt(identity);
563 while (info == NOTPROCESSED)
572 if(info == NOTPROCESSED && !isMore)
728 else if (NOTPROCESSED == firstChild)
729 ps.println("First child: NOTPROCESSED");
739 else if (NOTPROCESSED == prevSibling)
740 ps.println("Prev sibling: NOTPROCESSED");
749 else if (NOTPROCESSED == nextSibling)
750 ps.println("Next sibling: NOTPROCESSED");
758 else if (NOTPROCESSED == parent)
759 ps.println("Parent: NOTPROCESSED");