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

/haiku/src/apps/haikudepot/textview/
H A DTextSpan.cpp12 fCharCount(0),
23 fCharCount(text.CountChars()),
34 fCharCount(other.fCharCount),
46 fCharCount = other.fCharCount;
58 return fCharCount == other.fCharCount
78 fCharCount = fText.CountChars();
106 return Insert(fCharCount, tex
[all...]
H A DTextSpan.h35 { return fCharCount; }
56 int32 fCharCount; member in class:TextSpan

Completed in 72 milliseconds