Home | History | Annotate | Download | only in common

Lines Matching defs:out

858     // to carry out this operation
941 // out-of-range indexes are never boundary positions
1052 // to unconditionally bail out.
1153 // is no longer relavant. Clear out the pending lookahead status.
1154 lookaheadStatus = 0; // clear out any pending look-ahead match.
1268 // to unconditionally bail out.
1366 // is no longer relavant. Clear out the pending lookahead status.
1700 int32_t out = 0;
1703 fCachedBreakPositions[out++] = startPos;
1706 fCachedBreakPositions[out++] = breaks.elementAti(i);
1708 if (endPos > fCachedBreakPositions[out-1]) {
1709 fCachedBreakPositions[out] = endPos;