Home | History | Annotate | Download | only in text

Lines Matching defs:lastEntry

210     private transient PatternEntry lastEntry = null;
230 If the strength is RESET, then just change the lastEntry to
232 If not, then remove the current entry, and add it after lastEntry
242 if (lastEntry != null && newEntry.chars.equals(lastEntry.chars)
243 && newEntry.extension.equals(lastEntry.extension)) {
246 throw new ParseException("The entries " + lastEntry + " and "
281 int lastIndex = findLastEntry(lastEntry, excess);
286 lastEntry = saveEntry;
298 lastEntry = newEntry;