Searched refs:IFindFirst (Results 1 - 22 of 22) sorted by relevance

/haiku/src/apps/autoraise/
H A DAutoRaiseApp.cpp32 if (option.IFindFirst("deskbar") != B_ERROR)
35 if (option.IFindFirst("persist") != B_ERROR)
38 if (option.IFindFirst("-h") != B_ERROR
39 || option.IFindFirst("help") != B_ERROR) {
/haiku/src/apps/people/
H A DAttributeTextControl.cpp110 if (argument.IFindFirst("mailto:") != 0 && argument != "")
138 if (url.IFindFirst("http://") == 0 || url.IFindFirst("ftp://") == 0
139 || url.IFindFirst("https://") || url.IFindFirst("gopher://") == 0) {
/haiku/src/kits/device/
H A DJoystickTweaker.cpp185 if (str.IFindFirst("module") != -1) {
189 } else if (str.IFindFirst("gadget") != -1) {
193 } else if (str.IFindFirst("num_axes") != -1) {
196 } else if (str.IFindFirst("num_hats") != -1) {
199 } else if (str.IFindFirst("num_buttons") != -1) {
202 } else if (str.IFindFirst("num_sticks") != -1) {
/haiku/src/servers/app/font/
H A DFontStyle.cpp247 if (string.IFindFirst("bold") >= 0)
250 if (string.IFindFirst("italic") >= 0
251 || string.IFindFirst("oblique") >= 0)
254 if (string.IFindFirst("condensed") >= 0)
257 if (string.IFindFirst("light") >= 0
258 || string.IFindFirst("thin") >= 0)
261 if (string.IFindFirst("heavy") >= 0
262 || string.IFindFirst("black") >= 0)
/haiku/src/tests/kits/support/bstring/
H A DStringSearchTest.cpp295 // IFindFirst(BString&)
299 i = string1->IFindFirst(*string2);
307 i = string1->IFindFirst(*string2);
315 i = string1->IFindFirst(*string2);
323 i = string1->IFindFirst(*string2);
328 // IFindFirst(const char*)
331 i = string1->IFindFirst("st");
337 i = string1->IFindFirst("st");
343 i = string1->IFindFirst("some text");
351 i = string1->IFindFirst((cha
[all...]
/haiku/src/bin/
H A Dquery.cpp100 if (string.IFindFirst(predicate) < 0)
H A Durlwrapper.cpp178 if (line.IFindFirst("<key>URL</key>") > -1)
182 if ((s = line.IFindFirst("<string>")) > -1
183 && (e = line.IFindFirst("</string>")) > s) {
/haiku/src/kits/tracker/
H A DTrackerString.cpp152 return IFindFirst(string) == 0;
162 return IFindFirst(string) > -1;
H A DQueryPoseView.cpp462 fQueryListRep->fRefreshEveryMinute = buffer.IFindFirst("second") != -1
463 || buffer.IFindFirst("minute") != -1;
465 || buffer.IFindFirst("hour") != -1;
/haiku/src/kits/mail/
H A DMailAttachment.cpp333 if (encoding.IFindFirst("base64") >= 0)
335 else if (encoding.IFindFirst("quoted-printable") >= 0)
337 else if (encoding.IFindFirst("uuencode") >= 0)
339 else if (encoding.IFindFirst("7bit") >= 0)
341 else if (encoding.IFindFirst("8bit") >= 0)
H A DMailMessage.cpp196 if (subject.IFindFirst("fwd") == B_ERROR
197 && subject.IFindFirst("forward") == B_ERROR
H A Dmail_util.cpp1419 int32 pos = header.IFindFirst(field, fieldEndPos);
/haiku/headers/os/support/
H A DString.h234 int32 IFindFirst(const BString& string) const;
235 int32 IFindFirst(const char* string) const;
236 int32 IFindFirst(const BString& string,
238 int32 IFindFirst(const char* string,
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp103 if (title.IFindFirst(fQueryString) >= 0) {
106 } else if (album.IFindFirst(fQueryString) >= 0) {
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp221 int32 nextTag = string.IFindFirst(kTags[i], startPos);
/haiku/src/kits/support/
H A DString.cpp1322 BString::IFindFirst(const BString& string) const function in class:BString
1329 BString::IFindFirst(const char* string) const function in class:BString
1339 BString::IFindFirst(const BString& string, int32 fromOffset) const function in class:BString
1350 BString::IFindFirst(const char* string, int32 fromOffset) const function in class:BString
1715 if (replaceThis == NULL || IFindFirst(replaceThis) < 0)
1760 if (replaceThis == NULL || IFindFirst(replaceThis) < 0)
H A DUrl.cpp697 if (appSignature.IFindFirst("application/") == 0
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp973 if (familyString.IFindFirst("sans") >= 0)
975 if (familyString.IFindFirst("serif") >= 0) {
H A DURLInputGroup.cpp91 int32 matchPos = choiceText.IFindFirst(pattern);
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp385 if (nameString.IFindFirst(nameWithoutExtension) < 0)
/haiku/src/apps/mail/
H A DAddressTextControl.cpp147 int32 match = choiceText.IFindFirst(pattern);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1750 start = viewText.IFindFirst(string, textFinish);
1762 start = viewText.IFindFirst(string, 0);

Completed in 134 milliseconds