Home | History | Annotate | Download | only in common

Lines Matching defs:out

850     // to carry out this operation
933 // out-of-range indexes are never boundary positions
1044 // to unconditionally bail out.
1145 // is no longer relavant. Clear out the pending lookahead status.
1146 lookaheadStatus = 0; // clear out any pending look-ahead match.
1260 // to unconditionally bail out.
1358 // is no longer relavant. Clear out the pending lookahead status.
1716 int32_t out = 0;
1719 fCachedBreakPositions[out++] = startPos;
1722 fCachedBreakPositions[out++] = breaks.elementAti(i);
1724 if (endPos > fCachedBreakPositions[out-1]) {
1725 fCachedBreakPositions[out] = endPos;