Searched refs:String (Results 1 - 25 of 1817) sorted by relevance

1234567891011>>

/haiku/headers/build/os/support/
H A DString.h1 #include <../os/support/String.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DString.h12 class String { class
14 String();
15 String(const String& other);
16 ~String();
28 String& operator=(const String& other);
30 bool operator==(const String& other) const;
31 bool operator!=(const String& other) const;
41 String function in class:String
49 String::String(const String& other) function in class:String
[all...]
H A DString.cpp7 #include "String.h"
11 String::SetToExactLength(const char* string, size_t length)
23 String&
24 String::operator=(const String& other)
H A DStringKey.h9 #include "String.h"
14 StringKey(const ::String& string)
28 const char* String() const function in class:StringKey
38 bool operator==(const ::String& other) const
45 bool operator!=(const ::String& other) const
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrtoul64.c3 * Module Name: utstrtoul64 - String-to-integer conversion support for both
205 * PARAMETERS: String - Null terminated input string,
230 char *String,
238 ACPI_FUNCTION_TRACE_STR (UtStrtoul64, String);
245 if (*String == 0)
250 if (!AcpiUtRemoveWhitespace (&String))
258 if (AcpiUtDetectHexPrefix (&String))
267 else if (AcpiUtDetectOctalPrefix (&String))
272 if (!AcpiUtRemoveLeadingZeros (&String))
292 Status = AcpiUtConvertOctalString (String, ReturnValu
229 AcpiUtStrtoul64( char *String, UINT64 *ReturnValue) argument
367 AcpiUtImplicitStrtoul64( char *String) argument
455 AcpiUtExplicitStrtoul64( char *String) argument
[all...]
H A Dutstrsuppt.c184 * PARAMETERS: String - Null terminated input string
199 char *String,
208 while (*String)
215 if (!(ACPI_IS_OCTAL_DIGIT (*String)))
225 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String);
232 String++;
246 * PARAMETERS: String - Null terminated input string
261 char *String,
270 while (*String)
277 if (!isdigit ((int) *String))
198 AcpiUtConvertOctalString( char *String, UINT64 *ReturnValuePtr) argument
260 AcpiUtConvertDecimalString( char *String, UINT64 *ReturnValuePtr) argument
322 AcpiUtConvertHexString( char *String, UINT64 *ReturnValuePtr) argument
382 AcpiUtRemoveLeadingZeros( char **String) argument
411 AcpiUtRemoveWhitespace( char **String) argument
437 AcpiUtDetectHexPrefix( char **String) argument
465 AcpiUtRemoveHexPrefix( char **String) argument
490 AcpiUtDetectOctalPrefix( char **String) argument
[all...]
H A Dutnonansi.c180 char *String; local
193 for (String = SrcString; *String; String++)
195 *String = (char) tolower ((int) *String);
216 char *String; local
229 for (String = SrcString; *String; String
[all...]
H A Dutclib.c367 * PARAMETERS: String - Null terminated string
378 const char *String)
385 while (*String)
388 String++;
399 * PARAMETERS: String - Null terminated string
411 const char *String,
417 for ( ; *String != '\0'; ++String)
421 if (*String == *Delimiter)
423 return (ACPI_CAST_PTR (char, String));
377 strlen( const char *String) argument
410 strpbrk( const char *String, const char *Delimiters) argument
446 strtok( char *String, const char *Delimiters) argument
500 char *String = DstString; local
540 char *String = DstString; local
609 strchr( const char *String, int ch) argument
680 char *String; local
718 char *String; local
804 strtoul( const char *String, char **Terminator, UINT32 Base) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp0 // String.cpp
6 #include "String.h"
9 \class String
14 String::String() function in class:String
21 String::String(const String &string) function in class:String
29 String::String(cons function in class:String
[all...]
/haiku/headers/private/userlandfs/shared/
H A DString.h0 // String.h
34 // String
35 class String { class in namespace:UserlandFSUtil
37 String();
38 String(const String &string);
39 String(const char *string, int32 length = -1);
40 ~String();
52 String &operator=(const String
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DString.h34 // String
35 class String { class
37 inline String();
38 inline String(const String &string);
39 inline String(const char *string, int32 length = -1);
40 inline ~String();
52 inline String &operator=(const String &string);
53 inline bool operator==(const String
70 String::String() function in class:String
77 String::String(const String &string) function in class:String
85 String::String(const char *string, int32 length) function in class:String
[all...]
/haiku/src/apps/webpositive/support/
H A DBaseURL.h8 #include <String.h>
/haiku/src/servers/app/
H A DProfileMessageSupport.h12 #include <String.h>
/haiku/src/tests/kits/support/bstring/
H A DStringAssignTest.cpp3 #include <String.h>
25 CPPUNIT_ASSERT(strcmp(string.String(), string2.String()) == 0);
26 CPPUNIT_ASSERT(strcmp(string.String(), "Something") == 0);
32 CPPUNIT_ASSERT(strcmp(str->String(), "Something Else") == 0);
41 CPPUNIT_ASSERT(strcmp(str->String(), "Something movable") == 0);
42 CPPUNIT_ASSERT(strcmp(movableString.String(), "") == 0);
51 CPPUNIT_ASSERT(strcmp(str->String(), "") == 0);
58 CPPUNIT_ASSERT(strcmp(str->String(), "") == 0);
64 CPPUNIT_ASSERT(strcmp(str->String(), "BL
[all...]
H A DStringFormatAppendTest.cpp3 #include <String.h>
27 CPPUNIT_ASSERT(strcmp(string->String(), "some text") == 0);
35 CPPUNIT_ASSERT(strcmp(string->String(), "some text") == 0);
43 CPPUNIT_ASSERT(strcmp(string->String(), "string") == 0);
50 CPPUNIT_ASSERT(strcmp(string->String(), "level 42") == 0);
56 CPPUNIT_ASSERT(strcmp(string->String(), "error -1") == 0);
63 CPPUNIT_ASSERT(strcmp(string->String(), "number 296") == 0);
70 CPPUNIT_ASSERT(strcmp(string->String(), "102456") == 0);
77 CPPUNIT_ASSERT(strcmp(string->String(), "112456") == 0);
83 CPPUNIT_ASSERT(strcmp(string->String(), "
[all...]
H A DStringEscapeTest.cpp3 #include <String.h>
26 CPPUNIT_ASSERT(strcmp(string1->String(), "/ab/cde/fghi") == 0);
33 CPPUNIT_ASSERT(strcmp(string1->String(), "") == 0);
40 CPPUNIT_ASSERT(strcmp(string1->String(), "abcdefghi") == 0);
47 CPPUNIT_ASSERT(strcmp(string1->String(), "n0ew0str0ing") == 0);
56 CPPUNIT_ASSERT(strcmp(string1->String(), "") == 0);
60 // String was empty
64 CPPUNIT_ASSERT(strcmp(string1->String(), "n0ew0str0ing") == 0);
71 CPPUNIT_ASSERT(strcmp(string1->String(), "anhgbhhgyfgtuhjkb") == 0);
74 // String wa
[all...]
H A DStringCaseTest.cpp3 #include <String.h>
26 CPPUNIT_ASSERT(strcmp(string->String(), "This is a sentence") == 0);
32 CPPUNIT_ASSERT(strcmp(string->String(), "134this is a sentence") == 0);
38 CPPUNIT_ASSERT(strcmp(string->String(), "") == 0);
45 CPPUNIT_ASSERT(strcmp(string->String(), "1a2b3c4d5e6f7g") == 0);
51 CPPUNIT_ASSERT(strcmp(string->String(), "") == 0);
58 CPPUNIT_ASSERT(strcmp(string->String(), "1A2B3C4D5E6F7G") == 0);
64 CPPUNIT_ASSERT(strcmp(string->String(), "") == 0);
71 CPPUNIT_ASSERT(strcmp(string->String(), "Each Word 3Will_Be >Capitalized") == 0);
77 CPPUNIT_ASSERT(strcmp(string->String(), "")
[all...]
H A DStringReplaceTest.cpp3 #include <String.h>
28 CPPUNIT_ASSERT(strcmp(str1->String(), "best string") == 0);
34 CPPUNIT_ASSERT(strcmp(str1->String(), "test string") == 0);
41 CPPUNIT_ASSERT(strcmp(str1->String(), "test swring") == 0);
47 CPPUNIT_ASSERT(strcmp(str1->String(), "test string") == 0);
54 CPPUNIT_ASSERT(strcmp(str1->String(), "iesi siring") == 0);
60 CPPUNIT_ASSERT(strcmp(str1->String(), "test string") == 0);
66 CPPUNIT_ASSERT(strcmp(str1->String(), "test string") == 0);
72 CPPUNIT_ASSERT(strcmp(str1->String(), "tesi siring") == 0);
79 CPPUNIT_ASSERT(strcmp(str1->String(),
[all...]
H A DStringAppendTest.cpp3 #include <String.h>
27 CPPUNIT_ASSERT(strcmp(str1->String(), "BASEAPPENDED") == 0);
35 CPPUNIT_ASSERT(strcmp(str1->String(), "BaseAPPENDED") == 0);
41 CPPUNIT_ASSERT(strcmp(str1->String(), "APPENDEDTONOTHING") == 0);
49 CPPUNIT_ASSERT(strcmp(str1->String(), "Base") == 0);
56 CPPUNIT_ASSERT(strcmp(str1->String(), "BaseC") == 0);
64 CPPUNIT_ASSERT(strcmp(str1->String(), "BASEAPPENDED") == 0);
72 CPPUNIT_ASSERT(strcmp(str1->String(), "BaseAPPENDED") == 0);
78 CPPUNIT_ASSERT(strcmp(str1->String(), "APPENDEDTONOTHING") == 0);
85 CPPUNIT_ASSERT(strcmp(str1->String(), "Bas
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DUtilities.h9 #include <String.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageSymlink.h17 void SetSymlinkPath(const String& path);
19 virtual String SymlinkPath() const;
22 String fSymlinkPath;
/haiku/headers/private/shared/
H A DFunctionTracer.h10 #include <String.h>
26 printf("%s%s {\n", fPrepend.String(), fFunctionName.String());
31 // printf("%s - leave\n", fFunctionName.String());
32 printf("%s}\n", fPrepend.String());
/haiku/src/preferences/printers/
H A DGlobals.h13 #include <String.h>
/haiku/headers/os/package/
H A DWritableFileUpdateType.h9 #include <String.h>
/haiku/src/kits/debugger/demangler/
H A DDemangler.h8 #include <String.h>

Completed in 367 milliseconds

1234567891011>>