Searched refs:Length (Results 276 - 300 of 500) sorted by relevance

<<11121314151617181920

/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp1604 int32 length = string.Length();
1625 start = viewText.FindLast(string, viewText.Length());
1627 start = viewText.IFindLast(string, viewText.Length());
1675 fTextView->Delete(start, start + findThis.Length());
1676 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
1678 fTextView->Select(start, start + replaceWith.Length());
1707 fTextView->Delete(start, start + findThis.Length());
1708 fTextView->Insert(start, replaceWith.String(), replaceWith.Length());
1711 start += replaceWith.Length();
1871 if (label2.Length() >
[all...]
/haiku-fatelf/src/kits/tracker/
H A DQueryPoseView.cpp366 if (!fSearchForMimeType.Length()) {
380 if (buffer.Length()) {
390 if (!fSearchForMimeType.Length())
H A DQueryContainerWindow.cpp155 int32 length = sanitizedType.Length();
/haiku-fatelf/src/kits/locale/
H A DLocaleRoster.cpp584 if (signature.Length() == 0 || context.Length() == 0
585 || string.Length() == 0)
/haiku-fatelf/headers/os/net/
H A DNetworkAddress.h87 size_t Length() const;
/haiku-fatelf/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp144 if (bytes.Length() == 1) {
H A DT9InputServerMethod.cpp145 if (bytes.Length() == 1) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h269 UINT32 Length; member in struct:acpi_namespace_node
344 UINT32 Length; member in struct:acpi_namestring_info
963 UINT32 Length; /* AML length */ member in struct:acpi_parse_obj_named
1289 UINT16 Length; member in struct:acpi_external_list
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DASIXDevice.cpp30 uint16 Length() { return fLength; } function in struct:TRXHeader
226 *numBytes = header.Length();
228 if (fActualLengthRead - sizeof(TRXHeader) > header.Length()) {
230 header.Length(), fActualLengthRead - sizeof(TRXHeader));
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlMaster.h82 return ElementPosition + EbmlId(*this).Length + CodedSizeLength(Size, SizeLength, bSizeIsFinite);
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dmpc_dec.h85 unsigned int Length; member in struct:MPC_decoder::__anon2627
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp124 if (manufacturer.Length() == 0)
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DFonts.h130 int32 Length() const { return fFontFiles.CountItems(); } function in class:Fonts
H A DPDFText.cpp327 int32 len = s.Length()+2;
330 memcpy(&buf[2], s.String(), s.Length());
555 for (int i = 0; i < unicode.Length(); i += 2) {
606 const int n = fFonts->Length();
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.h113 uint32 Length() const;
H A Dconvert.cpp47 size_t Length() const;
332 TextOutput::Length() const function in class:TextOutput
507 fOffset += write_text(fContext, text->String(), text->Length(), fTarget);
525 textSize = counter.Length();
/haiku-fatelf/src/apps/debugger/model/
H A DDisassembledCode.cpp91 return line != NULL ? line->line.Length() : 0;
H A DTypeComponentPath.cpp27 && name.Compare(other.name, other.name.Length()) == 0;
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DRemovePLItemsCommand.cpp104 if (errorFiles.Length() > 0)
/haiku-fatelf/src/apps/poorman/
H A DPoorManWindow.cpp272 line.String(), line.Length(), &runs);
278 fLogFile->Write(line.String(), line.Length());
328 line, line.Length());
334 fLogFile->Write(line, line.Length());
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.h156 void Length(BMessage * message);
/haiku-fatelf/src/bin/locale/
H A Dlinkcatkeys.cpp93 if (inputFiles.empty() || !catalogSig || !outputFile.Length())
/haiku-fatelf/src/kits/debug/
H A DTeamDebugger.cpp186 if (directory.Length() == 0)
/haiku-fatelf/src/kits/package/
H A DRepositoryConfig.cpp71 int32 size = configString.Length();
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.cpp417 i = string.Length() - 1;
713 if (!name.Compare(&term[index], name.Length())
714 && name.Length() > bestLength) {
716 bestLength = name.Length();

Completed in 251 milliseconds

<<11121314151617181920