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

/haiku/headers/os/support/
H A DString.h392 bool _DoInsert(const char* string, int32 offset,
/haiku/src/kits/support/
H A DString.cpp698 _DoInsert(string, position, len);
717 _DoInsert(string, position, len);
770 if (count > 0 && _DoInsert("", position, count))
2493 BString::_DoInsert(const char* string, int32 offset, int32 length) function in class:BString

Completed in 42 milliseconds