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

/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp72 string.PrependChars("����+����", 3);
/haiku/headers/os/support/
H A DString.h112 BString& PrependChars(const char* string, int32 charCount);
113 BString& PrependChars(const BString& string,
/haiku/src/kits/support/
H A DString.cpp669 BString::PrependChars(const char* string, int32 charCount) function in class:BString
676 BString::PrependChars(const BString& string, int32 charCount) function in class:BString
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1810 string.PrependChars(B_UTF8_ELLIPSIS, 1);

Completed in 64 milliseconds