OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextPos
(Results
1 - 2
of
2
) 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/libxml2/
xpath.c
[
all
...]
Completed in 4046 milliseconds