Searched refs:RBBI_8BITS_ROWS (Results 1 – 16 of 16) sorted by relevance
85 …boolean use8Bits = (This.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) == RBBIDataWrapper.RBBI_8BITS_R… in get()105 if ((fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) == RBBIDataWrapper.RBBI_8BITS_ROWS) { in put()238 public final static int RBBI_8BITS_ROWS = 4; field in RBBIDataWrapper
241 table->fFlags & RBBI_8BITS_ROWS ? "T" : "F"); in printTable()253 UBool use8Bits = table->fFlags & RBBI_8BITS_ROWS; in printTable()408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap()
152 constexpr uint32_t RBBI_8BITS_ROWS = 4; variable
739 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleNext()757 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleSafePrevious()
1393 table->fFlags |= RBBI_8BITS_ROWS; in exportTable()1613 table->fFlags |= RBBI_8BITS_ROWS; in exportSafeTable()
755 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleNext()773 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleSafePrevious()
1387 table->fFlags |= RBBI_8BITS_ROWS; in exportTable()1598 table->fFlags |= RBBI_8BITS_ROWS; in exportSafeTable()
769 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleNext()787 if (statetable->fFlags & RBBI_8BITS_ROWS) { in handleSafePrevious()
692 boolean has8BitRowDataForwardTable = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0;693 boolean has8BitRowDataReverseTable = (rvtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0;770 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0;847 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0;
1166 table.fFlags |= RBBIDataWrapper.RBBI_8BITS_ROWS;1317 table.fFlags |= RBBIDataWrapper.RBBI_8BITS_ROWS;
4559 UBool in8Bits = fwtbl->fFlags & RBBI_8BITS_ROWS; in TestTableRedundancies()4824 int32_t expectedStateRowBits = expectedStateRowIn8Bits ? RBBI_8BITS_ROWS : 0; in testTrieStateTable()4844 assertEquals(WHERE, expectedStateRowBits, bi.fData->fForwardTable->fFlags & RBBI_8BITS_ROWS); in testTrieStateTable()4845 assertEquals(WHERE, expectedStateRowBits, bi.fData->fReverseTable->fFlags & RBBI_8BITS_ROWS); in testTrieStateTable()4907 false, RBBI_8BITS_ROWS == (bi->fData->fForwardTable->fFlags & RBBI_8BITS_ROWS)); in Test8BitsTrieWith16BitStateTable()4983 bool has8BitRowData = bi.fData->fForwardTable->fFlags & RBBI_8BITS_ROWS; in TestTable_8_16_Bits()