Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbi.cpp965 int32_t lookaheadStatus = 0; in handleNext() local
1021 lookaheadStatus = 0; in handleNext()
1084 if (lookaheadStatus != 0 in handleNext()
1085 && row->fAccepting == lookaheadStatus) { in handleNext()
1089 lookaheadStatus = 0; in handleNext()
1102 lookaheadStatus = row->fLookAhead; in handleNext()
1111 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1176 int32_t lookaheadStatus = 0; in handlePrevious() local
1231 lookaheadStatus = 0; in handlePrevious()
1294 if (lookaheadStatus != 0 in handlePrevious()
[all …]