Searched refs:ICompare (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/bin/pkgman/
H A DDecisionProvider.cpp46 if (yes.ICompare(buffer, i) == 0) {
47 if (no.ICompare(buffer, i) != 0)
50 if (yes.ICompare(buffer, i) != 0)
/haiku/src/kits/package/
H A DValidateChecksumJob.cpp59 fChecksumsMatch = expectedChecksum.ICompare(realChecksum) == 0;
/haiku/src/kits/tracker/
H A DMimeTypeList.cpp54 && fPrivateName.ICompare(buffer) == 0) {
92 return a->fShortDescription.ICompare(b->fShortDescription);
H A DModel.cpp1077 if (documentType->ICompare(handlerType, supertypeOnlyLength) == 0)
1084 if (documentType->ICompare(handlerType) == 0)
1227 return !oldType.ICompare(MimeType());
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp144 if (name.ICompare("secure") == 0)
146 else if (name.ICompare("httponly") == 0)
151 if (name.ICompare("max-age") == 0) {
166 } else if (name.ICompare("expires") == 0) {
173 } else if (name.ICompare("domain") == 0) {
183 } else if (name.ICompare("path") == 0) {
/haiku/headers/os/support/
H A DString.h200 int ICompare(const BString& string) const;
201 int ICompare(const char* string) const;
202 int ICompare(const BString& string, int32 length) const;
203 int ICompare(const char* string, int32 length) const;
443 int ICompare(const BString& a, const BString& b);
445 int ICompare(const BString* a, const BString* b);
/haiku/src/kits/support/
H A DStringList.cpp28 return BString::Private::StringFromData(*(char**)a).ICompare(
124 if (length == element.Length() && string.ICompare(element) == 0) {
260 if (length == element.Length() && string.ICompare(element) == 0)
H A DString.cpp1097 BString::ICompare(const BString& string) const function in class:BString
1104 BString::ICompare(const char* string) const function in class:BString
1111 BString::ICompare(const BString& string, int32 length) const function in class:BString
1118 BString::ICompare(const char* string, int32 length) const function in class:BString
2824 ICompare(const BString& string1, const BString& string2) function
2838 ICompare(const BString* string1, const BString* string2) function
/haiku/src/bin/
H A Durlwrapper.cpp114 if (!line.ICompare("URL=", 4)) {
166 if (!line.ICompare("<?xml", 5))
170 if (!line.ICompare("<plist", 6))
174 if (!line.ICompare("<dict>", 6))
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp186 if (fApplicationSignature.ICompare(kTrackerSignature) != 0) {
/haiku/src/servers/net/
H A DNetServer.cpp1060 if (string.ICompare("wpa2") == 0) {
1064 } else if (string.ICompare("wpa") == 0) {
1068 } else if (string.ICompare("wep") == 0) {
1072 } else if (string.ICompare("none") != 0 && string.ICompare("open") != 0) {
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp131 if (licenseNames.StringAt(i).ICompare(entry->Name()) == 0) {
405 if (fPackageInfo.Vendor().ICompare(expectedVendor) != 0) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp212 if (argument->String().ICompare(string) == 0)
246 return StringAt(index).ICompare(string) == 0;
H A DCommands.cpp705 if (folder.ICompare("INBOX") == 0)
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp29 && string.ICompare(name) == 0) {
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp68 return type.ICompare(B_APP_MIME_TYPE) == 0;
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp31 && string.ICompare(name) == 0) {
/haiku/src/kits/mail/
H A Dmail_util.cpp168 && currentStatus.ICompare("New") != 0
169 && currentStatus.ICompare("Read") != 0
170 && currentStatus.ICompare("Seen") != 0) {
192 if (statusString.ICompare("New") == 0)
H A DMailMessage.cpp136 if (sender.ICompare(address) && cc.FindFirst(address) < 0) {
165 if (string.ICompare("re:", 3) != 0)
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp153 if (info->fName.ICompare(type) != 0 || !info->fCreateFunc)
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp791 if (length <= 0 || fLog.ICompare("+OK", 3) == 0)
794 if (fLog.ICompare("-ERR", 4) == 0) {
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp430 return a->fPackageName.ICompare(b->fPackageName) < 0;
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp74 if (base.ICompare(kDisplayAsMap[i].identifier) == 0) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp263 if (pos >= 0 && artist.ICompare("Various") == 0) {
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp187 && pattern.ICompare(fChoiceModel->ChoiceAt(0)->Text())) != 0) {

Completed in 146 milliseconds

12