Searched refs:_fromOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp1918 BTextView::FindWord(int32 offset, int32* _fromOffset, int32* _toOffset) argument
1921 if (_fromOffset)
1922 *_fromOffset = 0;
1931 if (_fromOffset)
1932 *_fromOffset = fText->Length();
1940 if (_fromOffset)
1941 *_fromOffset = _PreviousWordBoundary(offset);
/haiku/headers/os/interface/
H A DTextView.h160 virtual void FindWord(int32 offset, int32* _fromOffset,

Completed in 41 milliseconds