Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void | ||
EnsureCollator ( ) : void |
Method | Description | |
---|---|---|
DoneCleanup ( ) : void |
public Compare ( string bstrValue1, string bstrValue2, LgCollatingOptions colopt ) : int | ||
bstrValue1 | string | |
bstrValue2 | string | |
colopt | LgCollatingOptions | |
return | int |
public CompareVariant ( object saValue1, object saValue2, LgCollatingOptions colopt ) : int | ||
saValue1 | object | |
saValue2 | object | |
colopt | LgCollatingOptions | |
return | int |
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 | |
return | void |
public get_SortKey ( string bstrValue, LgCollatingOptions colopt ) : string | ||
bstrValue | string | |
colopt | LgCollatingOptions | |
return | string |
public get_SortKeyVariant ( string bstrValue, LgCollatingOptions colopt ) : object | ||
bstrValue | string | |
colopt | LgCollatingOptions | |
return | object |