Home
last modified time | relevance | path

Searched refs:_nextIdx (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java125 private int _nextIdx; field in TextTrieMap.CharIterator
132 _nextIdx = _startIdx = offset; in CharIterator()
141 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext()
152 if (_nextIdx == _text.length() && _remainingChar == null) { in next()
161 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next()
162 _nextIdx = _nextIdx + Character.charCount(cp); in next()
170 next = _text.charAt(_nextIdx); in next()
171 _nextIdx++; in next()
186 return _nextIdx; in nextIndex()
193 return _nextIdx - _startIdx; in processedLength()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTextTrieMap.java133 private int _nextIdx; field in TextTrieMap.CharIterator
140 _nextIdx = _startIdx = offset; in CharIterator()
149 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext()
160 if (_nextIdx == _text.length() && _remainingChar == null) { in next()
169 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next()
170 _nextIdx = _nextIdx + Character.charCount(cp); in next()
178 next = _text.charAt(_nextIdx); in next()
179 _nextIdx++; in next()
194 return _nextIdx; in nextIndex()
201 return _nextIdx - _startIdx; in processedLength()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...