]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/encoll.cpp
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / encoll.cpp
index e0de0b8bf6cc6ce34924e02f1756b34401c13bbf..0986dbc01e2659768fd13ad854b9ad9bb2fbad24 100644 (file)
@@ -231,9 +231,9 @@ const UChar CollationEnglishTest::testAcute[][CollationEnglishTest::MAX_TOKEN_LE
 
 static const UChar testMore[][CollationEnglishTest::MAX_TOKEN_LEN] = {
     {(UChar)0x0061 /* 'a' */, (UChar)0x0065 /* 'e' */, 0},
-    {(UChar)0x0061 /* 'a' */, (UChar)0x0066 /* 'f' */, 0},
     { 0x00E6, 0},
     { 0x00C6, 0},
+    {(UChar)0x0061 /* 'a' */, (UChar)0x0066 /* 'f' */, 0},
     {(UChar)0x006F /* 'o' */, (UChar)0x0065 /* 'e' */, 0},
     { 0x0153, 0},
     { 0x0152, 0},