Searched refs:fNextState (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Drbbidata.h115 uint16_t fNextState[2]; /* Next State, indexed by char category. */ member in struct:RBBIStateTableRow
H A Drbbirpt.h70 uint8_t fNextState; // 0-250: normal next-stat numbers member in struct:RBBIRuleTableEl
H A Drbbidata.cpp235 RBBIDebugPrintf("%3d ", row->fNextState[c]);
H A Drbbi.cpp1039 state = row->fNextState[category];
1254 state = row->fNextState[category];
H A Drbbiscan.cpp1034 if (tableEl->fNextState != 255) {
1035 state = tableEl->fNextState;
H A Drbbitblb.cpp1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col);
/external/icu4c/i18n/
H A Dregexcst.h125 uint8_t fNextState; // 0-250: normal next-state numbers member in struct:RegexTableEl
H A Dregexcmp.cpp248 if (tableEl->fNextState != 255) {
249 state = tableEl->fNextState;

Completed in 124 milliseconds