Searched refs:cellIndexSize (Results 1 – 3 of 3) sorted by relevance
118 if (cellIndexSize < cachedText.getLength()) { in makeIndex()119 cellIndexSize = cachedText.getLength(); in makeIndex()122 nextCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in makeIndex()123 previousCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in makeIndex()126 memset(nextCellIndex, 0, cellIndexSize * sizeof(sal_Int32)); in makeIndex()
45 cellIndexSize( 512 ) in BreakIterator_CTL()49 nextCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in BreakIterator_CTL()50 previousCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in BreakIterator_CTL()51 memset(nextCellIndex, 0, cellIndexSize * sizeof(sal_Int32)); in BreakIterator_CTL()
53 sal_Int32 cellIndexSize; member in com::sun::star::i18n::BreakIterator_CTL
Completed in 14 milliseconds