HomeSort by relevance Sort by last modified time
    Searched refs:i3BlockLength (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
ucptrie.cpp 288 int32_t i3BlockLength;
293 i3BlockLength = trie->type == UCPTRIE_TYPE_FAST ?
332 i3BlockLength = UCPTRIE_INDEX_3_BLOCK_LENGTH;
399 } while (++i3 < i3BlockLength);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CodePointTrie.java 352 int i3BlockLength;
357 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH;
394 i3BlockLength = INDEX_3_BLOCK_LENGTH;
461 } while (++i3 < i3BlockLength);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CodePointTrie.java 362 int i3BlockLength;
367 i3BlockLength = type == Type.FAST ? BMP_INDEX_LENGTH : SMALL_INDEX_LENGTH;
404 i3BlockLength = INDEX_3_BLOCK_LENGTH;
471 } while (++i3 < i3BlockLength);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 2012 milliseconds