Home | History | Annotate | Download | only in text

Lines Matching defs:spanCount

175         OutputInt spanCount = null;
185 if (spanCount == null) {
186 spanCount = new OutputInt();
188 start = unicodeSet.spanAndCount(sequence, endOfSpan, spanCondition, spanCount);
189 count += spanCount.value;
283 OutputInt spanCount = null;
289 if (spanCount == null) {
290 spanCount = new OutputInt();
292 endModify = unicodeSet.spanAndCount(sequence, endCopy, spanCondition, spanCount);
299 for (int i = spanCount.value; i > 0; --i) {