ICU-2412 exposed getUCollator, needed for intltest
X-SVN-Rev: 11113
This commit is contained in:
parent
72c8bbe382
commit
b2b568a6bc
@ -742,12 +742,15 @@ private:
|
||||
*/
|
||||
void setUCollator(UCollator *collator, UnicodeString *rules);
|
||||
|
||||
public:
|
||||
/**
|
||||
* Get UCollator data struct. Used only by StringSearch.
|
||||
* Get UCollator data struct. Used only by StringSearch & intltest.
|
||||
* @return UCollator data struct
|
||||
* @internal
|
||||
*/
|
||||
const UCollator * getUCollator();
|
||||
|
||||
private:
|
||||
/**
|
||||
* Converts C's UCollationResult to EComparisonResult
|
||||
* @param result member of the enum UComparisonResult
|
||||
|
Loading…
Reference in New Issue
Block a user