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

12

/haiku-fatelf/src/kits/support/
H A DStringList.cpp174 BStringList::Replace(int32 index, const BString& string) function in class:BStringList
H A DString.cpp1400 BString::Replace(char replaceThis, char withThis, int32 maxReplaceCount, function in class:BString
1476 BString::Replace(const char* replaceThis, const char* withThis, function in class:BString
1504 return Replace(replaceThis, withThis, maxReplaceCount,
/haiku-fatelf/src/kits/locale/
H A DDefaultCatalog.cpp577 langName.Replace(kCatExtension, "", 1);
604 langName.Replace(kCatExtension, "", 1);
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h32 static status_t Replace(BMessage& msg, const char* name, int32 index,
76 status_t TBStringFuncPolicy::Replace(BMessage& msg, const char* name, function in class:TBStringFuncPolicy
H A DMessageFlattenableItemTest.h118 static status_t Replace(BMessage& msg, const char* name, int32 index, function in struct:TFlattenableFuncPolicy
H A DMessageItemTest.h41 // status_t Replace(BMessage&, const char*, int32, Type)
116 static status_t Replace(BMessage& msg, const char* name, int32 index, Type& val) function in struct:TMessageItemFuncPolicy
157 // status_t Replace(BMessage&, const char*, int32, Type)
274 CPPUNIT_ASSERT(FuncPolicy::Replace(msg, "item", 0, in2) == B_OK);
378 CPPUNIT_ASSERT(FuncPolicy::Replace(msg, "item", rIndex, in2) == B_OK);
607 TestSuite* suite = new TestSuite("BMessage::Add/Find/Replace/HasRect()");
H A DMessageMessageItemTest.h34 static status_t Replace(BMessage& msg, const char* name, int32 index,
90 inline status_t TMessageFuncPolicy::Replace(BMessage& msg, const char* name, function in class:TMessageFuncPolicy
H A DMessageMessengerItemTest.h44 static status_t Replace(BMessage& msg, const char* name, int32 index, function in struct:TMessengerFuncPolicy
H A DMessagePointerItemTest.h42 static status_t Replace(BMessage& msg, const char* name, int32 index, function in struct:TPointerFuncPolicy
H A DMessageRefItemTest.h45 static status_t Replace(BMessage& msg, const char* name, int32 index, function in struct:TRefFuncPolicy
/haiku-fatelf/src/tests/kits/support/bstring/
H A DStringReplaceTest.cpp75 //&Replace(char, char, int32, int32)
78 str1->Replace('s', 't', 4, 2);
84 str1->Replace('s', 's', 4, 2);
90 str1->Replace('s', 'x', 12, 32);
385 return(new StringReplaceTestCaller("BString::Replace Test", &StringReplaceTest::PerformTest));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.cpp1553 BPlusTree::Replace(Transaction *transaction, const uint8 *key, uint16 keyLength, off_t value) function in class:BPlusTree
H A DBPlusTree.h209 status_t Replace(Transaction *transaction, const uint8 *key, uint16 keyLength, off_t value);
H A Dkernel_interface_r5.cpp1284 status = movedTree->Replace(&transaction, (const uint8 *)"..", 2, newDirectory->ID());
1305 movedTree->Replace(&transaction, (const uint8 *)"..", 2, oldDirectory->ID());
/haiku-fatelf/src/kits/app/
H A DMessage.cpp2451 BMessage::Replace##typeName(const char *name, type value) \
2458 BMessage::Replace##typeName(const char *name, int32 index, type value) \
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex6680 % Replace the \insert primitive by a cheating macro.
/haiku-fatelf/src/build/libbe/app/
H A DMessage.cpp1665 BMessage::Replace##typeName(const char *name, type val) \
1671 BMessage::Replace##typeName(const char *name, int32 index, type val) \
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex6173 % Replace the \insert primitive by a cheating macro.
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lang.c821 6. Replace TK__ with __, and a trailing B or TKB with nothing.
3211 /* Replace the operator of length OPLEN at position PC in *EXPP with a call
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure17521 /* Replace the exception port info for these exceptions with our own.
18343 /* Replace the exception port info for these exceptions with our own.
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp2158 BPlusTree::Replace(Transaction& transaction, const uint8* key, uint16 keyLength, function in class:BPlusTree
H A DBPlusTree.h249 status_t Replace(Transaction& transaction,
H A Dkernel_interface.cpp1213 status = movedTree->Replace(transaction, (const uint8*)"..",
/haiku-fatelf/src/apps/diskprobe/
H A DDataEditor.cpp554 DataEditor::Replace(off_t offset, const uint8 *data, size_t length) function in class:DataEditor
H A DDataEditor.h47 status_t Replace(off_t offset, const uint8 *data, size_t length);

Completed in 434 milliseconds

12