mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Some case fixes
git-svn-id: trunk@49375 -
(cherry picked from commit 83253676a3
)
This commit is contained in:
parent
9f96c73881
commit
d99801fb09
@ -223,7 +223,7 @@ function Dec2Numb(N: Longint; Len, Base: Byte): string;
|
||||
function Numb2Dec(S: string; Base: Byte): Longint;
|
||||
function IntToBin(Value: Longint; Digits, Spaces: Integer): string;
|
||||
function IntToBin(Value: Longint; Digits: Integer): string;
|
||||
function intToBin(Value: int64; Digits:integer): string;
|
||||
function IntToBin(Value: int64; Digits:integer): string;
|
||||
function IntToRoman(Value: Longint): string;
|
||||
function TryRomanToInt(S: String; out N: LongInt; Strictness: TRomanConversionStrictness = rcsRelaxed): Boolean;
|
||||
function RomanToInt(const S: string; Strictness: TRomanConversionStrictness = rcsRelaxed): Longint;
|
||||
@ -248,7 +248,7 @@ function PosSet (const c:string;const s : ansistring ):SizeInt;
|
||||
function PosSetEx (const c:TSysCharSet;const s : ansistring;count:Integer ):SizeInt;
|
||||
function PosSetEx (const c:string;const s : ansistring;count:Integer ):SizeInt;
|
||||
|
||||
Procedure Removeleadingchars(VAR S : AnsiString; Const CSet:TSysCharset);
|
||||
Procedure RemoveLeadingchars(VAR S : AnsiString; Const CSet:TSysCharset);
|
||||
Procedure RemoveTrailingChars(VAR S : AnsiString;Const CSet:TSysCharset);
|
||||
Procedure RemovePadChars(VAR S : AnsiString;Const CSet:TSysCharset);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user