Removed // comments to make RedHat compiler happy.

X-SVN-Rev: 3583
This commit is contained in:
Syn Wee Quek 2001-02-07 00:58:41 +00:00
parent bf9f0b3ef3
commit d6adfac1b2

View File

@ -333,16 +333,12 @@ void TestNull()
void TestQuickCheckResultNO()
{
// code point not occurring in normalization format d
const UChar CPNFD[] = {0x00C5, 0x0407, 0x1E00, 0x1F57, 0x220C,
0x30AE, 0xAC00, 0xD7A3, 0xFB36, 0xFB4E};
// code point not occurring in normalization format c
const UChar CPNFC[] = {0x0340, 0x0F93, 0x1F77, 0x1FBB, 0x1FEB,
0x2000, 0x232A, 0xF900, 0xFA1E, 0xFB4E};
// code point not occurring in normalization format kd
const UChar CPNFKD[] = {0x00A0, 0x02E4, 0x1FDB, 0x24EA, 0x32FE,
0xAC00, 0xFB4E, 0xFA10, 0xFF3F, 0xFA2D};
// code point not occurring in normalization format kc
const UChar CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
0x33FE, 0xFB4E, 0xFA10, 0xFF3F, 0xFA2D};
@ -384,16 +380,12 @@ void TestQuickCheckResultNO()
void TestQuickCheckResultYES()
{
// code point not occurring in normalization format d
const UChar CPNFD[] = {0x00C6, 0x017F, 0x0F74, 0x1000, 0x1E9A,
0x2261, 0x3075, 0x4000, 0x5000, 0xF000};
// code point not occurring in normalization format c
const UChar CPNFC[] = {0x0400, 0x0540, 0x0901, 0x1000, 0x1500,
0x1E9A, 0x3000, 0x4000, 0x5000, 0xF000};
// code point not occurring in normalization format kd
const UChar CPNFKD[] = {0x00AB, 0x02A0, 0x1000, 0x1027, 0x2FFB,
0x3FFF, 0x4FFF, 0xA000, 0xF000, 0xFA27};
// code point not occurring in normalization format kc
const UChar CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
0x2010, 0x3030, 0x4000, 0xA000, 0xFA0E};
@ -460,16 +452,12 @@ void TestQuickCheckResultYES()
void TestQuickCheckResultMAYBE()
{
// code point not occurring in normalization format d
const UChar CPNFD[] = {0x0220, 0x03F4, 0x0530, 0x0DE3, 0x1FFF,
0x23AA, 0x3130, 0x9FA7, 0xD7A6, 0xFF00};
// code point not occurring in normalization format c
const UChar CPNFC[] = {0x0306, 0x05B4, 0x0BBE, 0x102E, 0x1FFF,
0x1175, 0x23AA, 0x3099, 0xD7A6, 0xFF00};
// code point not occurring in normalization format kd
const UChar CPNFKD[] = {0x0220, 0x03F4, 0x0530, 0x0DE3, 0x1FFF,
0x23AA, 0x3130, 0x9FA7, 0xD7A6, 0xFF00};
// code point not occurring in normalization format kc
const UChar CPNFKC[] = {0x0300, 0x05B4, 0x0655, 0x09D7, 0x1FFF,
0x23AA, 0x3099, 0x9FA7, 0xD7A6, 0xFF00};
@ -526,7 +514,6 @@ void TestQuickCheckStringResult()
return;
}
// A couple of maybes.
if (u_quickCheck(c, u_strlen(c), UCOL_DECOMP_CAN_COMP_COMPAT, &error) ==
UQUICK_CHECK_NO)
{