Lines Matching defs:_MakeWritable

296 	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() == B_OK) {
1565 if (_MakeWritable() != B_OK)
1594 if (_MakeWritable() != B_OK)
1611 if (_MakeWritable() != B_OK)
1627 if (_MakeWritable() != B_OK)
1659 if (pos >= 0 && _MakeWritable() == B_OK)
1671 if (pos >= 0 && _MakeWritable() == B_OK)
1684 if (pos >= 0 && _MakeWritable() == B_OK) {
1700 if (maxReplaceCount > 0 && pos >= 0 && _MakeWritable() == B_OK) {
1718 if (_MakeWritable() != B_OK)
1746 if (_MakeWritable() != B_OK)
1763 if (_MakeWritable() != B_OK)
1779 if (_MakeWritable() != B_OK)
1793 if (_MakeWritable() != B_OK)
1825 if (_MakeWritable() != B_OK)
1896 if (_MakeWritable() != B_OK) {
1945 if (_MakeWritable(length, true) != B_OK)
1976 if (pos < Length() && _MakeWritable() == B_OK)
1990 if (length > 0 && _MakeWritable() == B_OK) {
2002 if (length > 0 && _MakeWritable() == B_OK) {
2015 if (length > 0 && _MakeWritable() == B_OK) {
2029 if (length > 0 && _MakeWritable() == B_OK) {
2122 _MakeWritable(length, true);
2123 } else if (_MakeWritable() == B_OK) {
2281 BString::_MakeWritable()
2304 BString::_MakeWritable(int32 length, bool copy)
2417 if (_MakeWritable() != B_OK)
2430 if (_MakeWritable() != B_OK)
2469 if (_MakeWritable(oldLength + length, true) == B_OK) {
2482 if (_MakeWritable(oldLength + length, true) == B_OK) {
2496 if (_MakeWritable(oldLength + length, true) == B_OK) {
2579 if (_MakeWritable(string_length(string), false) != B_OK)
2633 if (_MakeWritable(string_length(string), false) != B_OK)
2771 fString._MakeWritable();
2794 if (fString._MakeWritable() != B_OK)