Home
last modified time | relevance | path

Searched refs:i3BlockLength (Results 1 – 4 of 4) 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/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java348 int i3BlockLength; in getRange() local
353 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
390 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
457 } while (++i3 < i3BlockLength); in getRange()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCodePointTrie.java335 int i3BlockLength; in getRange() local
340 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH; in getRange()
377 i3BlockLength = INDEX_3_BLOCK_LENGTH; in getRange()
444 } while (++i3 < i3BlockLength); in getRange()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...