Home
last modified time | relevance | path

Searched refs:catCount (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Drbbitblb.cpp1305 int32_t catCount = fRB->fSetBuilder->getNumCharCategories(); in exportTable() local
1306 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() local
1491 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()