Synched collation strength enum with ucol.h.

X-SVN-Rev: 4185
This commit is contained in:
Syn Wee Quek 2001-03-20 00:22:19 +00:00
parent 2f8d357ccf
commit 2f642b493b

View File

@ -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
};
/**