Lines Matching refs:limit
47 * supplied at limit, they might also match.
82 * Matching in the forward direction is indicated by limit >
83 * offset. Characters from offset forwards to limit-1 will be
86 * Matching in the reverse direction is indicated by limit <
87 * offset. Characters from offset backwards to limit+1 will be
90 * If limit == offset then the only match possible is a zero
93 * As a side effect, advance the offset parameter to the limit of
104 * matching. On output, the limit of the matched text. The
109 * @param limit the limit index of text to be matched. Greater
112 * considered for matching will be text.charAt(limit-1) in the
113 * forward direction or text.charAt(limit+1) in the backward
116 * be inserted at limit and check for partial matching. Otherwise
125 int32_t limit,
145 * & 0xFF == v, at offset, in the forward direction (with limit >