Searched refs:nextCellIndex (Results 1 – 3 of 3) sorted by relevance
43 nextCellIndex( NULL ), in BreakIterator_CTL()49 nextCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in BreakIterator_CTL()51 memset(nextCellIndex, 0, cellIndexSize * sizeof(sal_Int32)); in BreakIterator_CTL()59 free(nextCellIndex); in ~BreakIterator_CTL()73 if (nextCellIndex[nStartPos-1] == 0) // not a CTL character in previousCharacters()76 else while (nCount > 0 && nextCellIndex[nStartPos - 1] > 0) { in previousCharacters()101 if (nextCellIndex[nStartPos] == 0) // not a CTL character in nextCharacters()104 else while (nCount > 0 && nextCellIndex[nStartPos] > 0) { in nextCharacters()106 nStartPos = nextCellIndex[nStartPos]; in nextCharacters()
120 free(nextCellIndex); in makeIndex()122 nextCellIndex = (sal_Int32*) calloc(cellIndexSize, sizeof(sal_Int32)); in makeIndex()126 memset(nextCellIndex, 0, cellIndexSize * sizeof(sal_Int32)); in makeIndex()128 else if (nextCellIndex[nStartPos] > 0 || ! is_Thai(Text[nStartPos])) in makeIndex()145 nextCellIndex[pos] = end; in makeIndex()
51 sal_Int32* nextCellIndex; member in com::sun::star::i18n::BreakIterator_CTL
Completed in 12 milliseconds