20 module
com { module sun { module star { module i18n {
52 long compareSubstring( [in]
string aStr1, [in]
long nOff1, [in]
long nLen1,
53 [in]
string aStr2, [in]
long nOff2, [in]
long nLen2 );
68 long compareString( [in]
string aStr1, [in]
string aStr2 );
85 [in]
long nCollatorOptions );
102 long loadCollatorAlgorithm( [in]
string aAlgorithmName,
104 [in]
long nCollatorOptions );
114 sequence <string> listCollatorAlgorithms(
129 void loadCollatorAlgorithmWithEndUserOption(
130 [in]
string aAlgorithmName,
132 [in] sequence<long> aCollatorOptions );
142 sequence <long> listCollatorOptions( [in]
string aAlgorithmName );
Definition: Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:33
provides locale-sensitive collation algorithms for string comparison.
Definition: XCollator.idl:25
base interface of all UNO interfaces
Definition: XInterface.idl:45