Searched refs:String (Results 51 - 75 of 1817) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/support/bstring/
H A DStringConstructionTest.h5 #include <String.h>
H A DStringEscapeTest.h5 #include <String.h>
H A DStringFormatAppendTest.h5 #include <String.h>
H A DStringInsertTest.h5 #include <String.h>
H A DStringPrependTest.h5 #include <String.h>
H A DStringRemoveTest.h5 #include <String.h>
H A DStringReplaceTest.h5 #include <String.h>
H A DStringSearchTest.h5 #include <String.h>
H A DStringSubCopyTest.h5 #include <String.h>
H A DStringSplitTest.h5 #include <String.h>
H A DStringAccessTest.cpp4 #include <String.h>
22 // CountChars(), Length(), String()
26 CPPUNIT_ASSERT((unsigned)string.Length() == strlen(string.String()));
31 CPPUNIT_ASSERT((unsigned)string2.Length() == strlen(string2.String()));
39 CPPUNIT_ASSERT((unsigned)string3.Length() == strlen(string3.String()));
44 CPPUNIT_ASSERT(strcmp(empty.String(), "") == 0);
69 CPPUNIT_ASSERT(strcmp(locked2.String(), "some") == 0);
78 CPPUNIT_ASSERT(strcmp(emptylocked.String(), "pippo") == 0);
86 CPPUNIT_ASSERT(strcmp(crashesR5.String(), "") == 0);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.h12 #include "String.h"
40 String fMajor;
41 String fMinor;
42 String fMicro;
43 String fPreRelease;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeDirectoryCookie.cpp58 String
61 return fAttribute != NULL ? fAttribute->Name() : String();
65 String
70 return fAttribute != NULL ? fAttribute->Name() : String();
H A DAutoPackageAttributeDirectoryCookie.h33 virtual String CurrentCustomAttributeName();
34 virtual String NextCustomAttributeName();
H A DUnpackingAttributeDirectoryCookie.h29 virtual String CurrentCustomAttributeName();
30 virtual String NextCustomAttributeName();
H A DAutoPackageAttributeDirectoryCookie.cpp34 String customAttributeName = CurrentCustomAttributeName();
57 const String& name = fState < AUTO_PACKAGE_ATTRIBUTE_ENUM_COUNT
99 String
102 return String();
106 String
109 return String();
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DUtilities.cpp18 name.ReplaceAll(separator.String(), "/");
/haiku/src/tests/kits/interface/menu/menuworld/
H A Dstddlg.cpp15 #include <String.h>
/haiku/src/apps/haikudepot/util/
H A DValidationUtils.h9 #include <String.h>
H A DStringUtils.h9 #include <String.h>
/haiku/src/bin/network/ppp_up/
H A DConnectionWindow.cpp9 #include <String.h>
18 SetTitle(title.String());
/haiku/src/servers/net/
H A DAutoconfigClient.h14 #include <String.h>
26 const char* Device() const { return fDevice.String(); }
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTest.cpp25 return fName.String();
32 return fDescription.String();
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h13 #include <String.h>
28 const char *GetName() { return fName.String(); }
29 const char *GetDescription() { return fDescription.String(); }
30 const char *GetShortDescription() { return fShortDesc.String(); }
31 const char *GetVersion() { return fVersion.String(); }
32 const char *GetDisclaimer() { return fDisclaimer.String(); }
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h22 String Name() const;
60 inline String
64 return head != NULL ? head->Name() : String();
80 typedef String KeyType;
83 size_t HashKey(const String& key) const
93 bool Compare(const String& key, const DependencyFamily* value) const

Completed in 89 milliseconds

1234567891011>>