Searched refs:nextPos (Results 1 – 2 of 2) sorted by relevance
548 VisiblePosition nextPos = visiblePos.next(); in nextParagraphEndPosition() local549 if (nextPos.isNull()) in nextParagraphEndPosition()552 return endOfParagraph(nextPos); in nextParagraphEndPosition()
2818 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);2994 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument3001 int32_t nPos = *nextPos; in rule9Adjust()3029 *nextPos = nPos; in rule9Adjust()3045 int32_t nextPos; // Index of the next character following pos. in next() local3062 nextPos = nextCPPos = startPos; in next()3071 pos = nextPos; in next()3075 nextPos = nextCPPos; in next()3087 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()3088 c = fText->char32At(nextPos); in next()[all …]