Searched defs:nextCaseMapCP (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceableContextIterator.java57 * Set the index where nextCaseMapCP() is to start iterating.
58 * @param index Iteration start index for nextCaseMapCP().
76 * Set the iteration limit for nextCaseMapCP() to an index within the string.
120 public int nextCaseMapCP() { method in class:ReplaceableContextIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceableContextIterator.java56 * Set the index where nextCaseMapCP() is to start iterating.
57 * @param index Iteration start index for nextCaseMapCP().
75 * Set the iteration limit for nextCaseMapCP() to an index within the string.
119 public int nextCaseMapCP() { method in class:ReplaceableContextIterator
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCaseMapImpl.java38 * Set the iteration limit for nextCaseMapCP() to an index within the string.
69 * <p>Iteration with next() does not affect the position for nextCaseMapCP().
73 public int nextCaseMapCP() { method in class:CaseMapImpl.StringContextIterator
86 * by nextCaseMapCP().
94 * by nextCaseMapCP().
410 while ((c = iter.nextCaseMapCP()) >= 0) {
475 while ((c = iter.nextCaseMapCP()) >= 0) {
541 int c=iter.nextCaseMapCP();
552 (c=iter.nextCaseMapCP())>=0) {}
577 c = iter.nextCaseMapCP();
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCaseMapImpl.java34 * Set the iteration limit for nextCaseMapCP() to an index within the string.
65 * <p>Iteration with next() does not affect the position for nextCaseMapCP().
69 public int nextCaseMapCP() { method in class:CaseMapImpl.StringContextIterator
82 * by nextCaseMapCP().
90 * by nextCaseMapCP().
406 while ((c = iter.nextCaseMapCP()) >= 0) {
471 while ((c = iter.nextCaseMapCP()) >= 0) {
537 int c=iter.nextCaseMapCP();
548 (c=iter.nextCaseMapCP())>=0) {}
573 c = iter.nextCaseMapCP();
[all...]

Completed in 121 milliseconds