AppendChars
BString& AppendChars(const BString& string, int32 charCount);
BString& AppendChars(const char* string, int32 charCount);
string.AppendChars(B_UTF8_ELLIPSIS, 1);
fFilterString.AppendChars(character, 1);
fFilterStrings.LastItem()->AppendChars(bytes, 1);
sMatchString.AppendChars(bytes, 1);
string.AppendChars("öäü", 2);