mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-807
Synched collation strength enum with ucol.h. X-SVN-Rev: 4185
This commit is contained in:
parent
2f8d357ccf
commit
2f642b493b
1 changed files with 5 additions and 4 deletions
|
@ -182,10 +182,11 @@ public:
|
|||
*/
|
||||
enum ECollationStrength
|
||||
{
|
||||
PRIMARY = 0,
|
||||
SECONDARY = 1,
|
||||
TERTIARY = 2,
|
||||
IDENTICAL = 3
|
||||
PRIMARY = 0,
|
||||
SECONDARY = 1,
|
||||
TERTIARY = 2,
|
||||
QUATERNARY = 3,
|
||||
IDENTICAL = 15
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue