Home | History | Annotate | Download | only in util

Lines Matching refs:range

70      * iteration range, if <tt>codepoint != IS_STRING</tt>.  If
85 * The value associated with this element or range.
129 while (range < endRange) {
130 if (loadRange(++range) == null) {
147 * Returns the next element in the set, either a code point range
151 * range of one or more code points from <tt>codepoint</tt> to
172 while (range < endRange) {
173 if (loadRange(++range) == null) {
209 // we set them to fail this test, which will cause them to load the first range
212 range = -1;
238 private int range = 0;
247 protected T loadRange(int range) {
248 nextElement = map.getRangeStart(range);
249 endElement = map.getRangeEnd(range);
250 value = map.getRangeValue(range);