Lines Matching refs:catCount
1380 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportTable() local
1381 if (catCount > 0x7fff || in exportTable()
1392 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportTable()
1395 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportTable()
1415 for (col=0; col<catCount; col++) { in exportTable()
1426 for (col=0; col<catCount; col++) { in exportTable()
1602 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportSafeTable() local
1603 if (catCount > 0x7fff || in exportSafeTable()
1612 table->fRowLen = offsetof(RBBIStateTableRow8, fNextState) + sizeof(uint8_t) * catCount; in exportSafeTable()
1615 table->fRowLen = offsetof(RBBIStateTableRow16, fNextState) + sizeof(int16_t) * catCount; in exportSafeTable()
1626 for (col=0; col<catCount; col++) { in exportSafeTable()
1634 for (col=0; col<catCount; col++) { in exportSafeTable()