HomeSort by relevance Sort by last modified time
    Searched refs:contextPos (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 158 contextPos = 0;
159 contexts[contextPos] = currentContext = new Context();
204 contexts [contextPos].declsOK = false;
205 contextPos++;
208 if (contextPos >= max) {
216 currentContext = contexts[contextPos];
218 contexts[contextPos] = currentContext = new Context();
222 if (contextPos > 0) {
223 currentContext.setParent(contexts[contextPos - 1]);
243 contexts[contextPos].clear()
    [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 557 milliseconds