Source position: character.pas line 255
public class function TCharHelper.IsSurrogatePair(
const HighSurrogate: UnicodeChar;
const LowSurrogate: UnicodeChar
):Boolean; overload;class function TCharHelper.IsSurrogatePair(
const S: UnicodeString;
Index: Integer
):Boolean; overload;