Searched refs:has8BitRowData (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITest.java | 766 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0; 768 assertFalse("State table should be in 16 bits", has8BitRowData); 843 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0; 846 assertTrue("State table should be in 8 bits", has8BitRowData); 850 assertFalse("State table should be in 16 bits", has8BitRowData);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITest.java | 769 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0; 771 assertFalse("State table should be in 16 bits", has8BitRowData); 846 boolean has8BitRowData = (fwtbl.fFlags & RBBIDataWrapper.RBBI_8BITS_ROWS) != 0; 849 assertTrue("State table should be in 8 bits", has8BitRowData); 853 assertFalse("State table should be in 16 bits", has8BitRowData);
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 5076 bool has8BitRowData = bi.fData->fForwardTable->fFlags & RBBI_8BITS_ROWS; in TestTable_8_16_Bits() local 5080 assertEquals(WHERE, true, has8BitRowData); in TestTable_8_16_Bits() 5084 assertEquals(WHERE, false, has8BitRowData); in TestTable_8_16_Bits()
|