Searched refs:catCount (Results 1 – 1 of 1) sorted by relevance
1305 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportTable() local1306 if (catCount > 0x7fff || in exportTable()1312 table->fRowLen = offsetof(RBBIStateTableRow, fNextState) + sizeof(uint16_t) * catCount; in exportTable()1331 for (col=0; col<catCount; col++) { in exportTable()1490 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportSafeTable() local1491 if (catCount > 0x7fff || in exportSafeTable()1497 table->fRowLen = offsetof(RBBIStateTableRow, fNextState) + sizeof(uint16_t) * catCount; in exportSafeTable()1509 for (col=0; col<catCount; col++) { in exportSafeTable()