Searched refs:nextCaseMapCP (Results 1 - 12 of 12) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCaseFoldTransliterator.java81 while((c=iter.nextCaseMapCP())>=0) {
H A DLowercaseTransliterator.java87 while((c=iter.nextCaseMapCP())>=0) {
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
H A DTitlecaseTransliterator.java118 while((c=iter.nextCaseMapCP())>=0) {
H A DUppercaseTransliterator.java83 while((c=iter.nextCaseMapCP())>=0) {
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCaseFoldTransliterator.java80 while((c=iter.nextCaseMapCP())>=0) {
H A DLowercaseTransliterator.java86 while((c=iter.nextCaseMapCP())>=0) {
H A DTitlecaseTransliterator.java117 while((c=iter.nextCaseMapCP())>=0) {
H A DUppercaseTransliterator.java82 while((c=iter.nextCaseMapCP())>=0) {
/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.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().
203 while ((c = iter.nextCaseMapCP()) >= 0) {
234 while ((c = iter.nextCaseMapCP()) >= 0) {
289 int c=iter.nextCaseMapCP();
293 while((c=iter.nextCaseMapCP())>=0
317 c = iter.nextCaseMapCP();
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCaseMapImpl.java30 * Set the iteration limit for nextCaseMapCP() to an index within the string.
61 * <p>Iteration with next() does not affect the position for nextCaseMapCP().
65 public int nextCaseMapCP() { method in class:CaseMapImpl.StringContextIterator
78 * by nextCaseMapCP().
86 * by nextCaseMapCP().
199 while ((c = iter.nextCaseMapCP()) >= 0) {
230 while ((c = iter.nextCaseMapCP()) >= 0) {
285 int c=iter.nextCaseMapCP();
289 while((c=iter.nextCaseMapCP())>=0
313 c = iter.nextCaseMapCP();
[all...]

Completed in 149 milliseconds