Searched refs:lastindex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerFramework.java157 int index =0, lastindex =0;
169 lastindex = index;
180 tempURI = fSchemaPointer.substring(lastindex, index).trim();
182 lastindex = index;
183 if((index = fSchemaPointer.indexOf('(', lastindex)) != -1){
184 fSchemaPointerName[schemapointerindex++] = fSchemaPointer.substring(lastindex+1, index).trim();
186 lastindex = index+1;
189 index = lastindex;
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c35 int lastindex, lastgray, missing, i; local
69 lastindex = -1;
79 lastindex = lastindex < 0 ? 0 : (i+lastindex)/2;
80 while (lastindex < i) {
81 inverse[lastindex++] = lastgray;
84 lastindex = i;

Completed in 41 milliseconds