Lines Matching refs:committedCharacterCount
100 private transient int committedCharacterCount;
127 * @param committedCharacterCount the number of committed
141 * or if <code>committedCharacterCount</code> is not in the range
148 AttributedCharacterIterator text, int committedCharacterCount,
166 if (committedCharacterCount < 0 || committedCharacterCount > textLength) {
167 throw new IllegalArgumentException("committedCharacterCount outside of valid range");
169 this.committedCharacterCount = committedCharacterCount;
199 * @param committedCharacterCount the number of committed
213 * or if <code>committedCharacterCount</code> is not in the range
218 AttributedCharacterIterator text, int committedCharacterCount,
221 committedCharacterCount, caret, visiblePosition);
228 * <code>committedCharacterCount</code> to 0.
282 return committedCharacterCount;
371 int committedCharacterCount = this.committedCharacterCount;
373 while (committedCharacterCount-- > 0) {
386 String countString = committedCharacterCount + " characters committed";