C# Class SIL.FieldWorks.Language.ManagedLgIcuCollator

Inheritance: ILgCollatingEngine, IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Compare ( string bstrValue1, string bstrValue2, LgCollatingOptions colopt ) : int
CompareVariant ( object saValue1, object saValue2, LgCollatingOptions colopt ) : int
Dispose ( ) : void
Open ( string bstrLocale ) : void
SortKeyRgch ( string _ch, int cchIn, LgCollatingOptions colopt, int cchMaxOut, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _chKey, int &_cchOut ) : void
get_SortKey ( string bstrValue, LgCollatingOptions colopt ) : string
get_SortKeyVariant ( string bstrValue, LgCollatingOptions colopt ) : object

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void
EnsureCollator ( ) : void

Private Methods

Méthode Description
DoneCleanup ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Compare() public méthode

public Compare ( string bstrValue1, string bstrValue2, LgCollatingOptions colopt ) : int
bstrValue1 string
bstrValue2 string
colopt LgCollatingOptions
Résultat int

CompareVariant() public méthode

public CompareVariant ( object saValue1, object saValue2, LgCollatingOptions colopt ) : int
saValue1 object
saValue2 object
colopt LgCollatingOptions
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

EnsureCollator() protected méthode

protected EnsureCollator ( ) : void
Résultat void

Open() public méthode

public Open ( string bstrLocale ) : void
bstrLocale string
Résultat void

SortKeyRgch() public méthode

public SortKeyRgch ( string _ch, int cchIn, LgCollatingOptions colopt, int cchMaxOut, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _chKey, int &_cchOut ) : void
_ch string
cchIn int
colopt LgCollatingOptions
cchMaxOut int
_chKey SIL.FieldWorks.Common.COMInterfaces.ArrayPtr
_cchOut int
Résultat void

get_SortKey() public méthode

public get_SortKey ( string bstrValue, LgCollatingOptions colopt ) : string
bstrValue string
colopt LgCollatingOptions
Résultat string

get_SortKeyVariant() public méthode

public get_SortKeyVariant ( string bstrValue, LgCollatingOptions colopt ) : object
bstrValue string
colopt LgCollatingOptions
Résultat object