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

/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp60 string.AppendChars("������", 2);
/haiku/src/kits/tracker/
H A DCountView.cpp352 fFilterString.AppendChars(character, 1);
H A DPoseView.cpp6829 fFilterStrings.LastItem()->AppendChars(bytes, 1);
6856 sMatchString.AppendChars(bytes, 1);
/haiku/headers/os/support/
H A DString.h102 BString& AppendChars(const BString& string, int32 charCount);
103 BString& AppendChars(const char* string, int32 charCount);
/haiku/src/kits/support/
H A DString.cpp607 BString::AppendChars(const BString& string, int32 charCount) function in class:BString
614 BString::AppendChars(const char* string, int32 charCount) function in class:BString
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1841 string.AppendChars(B_UTF8_ELLIPSIS, 1);

Completed in 81 milliseconds