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

/haiku/src/kits/interface/
H A DTextView.cpp4032 uchar theChar; local
4039 theChar = fText->RealCharAt(offset + delta);
4040 if (theChar != B_SPACE && theChar != B_TAB
4041 && theChar != B_ENTER) {
4054 theChar = fText->RealCharAt(offset + delta);
4055 if (theChar == B_ENTER) {
4060 } else if (theChar != B_SPACE && theChar != B_TAB) {

Completed in 50 milliseconds