Searched defs:string (Results 401 - 425 of 451) sorted by relevance

<<111213141516171819

/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp306 parse_node_ref(const char *string, node_ref &ref, const char **_end = NULL) argument
/haiku/src/apps/tv/
H A DMainWin.cpp300 BString string; local
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp101 char string[kMaxTokenLength]; member in struct:Token
106 void SetTo(const char* string, int32 length, int32 position, int32 type) argument
163 Tokenizer(const char* string) argument
169 void SetTo(const char* string) argument
[all...]
/haiku/src/servers/app/
H A DServerFont.cpp455 const char* string = charArray; local
695 ServerFont::GetHasGlyphs(const char* string, int32 numBytes, int32 numChars, argument
768 ServerFont::GetEdges(const char* string, int32 numBytes, int32 numChars, argument
850 GetEscapements(const char* string, int32 numBytes, int32 numChars, escapement_delta delta, BPoint escapementArray[], BPoint offsetArray[]) const argument
902 GetEscapements(const char* string, int32 numBytes, int32 numChars, escapement_delta delta, float widthArray[]) const argument
1010 GetBoundingBoxes(const char* string, int32 numBytes, int32 numChars, BRect rectArray[], bool stringEscapement, font_metric_mode mode, escapement_delta delta, bool asString) argument
1044 const char* string = charArray[i]; local
1084 StringWidth(const char *string, int32 numBytes, const escapement_delta* deltaArray) const argument
[all...]
H A DView.cpp467 View::SetName(const char* string) argument
H A DServerPicture.cpp518 draw_string(void* _canvas, const char* string, size_t length, float deltaSpace, argument
542 draw_string_locations(void* _canvas, const char* string, size_t length, argument
/haiku/src/kits/interface/
H A DColorControl.cpp311 char string[4]; local
H A DFont.cpp957 const char* string = inOut->String(); local
1020 BFont::StringWidth(const char* string, int32 length) const argument
[all...]
H A DPicturePlayer.cpp150 char* string = strndup(_string, length); local
516 char* string = strndup(_string, length); local
1211 const char* string; local
1229 const char* string; local
[all...]
H A DInterfaceDefs.cpp1780 truncate_string(BString& string, uint32 mode, float width, argument
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp463 BString string = "���������������"; local
235 PackageIconAndTitleField(const char* packageName, const char* string) argument
[all...]
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp485 char* string; local
587 char* string; local
622 char* string; local
1303 char* string; local
[all...]
/haiku/headers/os/drivers/
H A DACPI.h95 char *string; /* You have to allocate string space yourself */ member in struct:acpi_object_type::__anon5
96 } string; member in union:acpi_object_type
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1162 AccelerantHWInterface::GetAccelerantPath(BString& string) argument
1173 AccelerantHWInterface::GetDriverPath(BString& string) argument
/haiku/src/tools/fs_shell/
H A Dfssh.cpp302 static char string[64]; local
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp232 parse_type(const char* string) argument
242 parse_protocol(const char* string) argument
1327 const char* string; local
1454 const char* string; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c1590 an_dump_record(struct an_softc *sc, struct an_ltv_gen *ltv, char *string) argument
/haiku/src/kits/media/
H A DParameterWeb.cpp195 char *string = (char *)malloc(length + 1); local
237 write_string_to_buffer(void **_buffer, const char *string) argument
[all...]
/haiku/src/kits/app/
H A DRoster.cpp352 char string[B_MIME_TYPE_LENGTH * 4]; local
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1292 strind_id string = S_null; local
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp202 CachedString* string = fStringCache.Get(value.string); local
[all...]
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1337 DrawingEngine::DrawString(const char* string, int32 length, argument
1387 DrawingEngine::DrawString(const char* string, int32 length, argument
1414 StringWidth(const char* string, int32 length, escapement_delta* delta) argument
1422 StringWidth(const char* string, int32 length, const ServerFont& font, escapement_delta* delta) argument
1430 DrawStringDry(const char* string, int32 length, const BPoint& pt, escapement_delta* delta) argument
1451 DrawStringDry(const char* string, int32 length, const BPoint* offsets) argument
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp370 BasicTerminalBuffer::GetStringFromRegion(BString& string, const TermPos& start, argument
1651 BasicTerminalBuffer::_GetPartialLineString(BString& string, int32 row, argument
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp71 bs_printf(BString* string, const char* format, ...) argument
1726 StyledEditWindow::_Search(BString string, bool caseSensitive, bool wrap, argument
[all...]
/haiku/src/kits/support/
H A DString.cpp58 strlen_clamp(const char* string, int32 max) argument
67 string_length(const char* string) argument
75 safestr(const char* string) argument
167 BString(const char* string) argument
175 BString(const BString& string) argument
189 BString(const char* string, int32 maxLength) argument
230 HashValue(const char* string) argument
250 operator =(const BString& string) argument
257 operator =(const char* string) argument
289 SetTo(const char* string, int32 maxLength) argument
304 SetTo(const BString& string) argument
335 SetTo(const BString& string, int32 maxLength) argument
374 SetToChars(const char* string, int32 charCount) argument
381 SetToChars(const BString& string, int32 charCount) argument
388 AdoptChars(BString& string, int32 charCount) argument
573 Append(const BString& string, int32 length) argument
585 Append(const char* string, int32 length) argument
607 AppendChars(const BString& string, int32 charCount) argument
614 AppendChars(const char* string, int32 charCount) argument
624 Prepend(const char* string) argument
633 Prepend(const BString& string) argument
642 Prepend(const char* string, int32 length) argument
651 Prepend(const BString& string, int32 length) argument
669 PrependChars(const char* string, int32 charCount) argument
676 PrependChars(const BString& string, int32 charCount) argument
686 Insert(const char* string, int32 position) argument
705 Insert(const char* string, int32 length, int32 position) argument
724 Insert(const char* string, int32 fromOffset, int32 length, int32 position) argument
734 Insert(const BString& string, int32 position) argument
743 Insert(const BString& string, int32 length, int32 position) argument
752 Insert(const BString& string, int32 fromOffset, int32 length, int32 position) argument
778 InsertChars(const char* string, int32 charPosition) argument
785 InsertChars(const char* string, int32 charCount, int32 charPosition) argument
793 InsertChars(const char* string, int32 fromCharOffset, int32 charCount, int32 charPosition) argument
804 InsertChars(const BString& string, int32 charPosition) argument
811 InsertChars(const BString& string, int32 charCount, int32 charPosition) argument
819 InsertChars(const BString& string, int32 fromCharOffset, int32 charCount, int32 charPosition) argument
873 RemoveFirst(const BString& string) argument
885 RemoveLast(const BString& string) argument
896 RemoveAll(const BString& string) argument
909 RemoveFirst(const char* string) argument
922 RemoveLast(const char* string) argument
935 RemoveAll(const char* string) argument
1062 Compare(const BString& string, int32 length) const argument
1069 Compare(const char* string, int32 length) const argument
1076 CompareAt(size_t offset, const BString& string, int32 length) const argument
1083 CompareChars(const BString& string, int32 charCount) const argument
1090 CompareChars(const char* string, int32 charCount) const argument
1111 ICompare(const BString& string, int32 length) const argument
1118 ICompare(const char* string, int32 length) const argument
1145 FindFirst(const BString& string, int32 fromOffset) const argument
1156 FindFirst(const char* string, int32 fromOffset) const argument
1211 FindFirstChars(const BString& string, int32 fromCharOffset) const argument
1218 FindFirstChars(const char* string, int32 fromCharOffset) const argument
1242 FindLast(const BString& string, int32 beforeOffset) const argument
1253 FindLast(const char* string, int32 beforeOffset) const argument
1308 FindLastChars(const BString& string, int32 beforeCharOffset) const argument
1315 FindLastChars(const char* string, int32 beforeCharOffset) const argument
1339 IFindFirst(const BString& string, int32 fromOffset) const argument
1350 IFindFirst(const char* string, int32 fromOffset) const argument
1381 IFindLast(const BString& string, int32 beforeOffset) const argument
1392 IFindLast(const char* string, int32 beforeOffset) const argument
1420 StartsWith(const char* string, int32 length) const argument
1444 IStartsWith(const char* string, int32 length) const argument
1468 EndsWith(const char* string, int32 length) const argument
1493 IEndsWith(const char* string, int32 length) const argument
2103 const char* string = String(); local
2137 operator <<(const char* string) argument
2149 operator <<(const BString& string) argument
2466 _DoAppend(const char* string, int32 length) argument
2478 _DoPrepend(const char* string, int32 length) argument
2493 _DoInsert(const char* string, int32 offset, int32 length) argument
2508 _ShortFindAfter(const char* string, int32 len) const argument
2520 _FindAfter(const char* string, int32 offset, int32 length) const argument
2532 _IFindAfter(const char* string, int32 offset, int32 length) const argument
2544 _FindBefore(const char* string, int32 offset, int32 length) const argument
2560 _IFindBefore(const char* string, int32 offset, int32 length) const argument
2576 _DoCharacterEscape(const char* string, const char* setOfCharsToEscape, char escapeChar) argument
2631 _DoCharacterDeescape(const char* string, char escapeChar) argument
2725 __ls__7BStringR7BString(BString* self, BString& string) argument
2755 BStringRef(BString& string, int32 position) argument
[all...]

Completed in 400 milliseconds

<<111213141516171819