Searched refs:MoveInto (Results 1 - 14 of 14) sorted by relevance

/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp91 output.MoveInto(statusCode, 0, 3);
126 output.MoveInto(responseData->category, 0, output.FindFirst(" "));
129 output.MoveInto(responseData->cddbID, 0, output.FindFirst(" "));
132 output.MoveInto(responseData->artist, 0, output.FindFirst(" / "));
135 output.MoveInto(responseData->title, 0, output.FindFirst("\r\n"));
185 output.MoveInto(statusCode, 0, 3);
205 output.MoveInto(line, 0, output.FindFirst("\r\n"));
210 line.MoveInto(prefix, 0, line.FindFirst("="));
216 line.MoveInto(artist, 0, line.FindFirst(" / "));
245 prefix.MoveInto(inde
[all...]
/haiku/src/tests/kits/support/bstring/
H A DStringRemoveTest.cpp211 // MoveInto(BString &into, int32, int32)
215 string2->MoveInto(*string1, 3, 2);
224 string2->MoveInto(*string1, 0, 200);
230 // MoveInto(char *, int32, int32)
235 string1->MoveInto(dest, 3, 2);
243 string1->MoveInto(dest, 0, 50);
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp47 address.MoveInto(fHost, 0, index);
/haiku/src/kits/network/libnetservices2/
H A DNetServicesMisc.cpp192 tmpString.MoveInto(in, 0, 3);
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp177 additionalData.MoveInto(value, 0, firstComma);
186 value.MoveInto(name, 0, equal);
336 tmpString.MoveInto(in, 0, 3);
380 tmpString.MoveInto(in, 0, 4);
H A DNetworkCookieJar.cpp371 flattenedCookies.MoveInto(tempCookieLine, 0, endOfLine);
383 tempCookieLine.MoveInto(tempString, 0, endOfField);
H A DGopherRequest.cpp445 line.MoveInto(&type, 0, 1);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp488 currentLine->MoveInto(*newLine, i,
514 currentLine->MoveInto(*newLine, lastBreak,
/haiku/src/apps/codycam/
H A DSftpClient.cpp93 host.MoveInto(port, host.FindFirst(':'), host.Length());
/haiku/src/bin/
H A Durlwrapper.cpp108 //contents.MoveInto(line, 0, cr);
115 line.MoveInto(url, 4, line.Length());
186 line.MoveInto(url, s, e - s);
/haiku/headers/os/support/
H A DString.h161 BString& MoveInto(BString& into, int32 from, int32 length);
162 void MoveInto(char* into, int32 from, int32 length);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp453 dataString.MoveInto(tempRange, 0, index);
/haiku/src/kits/support/
H A DString.cpp962 BString::MoveInto(BString& into, int32 from, int32 length) function in class:BString
973 BString::MoveInto(char* into, int32 from, int32 length) function in class:BString

Completed in 136 milliseconds