mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-8920 clarify Collator::getRules() docs
X-SVN-Rev: 32259
This commit is contained in:
parent
437555d5bb
commit
ce6b202757
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue