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

/haiku/headers/os/interface/
H A DTextView.h389 int32 _NextWordBoundary(int32 offset);
/haiku/src/kits/interface/
H A DTextView.cpp1944 *_toOffset = _NextWordBoundary(offset);
4184 BTextView::_NextWordBoundary(int32 offset) function in class:BTextView
4816 : _NextWordBoundary(fTrackingMouse->anchor);
4822 fTrackingMouse->selEnd = _NextWordBoundary(currentOffset);

Completed in 59 milliseconds