Lines Matching refs:pos
88 static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos) in getCombState() argument
90 sal_uInt16 ch1 = getCharType(text[pos]); in getCombState()
91 sal_uInt16 ch2 = getCharType(text[pos+1]); in getCombState()
93 if (text[pos+1] == SARA_AM) { in getCombState()
104 static sal_Int32 SAL_CALL getACell(const sal_Unicode *text, sal_Int32 pos, sal_Int32 len) in getACell() argument
107 for (; pos + 1 < len && getCombState(text, pos) == ST_COM; curr++, pos++) {} in getACell()
139 sal_Int32 start, end, pos; in makeIndex() local
140 pos = start = end = startPos; in makeIndex()
142 while (pos < endPos) { in makeIndex()
144 while (pos < end) { in makeIndex()
145 nextCellIndex[pos] = end; in makeIndex()
146 previousCellIndex[pos] = start; in makeIndex()
147 pos++; in makeIndex()