Home
last modified time | relevance | path

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

/aoo4110/main/i18npool/source/breakiterator/
H A Dbreakiterator_th.cxx118 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()
H A Dbreakiterator_ctl.cxx45 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()
/aoo4110/main/i18npool/inc/
H A Dbreakiterator_ctl.hxx53 sal_Int32 cellIndexSize; member in com::sun::star::i18n::BreakIterator_CTL

Completed in 20 milliseconds