ICU-8920 clarify Collator::getRules() docs

X-SVN-Rev: 32259
This commit is contained in:
Markus Scherer 2012-08-28 00:06:05 +00:00
parent 437555d5bb
commit ce6b202757
2 changed files with 4 additions and 5 deletions

View file

@ -381,9 +381,8 @@ public:
virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
/**
* Gets the table-based rules for the collation object.
* @return returns the collation rules that the table collation object was
* created from.
* Gets the tailoring rules for this collator.
* @return the collation tailoring from which this collator was created
* @stable ICU 2.0
*/
const UnicodeString& getRules(void) const;

View file

@ -846,11 +846,11 @@ ucol_getFunctionalEquivalent(char* result, int32_t resultCapacity,
UBool* isAvailable, UErrorCode* status);
/**
* Get the collation rules from a UCollator.
* Get the collation tailoring rules from a UCollator.
* The rules will follow the rule syntax.
* @param coll The UCollator to query.
* @param length
* @return The collation rules.
* @return The collation tailoring rules.
* @stable ICU 2.0
*/
U_STABLE const UChar* U_EXPORT2