Lines Matching refs:fTextIdx
222 fTextIdx = pos; in reset()
230 fBI->fPosition = fTextIdx; in current()
233 return fTextIdx; in current()
241 if (startPos == fTextIdx || seek(startPos) || populateNear(startPos, status)) { in following()
258 if (startPos == fTextIdx || seek(startPos) || populateNear(startPos, status)) { in preceding()
259 if (startPos == fTextIdx) { in preceding()
265 U_ASSERT(startPos > fTextIdx); in preceding()
279 fBI->fPosition = fTextIdx; in nextOL()
296 fTextIdx = fBoundaries[fBufIdx]; in previous()
299 fBI->fPosition = fTextIdx; in previous()
312 fTextIdx = fBoundaries[fBufIdx]; in seek()
317 fTextIdx = fBoundaries[fBufIdx]; in seek()
334 fTextIdx = fBoundaries[fBufIdx]; in seek()
335 U_ASSERT(fTextIdx <= pos); in seek()
396 …fTextIdx = fBoundaries[fBufIdx]; // Required because populateFollowing may add extra bou… in populateNear()
397 …while (fTextIdx > position) { // Move backwards to a position at or preceding the req… in populateNear()
410 …fTextIdx = fBoundaries[fBufIdx]; // Required because populatePreceding may add extra bou… in populateNear()
411 …while (fTextIdx < position) { // Move forwards to a position at or following the requ… in populateNear()
414 if (fTextIdx > position) { in populateNear()
422 U_ASSERT(fTextIdx == position); in populateNear()
611 fTextIdx = position; in addFollowing()
638 fTextIdx = position; in addPreceding()
646 RBBIDebugPrintf("fTextIdx:%d fBufIdx:%d\n", fTextIdx, fBufIdx); in dumpCache()