Searched refs:statetable (Results 1 – 6 of 6) sorted by relevance
85 for (int i = 0; i < statetable.length; i += 4) {86 if (statetable[i] > maxState) {87 maxState = statetable[i];89 if (statetable[i + 1] > maxChar) {90 maxChar = statetable[i + 1];100 for (int i = 0; i < statetable.length; i += 4) {101 if (theState != statetable[i]) {105 if (statetable[i+1] == 0) {107 action = statetable[i+2];109 else if (statetable[i+1] == ch) {[all …]
97 private static int[] statetable = { field in HTMLScanner306 for (int i = 0; i < statetable.length; i += 4) {307 if (statetable[i] > maxState) {308 maxState = statetable[i];310 if (statetable[i + 1] > maxChar) {311 maxChar = statetable[i + 1];321 for (int i = 0; i < statetable.length; i += 4) {322 if (theState != statetable[i]) {326 if (statetable[i+1] == 0) {328 action = statetable[i+2];[all …]
16 start = statetable19 statetable = element statetable {
996 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) { in handleNext() argument1008 UBool lookAheadHardBreak = (statetable->fFlags & RBBI_LOOKAHEAD_HARD_BREAK) != 0; in handleNext()1009 const char *tableData = statetable->fTableData; in handleNext()1010 uint32_t tableRowLen = statetable->fRowLen; in handleNext()1038 if (statetable->fFlags & RBBI_BOF_REQUIRED) { in handleNext()1213 int32_t RuleBasedBreakIterator::handlePrevious(const RBBIStateTable *statetable) { in handlePrevious() argument1223 UBool lookAheadHardBreak = (statetable->fFlags & RBBI_LOOKAHEAD_HARD_BREAK) != 0; in handlePrevious()1251 (statetable->fTableData + (statetable->fRowLen * state)); in handlePrevious()1254 if (statetable->fFlags & RBBI_BOF_REQUIRED) { in handlePrevious()1334 (statetable->fTableData + (statetable->fRowLen * state)); in handlePrevious()
718 int32_t handlePrevious(const RBBIStateTable *statetable);729 int32_t handleNext(const RBBIStateTable *statetable);
239 S in the statetable now means \r and \n and \t as well as space