Lines Matching refs:catCount
1374 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportTable() local
1375 if (catCount > 0x7fff || in exportTable()
1386 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable()
1389 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable()
1409 for (col=0; col<catCount; col++) { in exportTable()
1420 for (col=0; col<catCount; col++) { in exportTable()
1587 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportSafeTable() local
1588 if (catCount > 0x7fff || in exportSafeTable()
1597 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable()
1600 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
1611 for (col=0; col<catCount; col++) { in exportSafeTable()
1619 for (col=0; col<catCount; col++) { in exportSafeTable()