PrependChars
BString& PrependChars(const char* string, int32 charCount);
BString& PrependChars(const BString& string,
string.PrependChars(B_UTF8_ELLIPSIS, 1);
string.PrependChars("ää+üü", 3);