Home | History | Annotate | Download | only in text

Lines Matching defs:countParts

40  * with countParts(), getPart() and related methods.
244 * countParts() will return 0.
264 * countParts() will return 0.
404 int count=countParts();
427 public int countParts() {
433 * @param i The index of the Part data. (0..countParts()-1)
435 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
445 * @param i The index of the Part data. (0..countParts()-1)
447 * @throws IndexOutOfBoundsException if i is outside the (0..countParts()-1) range
457 * @param partIndex The index of the Part data. (0..countParts()-1)
459 countParts()-1) range
516 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
518 * @throws IndexOutOfBoundsException if pluralStart is outside the (0..countParts()-1) range
532 * @param start The index of some Part data (0..countParts()-1);
536 * @throws IndexOutOfBoundsException if start is outside the (0..countParts()-1) range