Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbi.cpp935 int32_t lookaheadStatus = 0; in handleNext() local
991 lookaheadStatus = 0; in handleNext()
1054 if (lookaheadStatus != 0 in handleNext()
1055 && row->fAccepting == lookaheadStatus) { in handleNext()
1059 lookaheadStatus = 0; in handleNext()
1072 lookaheadStatus = row->fLookAhead; in handleNext()
1081 lookaheadStatus = 0; // clear out any pending look-ahead match. in handleNext()
1146 int32_t lookaheadStatus = 0; in handlePrevious() local
1201 lookaheadStatus = 0; in handlePrevious()
1264 if (lookaheadStatus != 0 in handlePrevious()
[all …]