Home
last modified time | relevance | path

Searched refs:AStr (Results 201 – 225 of 478) sorted by relevance

12345678910>>...20

/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/promknl/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/progate/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/protick/
H A Dmkstring.pas18 Procedure MKStrCat(Var St: String; AStr: String);
737 Procedure MKStrCat(Var St: String; AStr: String);
742 i := Length(AStr);
745 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/promknl/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/protick/
H A Dmkstring.pas18 Procedure MKStrCat(Var St: String; AStr: String);
737 Procedure MKStrCat(Var St: String; AStr: String);
742 i := Length(AStr);
745 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/progate/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/promknl/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/protick/
H A Dmkstring.pas18 Procedure MKStrCat(Var St: String; AStr: String);
737 Procedure MKStrCat(Var St: String; AStr: String);
742 i := Length(AStr);
745 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-htick/husky-htick-1.9.20191207/protick/
H A Dmkstring.pas18 Procedure MKStrCat(Var St: String; AStr: String);
737 Procedure MKStrCat(Var St: String; AStr: String);
742 i := Length(AStr);
745 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/progate/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-htick/husky-htick-1.9.20191207/promknl/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/promknl/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/news/husky/husky-1.9.20191207/progate/
H A Dmkstring.pas15 Procedure MKStrCat(Var St: String; AStr: String);
734 Procedure MKStrCat(Var St: String; AStr: String);
739 i := Length(AStr);
742 Move(AStr[1], St[Length(St) + 1], i);
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dproc_editor.pas97 procedure EditorSetLine(Ed: TATSynEdit; AIndex: integer; AStr: UnicodeString);
98 procedure EditorSetAllText(Ed: TATSynEdit; const AStr: string);
2092 for i:= 1 to Length(AStr) do
2093 if (AStr[i]=#10) or (AStr[i]=#13) then
2094 AStr[i]:= '_';
2099 Strs.LineAdd(AStr);
2110 Strs.Lines[AIndex]:= AStr;
2120 procedure EditorSetAllText(Ed: TATSynEdit; const AStr: string);
2131 Strs.LoadFromString(AStr);
2166 Strs.TextAppend(AStr, Shift, APosAfter)
[all …]
/dports/editors/lazarus/lazarus/lcl/
H A Dpostscriptcanvas.pas2476 AStr: string;
2527 AP := TextExtent(PChar(AStr));
2553 AP := TextExtent(PChar(AStr));
2556 WordWrap(PChar(AStr), MaxWidth, Lines, NumLines);
2768 SetLength(AStr, Count);
2770 System.Move(Str^, AStr[1], Count);
2773 AStr := StringReplace(AStr, #9, TabString, [rfReplaceAll]);
2778 pIndex := DeleteAmpersands(AStr);
2779 if pIndex > Length(AStr) then
2809 DrawLine(PChar(AStr), length(AStr), theRect.Top);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpostscriptcanvas.pas2476 AStr: string;
2527 AP := TextExtent(PChar(AStr));
2553 AP := TextExtent(PChar(AStr));
2556 WordWrap(PChar(AStr), MaxWidth, Lines, NumLines);
2768 SetLength(AStr, Count);
2770 System.Move(Str^, AStr[1], Count);
2773 AStr := StringReplace(AStr, #9, TabString, [rfReplaceAll]);
2778 pIndex := DeleteAmpersands(AStr);
2779 if pIndex > Length(AStr) then
2809 DrawLine(PChar(AStr), length(AStr), theRect.Top);
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas221 function GetTextExtentPoint(AStr: PChar; ACount: Integer; var Size: TSize): Boolean; in GetTextExtentPoint()
237 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
258 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
915 function TCocoaContext.GetTextExtentPoint(AStr: PChar; ACount: Integer; in GetTextExtentPoint()
926 if ACount < 0 then LStr := AStr
927 else LStr := Copy(AStr, 1, ACount);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas221 function GetTextExtentPoint(AStr: PChar; ACount: Integer; var Size: TSize): Boolean; in GetTextExtentPoint()
237 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
258 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
915 function TCocoaContext.GetTextExtentPoint(AStr: PChar; ACount: Integer; in GetTextExtentPoint()
926 if ACount < 0 then LStr := AStr
927 else LStr := Copy(AStr, 1, ACount);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas221 function GetTextExtentPoint(AStr: PChar; ACount: Integer; var Size: TSize): Boolean; in GetTextExtentPoint()
237 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
258 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
915 function TCocoaContext.GetTextExtentPoint(AStr: PChar; ACount: Integer; in GetTextExtentPoint()
926 if ACount < 0 then LStr := AStr
927 else LStr := Copy(AStr, 1, ACount);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas221 function GetTextExtentPoint(AStr: PChar; ACount: Integer; var Size: TSize): Boolean; in GetTextExtentPoint()
237 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
258 function CheckBitmap(ABitmap: HBITMAP; AStr: string): Boolean; in CheckBitmap()
915 function TCocoaContext.GetTextExtentPoint(AStr: PChar; ACount: Integer; in GetTextExtentPoint()
926 if ACount < 0 then LStr := AStr
927 else LStr := Copy(AStr, 1, ACount);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dfpvutils.pas39 TFPVUDebugOutCallback = procedure (AStr: string) of object;
103 procedure FPVUDebug(AStr: string);
104 procedure FPVUDebugLn(AStr: string);
1169 procedure FPVUDebug(AStr: string);
1171 FPVDebugBuffer := FPVDebugBuffer + AStr;
1174 procedure FPVUDebugLn(AStr: string);
1177 FPVUDebugOutCallback(FPVDebugBuffer + AStr);
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dfpvutils.pas39 TFPVUDebugOutCallback = procedure (AStr: string) of object;
103 procedure FPVUDebug(AStr: string);
104 procedure FPVUDebugLn(AStr: string);
1169 procedure FPVUDebug(AStr: string);
1171 FPVDebugBuffer := FPVDebugBuffer + AStr;
1174 procedure FPVUDebugLn(AStr: string);
1177 FPVUDebugOutCallback(FPVDebugBuffer + AStr);
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dfpvutils.pas39 TFPVUDebugOutCallback = procedure (AStr: string) of object;
103 procedure FPVUDebug(AStr: string);
104 procedure FPVUDebugLn(AStr: string);
1169 procedure FPVUDebug(AStr: string);
1171 FPVDebugBuffer := FPVDebugBuffer + AStr;
1174 procedure FPVUDebugLn(AStr: string);
1177 FPVUDebugOutCallback(FPVDebugBuffer + AStr);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dfpvutils.pas39 TFPVUDebugOutCallback = procedure (AStr: string) of object;
103 procedure FPVUDebug(AStr: string);
104 procedure FPVUDebugLn(AStr: string);
1169 procedure FPVUDebug(AStr: string);
1171 FPVDebugBuffer := FPVDebugBuffer + AStr;
1174 procedure FPVUDebugLn(AStr: string);
1177 FPVUDebugOutCallback(FPVDebugBuffer + AStr);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp567 DIEString AStr = getString("A"); in TEST_F() local
568 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F()
603 DIEString AStr = getString("A"); in TEST_F() local
604 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F()
649 DIEString AStr = getString("A"); in TEST_F() local
650 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F()

12345678910>>...20