Searched defs:DATA_BLOCK_LENGTH_ (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrieIterator.java305 nextLead += DATA_BLOCK_LENGTH_;
365 while (m_nextBlockIndex_ < DATA_BLOCK_LENGTH_) {
395 (m_nextCodepoint_ - m_currentCodepoint_) >= DATA_BLOCK_LENGTH_) {
398 m_nextCodepoint_ += DATA_BLOCK_LENGTH_;
407 m_nextCodepoint_ += DATA_BLOCK_LENGTH_;
470 m_nextBlockIndex_ = DATA_BLOCK_LENGTH_;
511 private static final int DATA_BLOCK_LENGTH_ = field in class:TrieIterator
517 // DATA_BLOCK_LENGTH_ << 10;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrieIterator.java304 nextLead += DATA_BLOCK_LENGTH_;
364 while (m_nextBlockIndex_ < DATA_BLOCK_LENGTH_) {
394 (m_nextCodepoint_ - m_currentCodepoint_) >= DATA_BLOCK_LENGTH_) {
397 m_nextCodepoint_ += DATA_BLOCK_LENGTH_;
406 m_nextCodepoint_ += DATA_BLOCK_LENGTH_;
469 m_nextBlockIndex_ = DATA_BLOCK_LENGTH_;
510 private static final int DATA_BLOCK_LENGTH_ = field in class:TrieIterator
516 // DATA_BLOCK_LENGTH_ << 10;

Completed in 102 milliseconds