Home
last modified time | relevance | path

Searched refs:lookaheadStatus (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Drbbi.cpp996 int32_t lookaheadStatus = 0; in handleNext() local
1052 lookaheadStatus = 0; in handleNext()
1120 if (lookaheadStatus != 0 in handleNext()
1121 && row->fAccepting == lookaheadStatus) { in handleNext()
1125 lookaheadStatus = 0; in handleNext()
1138 lookaheadStatus = row->fLookAhead; in handleNext()
1147 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1212 int32_t lookaheadStatus = 0; in handlePrevious() local
1267 lookaheadStatus = 0; in handlePrevious()
1335 if (lookaheadStatus != 0 in handlePrevious()
[all …]