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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java 446 int repeatBlock = 0;
448 // repeatBlock = 0; assigned above
451 repeatBlock = -1;
461 // set the repeatBlock instead of the current block 0 or range
463 if (repeatBlock >= 0) {
464 m_index_[start >> SHIFT_] = -repeatBlock;
467 // create and set and fill the repeatBlock
468 repeatBlock = getDataBlock(start);
469 if (repeatBlock < 0) {
475 m_index_[start >> SHIFT_] = -repeatBlock;
    [all...]
Trie2Writable.java 398 int block, rest, repeatBlock;
439 repeatBlock=dataNullOffset;
441 repeatBlock=-1;
463 * replace with the repeatBlock.
474 * Set the repeatBlock instead of the null block or previous repeat block:
477 * because it's the null block or a range block (the repeatBlock from a previous
482 * of the repeatBlock initialization above. (If value==initialValue, then
483 * the repeatBlock will be the null data block.)
485 * We set our repeatBlock if the desired value differs from the block's value,
492 if(repeatBlock>=0)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 444 int repeatBlock = 0;
446 // repeatBlock = 0; assigned above
449 repeatBlock = -1;
459 // set the repeatBlock instead of the current block 0 or range
461 if (repeatBlock >= 0) {
462 m_index_[start >> SHIFT_] = -repeatBlock;
465 // create and set and fill the repeatBlock
466 repeatBlock = getDataBlock(start);
467 if (repeatBlock < 0) {
473 m_index_[start >> SHIFT_] = -repeatBlock;
    [all...]
Trie2Writable.java 396 int block, rest, repeatBlock;
437 repeatBlock=dataNullOffset;
439 repeatBlock=-1;
461 * replace with the repeatBlock.
472 * Set the repeatBlock instead of the null block or previous repeat block:
475 * because it's the null block or a range block (the repeatBlock from a previous
480 * of the repeatBlock initialization above. (If value==initialValue, then
481 * the repeatBlock will be the null data block.)
483 * We set our repeatBlock if the desired value differs from the block's value,
490 if(repeatBlock>=0)
    [all...]
  /external/icu/icu4c/source/common/
utrie.cpp 291 int32_t block, rest, repeatBlock;
333 repeatBlock=0;
335 repeatBlock=-1;
344 /* set the repeatBlock instead of the current block 0 or range block */
345 if(repeatBlock>=0) {
346 trie->index[start>>UTRIE_SHIFT]=-repeatBlock;
348 /* create and set and fill the repeatBlock */
349 repeatBlock=utrie_getDataBlock(trie, start);
350 if(repeatBlock<0) {
355 trie->index[start>>UTRIE_SHIFT]=-repeatBlock;
    [all...]
utrie2_builder.cpp 705 int32_t block, rest, repeatBlock;
755 repeatBlock=newTrie->dataNullOffset;
757 repeatBlock=-1;
783 * replace with the repeatBlock.
794 * Set the repeatBlock instead of the null block or previous repeat block:
797 * because it's the null block or a range block (the repeatBlock from a previous
802 * of the repeatBlock initialization above. (If value==initialValue, then
803 * the repeatBlock will be the null data block.)
805 * We set our repeatBlock if the desired value differs from the block's value,
812 if(repeatBlock>=0)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1046 milliseconds