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

/haiku/src/kits/support/
H A DString.cpp296 if (_MakeWritable(maxLength, false) == B_OK)
343 if (_MakeWritable(maxLength, false) == B_OK)
366 if (_MakeWritable(count, false) == B_OK)
840 _MakeWritable(newLength, true);
901 if (_MakeWritable() != B_OK)
940 if (_MakeWritable() != B_OK)
1510 if (pos >= 0 && _MakeWritable() == B_OK)
1520 if (pos >= 0 && _MakeWritable() == B_OK)
1533 if (pos >= 0 && _MakeWritable() == B_OK) {
1548 if (maxReplaceCount > 0 && pos >= 0 && _MakeWritable()
2281 BString::_MakeWritable() function in class:BString
2304 BString::_MakeWritable(int32 length, bool copy) function in class:BString
[all...]
/haiku/headers/os/support/
H A DString.h379 status_t _MakeWritable();
380 status_t _MakeWritable(int32 length, bool copy);

Completed in 52 milliseconds