Home | History | Annotate | Download | only in common

Lines Matching defs:numCols

1091     int32_t    numCols;
1101 numCols = fRB->fSetBuilder->getNumCharCategories();
1104 // Therefore we subtract two from numCols when determining
1106 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);