|
@@ -819,6 +819,7 @@ Function Pos(C:Char;const s:shortstring):SizeInt;
|
|
|
{$ifdef FPC_HAS_FEATURE_ANSISTRINGS}
|
|
|
Function Pos (const Substr : ShortString; const Source : AnsiString) : SizeInt;
|
|
|
Procedure SetString (out S : AnsiString; Buf : PChar; Len : SizeInt);
|
|
|
+Procedure SetString (out S : AnsiString; Buf : PWideChar; Len : SizeInt);
|
|
|
{$endif FPC_HAS_FEATURE_ANSISTRINGS}
|
|
|
Procedure SetString (out S : Shortstring; Buf : PChar; Len : SizeInt);
|
|
|
function ShortCompareText(const S1, S2: shortstring): SizeInt;
|