Home
last modified time | relevance | path

Searched refs:nextPos (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/accessibility/
DAccessibilityObject.cpp548 VisiblePosition nextPos = visiblePos.next(); in nextParagraphEndPosition() local
549 if (nextPos.isNull()) in nextParagraphEndPosition()
552 return endOfParagraph(nextPos); in nextParagraphEndPosition()
/external/icu4c/test/intltest/
Drbbitst.cpp2818 … 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() argument
3001 int32_t nPos = *nextPos; in rule9Adjust()
3029 *nextPos = nPos; in rule9Adjust()
3045 int32_t nextPos; // Index of the next character following pos. in next() local
3062 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 …]