Home
last modified time | relevance | path

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

/aoo4110/main/i18npool/source/breakiterator/
H A Dbreakiterator_ctl.cxx44 previousCellIndex( NULL ), in BreakIterator_CTL()
50 previousCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in BreakIterator_CTL()
60 free(previousCellIndex); in ~BreakIterator_CTL()
78 nStartPos = previousCellIndex[nStartPos - 1]; in previousCharacters()
136 lbr.breakIndex = previousCellIndex[ lbr.breakIndex ]; in getLineBreak()
H A Dbreakiterator_th.cxx121 free(previousCellIndex); in makeIndex()
123 previousCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in makeIndex()
146 previousCellIndex[pos] = start; in makeIndex()
/aoo4110/main/i18npool/inc/
H A Dbreakiterator_ctl.hxx52 sal_Int32* previousCellIndex; member in com::sun::star::i18n::BreakIterator_CTL

Completed in 21 milliseconds