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

/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDStreamerPlugin.cpp36 path = path.RemoveFirst("dvd://");
38 path = path.RemoveFirst("file://");
/haiku/src/kits/device/
H A DJoystickTweaker.cpp116 deviceName->RemoveFirst(rootPath);
186 str.RemoveFirst("module = ");
190 str.RemoveFirst("gadget = ");
194 str.RemoveFirst("num_axes = ");
197 str.RemoveFirst("num_hats = ");
200 str.RemoveFirst("num_buttons = ");
203 str.RemoveFirst("num_sticks = ");
/haiku/src/tests/kits/support/bstring/
H A DStringRemoveTest.cpp102 // RemoveFirst(BString&)
106 string1->RemoveFirst(*string2);
114 string1->RemoveFirst(*string2);
153 // RemoveFirst(const char*)
156 string1->RemoveFirst("first");
162 string1->RemoveFirst("noway");
168 string1->RemoveFirst((char*)NULL);
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp183 keyword->RemoveFirst("Default");
186 keyword->RemoveFirst("Param");
H A DPPDParser.cpp239 open.RemoveFirst("Open");
241 close.RemoveFirst("Close");
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp48 fExpression.RemoveFirst("REGEX:");
/haiku/src/kits/shared/
H A DDriverSettingsMessageAdapter.cpp144 settings.RemoveFirst("\n");
397 subSettings.RemoveFirst("\n");
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp282 fDeviceName.RemoveFirst("/dev/net/");
/haiku/headers/os/support/
H A DString.h150 BString& RemoveFirst(const BString& string);
154 BString& RemoveFirst(const char* string);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp299 str.RemoveFirst(rootPath);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp558 str = str.RemoveFirst("file://");
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp1012 windowName.RemoveFirst(teamPrefix);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp709 BString(kDefaultAdditionalWordCharacters).RemoveFirst("/")),
/haiku/src/kits/support/
H A DString.cpp873 BString::RemoveFirst(const BString& string) function in class:BString
909 BString::RemoveFirst(const char* string) function in class:BString

Completed in 91 milliseconds