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

/haiku/src/kits/interface/
H A DTextView.cpp4440 int32 tabChars = 0; local
4453 tabChars = std::min(numBytes, length);
4455 foundTab = fText->FindChar(B_TAB, offset, &tabChars);
4459 if (ByteAt(offset + tabChars + numTabs) != B_TAB)
4461 } while ((tabChars + numTabs) < numBytes);
4468 && fInline->Offset() < offset + tabChars)
4501 int32 size = tabChars;
4532 tabChars += numTabs;
4535 offset += tabChars;
4536 length -= tabChars;
[all...]

Completed in 159 milliseconds