Searched refs:nindex (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1;
89 if (index < nindex) index = nindex;
106 int nindex = index+1;
115 if (index < nindex) index = nindex;
131 int nindex = index+1;
140 if (index < nindex) index = nindex;
151 int nindex
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java612 int nindex = nodeIndex & CHUNK_MASK;
613 int nodeType = fNodeType[nchunk][nindex];
617 setChunkValue(fNodeName, fNodeName[nchunk][nindex], cchunk, cindex);
618 setChunkValue(fNodeValue, fNodeValue[nchunk][nindex], cchunk, cindex);
619 setChunkValue(fNodeURI, fNodeURI[nchunk][nindex], cchunk, cindex);
620 int extraIndex = fNodeExtra[nchunk][nindex];
765 int nindex = newChildIndex & CHUNK_MASK;
770 setChunkIndex(fNodePrevSib, previousIndex, nchunk, nindex);
908 int nindex = 0;
909 for (int index = getChunkIndex(fNodeLastChild, nchunk, nindex);
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-hangul.cc306 unsigned int nindex = (s - SBase) % NCount; local
307 unsigned int vindex = nindex / TCount;
308 unsigned int tindex = nindex % TCount;
/openjdk9/jdk/test/java/lang/invoke/indify/
H A DIndify.java994 short refindex, cindex, ntindex, nindex, tindex;
999 nindex = ((Constant)con).itemIndex();
1005 new Short[]{ nindex, tindex }).index;
1019 short nindex, tindex, ntindex, bsmindex;
1025 nindex = ((Constant)con).itemIndex();
1029 new Short[]{ nindex, tindex }).index;

Completed in 162 milliseconds