Home | History | Annotate | Download | only in common

Lines Matching refs:limit

69      * <= limit</code>.
70 * @param limit the ending index, exclusive; <code>start <= limit
77 // int32_t start, int32_t limit,
96 * given a range defined as [start, limit), the call
97 * skipWhitespace(text, start, limit) will advance start past leading
98 * whitespace, whereas the call skipWhitespace(text, limit, start),
99 * will back up limit past trailing whitespace.
101 * @param pos either the start or limit of a range of 'text', to skip
103 * @param stop either the limit or start of a range of 'text', to skip
105 * @return the new start or limit, depending on what was passed in to
145 static int32_t parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit,
161 * @param limit offset after last character to parse
167 int32_t limit);
177 static int32_t parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit);