Class TXQCollationCodepoint

Unit

Declaration

type TXQCollationCodepoint = class(TXQCollation)

Description

No description available, ancestor TXQCollation description follows

Class to perform string comparisons, so they different comparison rules can be used in different languages

Hierarchy

Overview

Methods

Public function doCompare(const a, b: string): integer; override;
Public function equal(const a, b: string): boolean; override;
Public function find(const strToBeExaminated, searched: string; out matchStart, matchLength: SizeInt): boolean; override;
Public function contains(const strToBeExaminated, searched: string): boolean; override;
Public function startsWith(const strToBeExaminated, expectedStart: string): boolean; override;
Public function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override;
Public function key(s: string): string; override;

Description

Methods

Public function doCompare(const a, b: string): integer; override;
 
Public function equal(const a, b: string): boolean; override;
 
Public function find(const strToBeExaminated, searched: string; out matchStart, matchLength: SizeInt): boolean; override;
 
Public function contains(const strToBeExaminated, searched: string): boolean; override;
 
Public function startsWith(const strToBeExaminated, expectedStart: string): boolean; override;
 
Public function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override;
 
Public function key(s: string): string; override;
 

Generated by PasDoc 0.16.0.