Searched refs:Length (Results 251 - 275 of 551) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp50 CPPUNIT_ASSERT(buffer.Length() > 0);
/haiku/src/tests/kits/support/bstring/
H A DStringAppendTest.cpp102 CPPUNIT_ASSERT(str1->Length() == (int32)strlen("BaseAPPENDED"));
H A DStringAssignTest.cpp108 CPPUNIT_ASSERT(str->Length() == 2);
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp115 if (fFilter.Length() != 0) {
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp209 off_t size = fReq->Result().Length();
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp221 expectedResponseHeaders["Content-Length"] = "144";
248 CPPUNIT_ASSERT_EQUAL(144, result.Length());
322 "Content-Length: 0\r\n"
330 expectedResponseHeaders["Content-Length"] = "169";
354 CPPUNIT_ASSERT_EQUAL(169, response.Length());
401 "Content-Length: 1404\r\n"
420 expectedResponseHeaders["Content-Length"] = "913";
455 CPPUNIT_ASSERT_EQUAL(913, result.Length());
483 expectedResponseHeaders["Content-Length"] = "212";
529 expectedResponseHeaders["Content-Length"]
[all...]
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp242 if (path.Length() > 0) {
342 if (path.Length() > 0) {
366 if (fCurrentControlLook.Length() == 0)
436 || fCurrentControlLook.Length() != 0
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp157 if (auto status = fLogFile.WriteExactly(output.String(), output.Length()); status != B_OK)
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp84 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h75 int32 Length() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h1087 UINT32 Length; /* # of bytes in string, excluding trailing null */ member in struct:acpi_object::__anon20
1094 UINT32 Length; /* # of bytes in buffer */ member in struct:acpi_object::__anon21
1160 ACPI_SIZE Length; /* Length in bytes of the buffer */ member in struct:acpi_buffer
1325 UINT16 Length; member in struct:acpi_connection_info
1334 UINT16 Length; member in struct:acpi_pcc_info
1342 UINT64 Length; member in struct:acpi_ffh_info
1378 /* Length of 32-bit EISAID values when converted back to a string */
1382 /* Length of UUID (string) values */
1386 /* Length o
1395 UINT32 Length; /* Length of string + null */ member in struct:acpi_pnp_device_id
1469 ACPI_SIZE Length; member in struct:acpi_mem_mapping
1476 UINT32 Length; member in struct:acpi_mem_space_context
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp206 file.Write(line.String(), line.Length());
216 file.Write(line.String(), line.Length());
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp156 if (!portId.Length()) {
164 if (portName.Length())
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp216 const uint32 numChars = UTF8CountChars(realText, Length());
258 int32 textLen = Length();
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp151 if (name.Length() <= Name().Length())
/haiku/src/kits/package/
H A DPackageInfoStringBuilder.h40 return (size_t)_string.Length() == fData.BufferLength()
303 _Write(data, data.Length());
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp167 if (host == NULL && portString.Length() == 0) {
173 portString.Length() != 0 ? portString.String() : NULL, &hint, &fInfo);
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp208 file.Write(line.String(), line.Length());
218 file.Write(line.String(), line.Length());
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp176 view->Insert(0, tagString.String(), tagString.Length(), &array);
187 view->Insert(view->TextLength(),atime.String(),atime.Length(),&array);
/haiku/src/apps/codycam/
H A DSftpClient.cpp93 host.MoveInto(port, host.FindFirst(':'), host.Length());
96 if (port.Length())
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp89 if (error.Length() > 0) {
101 if (error.Length() > 0) {
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp141 if (fResourceID == -1 && fMimeType.Length() == 0 && fBuffer == NULL)
173 else if (fMimeType.Length() > 0)
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp260 if (!outputFile.Length() && inputFile) {
269 if (!inputFile || !catalogSig || !outputFile.Length() || !catalogLang)
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp264 if (!outputFile.Length() && inputFile) {
273 if (!inputFile || !catalogSig || !outputFile.Length() || !catalogLang)
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp258 if (item.Length() > 0)
267 return file.Write(content.String(), content.Length());

Completed in 252 milliseconds

<<11121314151617181920>>