ICU-2412 exposed getUCollator, needed for intltest

X-SVN-Rev: 11113
This commit is contained in:
Vladimir Weinstein 2003-02-20 01:11:39 +00:00
parent 72c8bbe382
commit b2b568a6bc

View File

@ -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