HomeSort by relevance Sort by last modified time
    Searched defs:_nextIdx (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 109 private int _nextIdx;
116 _nextIdx = _startIdx = offset;
124 if (_nextIdx == _text.length() && _remainingChar == null) {
134 if (_nextIdx == _text.length() && _remainingChar == null) {
143 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true);
144 _nextIdx = _nextIdx + Character.charCount(cp);
152 next = _text.charAt(_nextIdx);
153 _nextIdx++;
167 return _nextIdx;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 65 milliseconds