Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducptrie.cpp288 int32_t i3BlockLength; in getRange() local
293 i3BlockLength = trie->type == UCPTRIE_TYPE_FAST ? in getRange()
332 i3BlockLength = UCPTRIE_INDEX_3_BLOCK_LENGTH; in getRange()
399 } while (++i3 < i3BlockLength); in getRange()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCodePointTrie.java352 int i3BlockLength; in getRange() local
357 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
394 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
461 } while (++i3 < i3BlockLength); in getRange()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java362 int i3BlockLength; in getRange() local
367 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
404 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
471 } while (++i3 < i3BlockLength); in getRange()