Searched refs:catCount (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 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() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 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() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 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() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1305 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()
|