Searched refs:_toOffset (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/interface/
H A DTextView.cpp1918 BTextView::FindWord(int32 offset, int32* _fromOffset, int32* _toOffset) argument
1924 if (_toOffset)
1925 *_toOffset = 0;
1934 if (_toOffset)
1935 *_toOffset = fText->Length();
1943 if (_toOffset)
1944 *_toOffset = _NextWordBoundary(offset);
/haiku/headers/os/interface/
H A DTextView.h161 int32* _toOffset);

Completed in 63 milliseconds