Lines Matching refs:next
146 UChar32 ParsedPatternInfo::ParserState::next() {
165 state.next(); // consume the ';'
211 state.next(); // consume the '*'
279 state.next(); // consume the starting quote
286 state.next(); // consume a quoted character
289 state.next(); // consume the ending quote
292 state.next();
300 state.next(); // consume the decimal point
331 state.next(); // consume the symbol
408 state.next(); // consume the symbol
412 // Disallow patterns with a trailing ',' or with two ',' next to each other
472 state.next(); // consume the symbol
488 state.next(); // consume the E
491 state.next(); // consume the +
496 state.next(); // consume the 0
1008 // Skip ahead past this region for the next iteration