Symbol: RemoveFirst
headers/os/support/String.h
150
BString& RemoveFirst(const BString& string);
headers/os/support/String.h
154
BString& RemoveFirst(const char* string);
src/add-ons/mail_daemon/inbound_filters/match_header/RuleFilter.cpp
48
fExpression.RemoveFirst("REGEX:");
src/add-ons/media/plugins/dvd_streamer/DVDStreamerPlugin.cpp
36
path = path.RemoveFirst("dvd://");
src/add-ons/media/plugins/dvd_streamer/DVDStreamerPlugin.cpp
38
path = path.RemoveFirst("file://");
src/apps/deskbar/ExpandoMenuBar.cpp
1012
windowName.RemoveFirst(teamPrefix);
src/apps/mediaplayer/interface/LocationStringView.cpp
117
filePath.RemoveFirst("file:");
src/apps/mediaplayer/interface/LocationStringView.cpp
120
filePath.RemoveFirst("//");
src/apps/mediaplayer/interface/LocationStringView.cpp
122
filePath.RemoveFirst("//localhost");
src/apps/mediaplayer/playlist/Playlist.cpp
558
str = str.RemoveFirst("file://");
src/apps/terminal/TermViewStates.cpp
727
BString(kDefaultAdditionalWordCharacters).RemoveFirst("/")),
src/kits/device/JoystickTweaker.cpp
116
deviceName->RemoveFirst(rootPath);
src/kits/device/JoystickTweaker.cpp
186
str.RemoveFirst("module = ");
src/kits/device/JoystickTweaker.cpp
190
str.RemoveFirst("gadget = ");
src/kits/device/JoystickTweaker.cpp
194
str.RemoveFirst("num_axes = ");
src/kits/device/JoystickTweaker.cpp
197
str.RemoveFirst("num_hats = ");
src/kits/device/JoystickTweaker.cpp
200
str.RemoveFirst("num_buttons = ");
src/kits/device/JoystickTweaker.cpp
203
str.RemoveFirst("num_sticks = ");
src/kits/shared/DriverSettingsMessageAdapter.cpp
156
settings.RemoveFirst("\n");
src/preferences/joysticks/JoyWin.cpp
299
str.RemoveFirst(rootPath);
src/preferences/network/InterfaceListItem.cpp
282
fDeviceName.RemoveFirst("/dev/net/");
src/tests/add-ons/print/ppd/parser/PPDParser.cpp
239
open.RemoveFirst("Open");
src/tests/add-ons/print/ppd/parser/PPDParser.cpp
241
close.RemoveFirst("Close");
src/tests/add-ons/print/ppd/parser/Parser.cpp
183
keyword->RemoveFirst("Default");
src/tests/add-ons/print/ppd/parser/Parser.cpp
186
keyword->RemoveFirst("Param");
src/tests/kits/support/StringRemoveTest.cpp
131
string1.RemoveFirst(string2);
src/tests/kits/support/StringRemoveTest.cpp
139
string1.RemoveFirst(string2);
src/tests/kits/support/StringRemoveTest.cpp
178
string1.RemoveFirst("first");
src/tests/kits/support/StringRemoveTest.cpp
185
string1.RemoveFirst("noway");
src/tests/kits/support/StringRemoveTest.cpp
192
string1.RemoveFirst((char*)NULL);