Searched refs:Replace (Results 1 - 25 of 33) sorted by last modified time

12

/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp29 label.Replace("%name%", network.name, 1);
30 label.Replace("%authenticationMode%",
/haiku/headers/os/interface/
H A DListView.h161 struct Replace { int32 index; BListItem *item; } replace; struct in union:BListView::MiscData
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h43 status_t Replace(int32 textOffset, int32 length,
45 status_t Replace(int32 textOffset, int32 length,
48 status_t Replace(int32 textOffset, int32 length,
52 status_t Replace(int32 textOffset, int32 length,
H A DTextDocument.cpp78 return Replace(textOffset, 0, text);
86 return Replace(textOffset, 0, text, style);
94 return Replace(textOffset, 0, text, characterStyle, paragraphStyle);
104 return Replace(textOffset, length, BString());
112 TextDocument::Replace(int32 textOffset, int32 length, const BString& text) function in class:TextDocument
114 return Replace(textOffset, length, text, CharacterStyleAt(textOffset));
119 TextDocument::Replace(int32 textOffset, int32 length, const BString& text, function in class:TextDocument
122 return Replace(textOffset, length, text, style,
128 TextDocument::Replace(int32 textOffset, int32 length, const BString& text, function in class:TextDocument
135 return Replace(textOffse
140 TextDocument::Replace(int32 textOffset, int32 length, TextDocumentRef document) function in class:TextDocument
[all...]
H A DTextEditor.cpp243 Replace(SelectionStart(), SelectionLength(), text);
283 TextEditor::Replace(int32 offset, int32 length, const BString& string) function in class:TextEditor
288 status_t ret = fDocument->Replace(offset, length, string);
H A DTextEditor.h64 virtual status_t Replace(int32 offset, int32 length,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp2221 BPlusTree::Replace(Transaction& transaction, const uint8* key, uint16 keyLength, function in class:BFS::BPlusTree
H A Dkernel_interface.cpp1311 status = movedTree->Replace(transaction, (const uint8*)"..",
H A DBPlusTree.h302 status_t Replace(Transaction& transaction,
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp248 fEditor.Replace(0, (const uint8 *)fTextView->Text(),
318 fEditor.Replace(0, (const uint8*)fTextControl->Text(),
356 fEditor.Replace(0, (const uint8 *)fTextControl->Text(),
591 fEditor.Replace(0, buffer, _Size());
830 fEditor.Replace(0, (const uint8 *)&boolean, 1);
H A DDataEditor.cpp571 DataEditor::Replace(off_t offset, const uint8 *data, size_t length) function in class:DataEditor
H A DDataView.cpp288 if (fEditor.Replace(fOffset + fStart, (const uint8 *)data, size) != B_OK)
344 if (fEditor.Replace(fOffset + fStart, (const uint8 *)data, length) == B_OK)
1324 fEditor.Replace(fOffset + fStart, &c, 1);
1326 fEditor.Replace(fOffset + fStart, (const uint8 *)"", 1);
1353 if (fEditor.Replace(fOffset + fStart, &c, 1) == B_OK
1357 if (fEditor.Replace(fOffset + fStart, (const uint8 *)bytes,
H A DDataEditor.h55 status_t Replace(off_t offset, const uint8* data,
/haiku/src/kits/app/
H A DMessage.cpp2472 BMessage::Replace##typeName(const char* name, type value) \
2479 BMessage::Replace##typeName(const char* name, int32 index, type value) \
/haiku/src/build/libbe/app/
H A DMessage.cpp1666 BMessage::Replace##typeName(const char *name, type val) \
1672 BMessage::Replace##typeName(const char *name, int32 index, type val) \
/haiku/src/kits/support/
H A DString.cpp1542 BString::Replace(char replaceThis, char withThis, int32 maxReplaceCount, function in class:BString
1620 BString::Replace(const char* replaceThis, const char* withThis, function in class:BString
1648 return Replace(replaceThis, withThis, maxReplaceCount,
H A DStringList.cpp184 BStringList::Replace(int32 index, const BString& string) function in class:BStringList
/haiku/headers/os/support/
H A DString.h269 BString& Replace(char replaceThis, char withThis,
277 BString& Replace(const char* replaceThis,
413 // Replace
H A DStringList.h33 bool Replace(int32 index, const BString& string);
/haiku/src/kits/shared/
H A DExpressionParser.cpp411 result.Replace(".", fTokenizer->DecimalSeparator(), 1);
H A DTextTable.cpp202 if (!row->Replace(columnIndex, text))
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp225 vti->Replace(inode);
257 vnodeToInode->Replace(inode);
752 vti->Replace(inode);
H A DVnodeToInode.cpp27 VnodeToInode::Replace(Inode* newInode) function in class:VnodeToInode
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp527 langName.Replace(kCatExtension, "", 1);
555 langName.Replace(kCatExtension, "", 1);
/haiku/src/tests/kits/support/bstring/
H A DStringReplaceTest.cpp75 // &Replace(char, char, int32, int32)
78 str1->Replace('s', 't', 4, 2);
85 str1->Replace('s', 's', 4, 2);
92 str1->Replace('s', 'x', 12, 32);
429 return(new StringReplaceTestCaller("BString::Replace Test",

Completed in 234 milliseconds

12