Home | History | Annotate | Download | only in sksl

Lines Matching refs:offset

532     int offset = startOffset;
536 while (offset < fLength) {
537 if ((uint8_t)fText[offset] >= 127) {
540 state = transitions[mappings[(int)fText[offset]]][state];
541 ++offset;
547 lastAcceptEnd = offset;