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

  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 157 contextPos = 0;
158 contexts[contextPos] = currentContext = new Context();
203 contexts [contextPos].declsOK = false;
204 contextPos++;
207 if (contextPos >= max) {
215 currentContext = contexts[contextPos];
217 contexts[contextPos] = currentContext = new Context();
221 if (contextPos > 0) {
222 currentContext.setParent(contexts[contextPos - 1]);
242 contexts[contextPos].clear()
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 85 milliseconds