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

/haiku/src/kits/interface/
H A DTextView.cpp1871 const int32 nextInitial = _NextInitialByte(offset);
2457 if (_NextInitialByte(previousInitial) != offset)
3378 fCaretOffset = _NextInitialByte(fCaretOffset);
3530 fSelEnd = _NextInitialByte(fSelEnd);
3882 int32 nextOffset = _NextInitialByte(fromOffset);
4112 for (offset = _NextInitialByte(current); current < limit;
4113 current = offset, offset = _NextInitialByte(offset)) {
4160 offset = _NextInitialByte(offset);
4189 offset = _NextInitialByte(offset);
4233 offset = _NextInitialByte(offse
5545 BTextView::_NextInitialByte(int32 offset) const function in class:BTextView
[all...]
/haiku/headers/os/interface/
H A DTextView.h382 int32 _NextInitialByte(int32 offset) const;

Completed in 73 milliseconds