Replace
BString& Replace(char replaceThis, char withThis,
BString& Replace(const char* replaceThis,
bool Replace(int32 index, const BString& string);
status_t Replace(Transaction& transaction,
status = movedTree->Replace(transaction, (const uint8*)"..",
Replace(NULL);
void Replace(Inode* newInode);
vti->Replace(inode);
vnodeToInode->Replace(inode);
status_t Replace(off_t offset, const uint8* data,
fEditor.Replace(fOffset + fStart, &c, 1);
fEditor.Replace(fOffset + fStart, (const uint8 *)"", 1);
if (fEditor.Replace(fOffset + fStart, &c, 1) == B_OK
if (fEditor.Replace(fOffset + fStart, (const uint8 *)bytes,
if (fEditor.Replace(fOffset + fStart, (const uint8 *)data, size) != B_OK)
if (fEditor.Replace(fOffset + fStart, (const uint8 *)data, length) == B_OK)
fEditor.Replace(0, (const uint8 *)fTextView->Text(),
fEditor.Replace(0, (const uint8*)fTextControl->Text(),
fEditor.Replace(0, (const uint8 *)fTextControl->Text(),
fEditor.Replace(0, buffer, _Size());
fEditor.Replace(0, (const uint8 *)&boolean, 1);
return Replace(textOffset, length, BString());
return Replace(textOffset, length, text, CharacterStyleAt(textOffset));
return Replace(textOffset, length, text, style,
return Replace(textOffset, length, document);
return Replace(textOffset, 0, text);
return Replace(textOffset, 0, text, style);
return Replace(textOffset, 0, text, characterStyle, paragraphStyle);
status_t Replace(int32 textOffset, int32 length,
status_t Replace(int32 textOffset, int32 length,
status_t Replace(int32 textOffset, int32 length,
status_t Replace(int32 textOffset, int32 length,
fTextEditor->Replace(start, end - start, plainText);
Replace(SelectionStart(), SelectionLength(), text);
status_t ret = fDocument->Replace(offset, length, string);
virtual status_t Replace(int32 offset, int32 length,
label.Replace("%name%", network.name, 1);
label.Replace("%authenticationMode%",
FileName.Replace(" " /* Old */, " " /* New */, 1024 /* Count */);
BMessage::Replace##typeName(const char *name, type val) \
BMessage::Replace##typeName(const char *name, int32 index, type val) \
BMessage::Replace##typeName(const char* name, type value) \
BMessage::Replace##typeName(const char* name, int32 index, type value) \
langName.Replace(kCatExtension, "", 1);
langName.Replace(kCatExtension, "", 1);
name.Replace(" ", " ", 1024);
result.Replace(".", fTokenizer->DecimalSeparator(), 1);
if (!row->Replace(columnIndex, text))
return Replace(replaceThis, withThis, maxReplaceCount,
static status_t Replace(BMessage& msg, const char* name, int32 index,
static status_t Replace(BMessage& msg, const char* name, int32 index,
static status_t Replace(BMessage& msg, const char* name, int32 index, Type& val)
CPPUNIT_ASSERT(FuncPolicy::Replace(msg, "item", 0, in2) == B_OK);
CPPUNIT_ASSERT(FuncPolicy::Replace(msg, "item", rIndex, in2) == B_OK);
static status_t Replace(BMessage& msg, const char* name, int32 index,
static status_t Replace(BMessage& msg, const char* name, int32 index,
static status_t Replace(BMessage& msg, const char* name, int32 index,
static status_t Replace(BMessage& msg, const char* name, int32 index,
str.Replace('s', 't', 4, 2);
str.Replace('s', 's', 4, 2);
str.Replace('s', 'x', 12, 32);