ICU-96 fixed C++ style comments in C files
X-SVN-Rev: 4492
This commit is contained in:
parent
dc13b76767
commit
b25d6d6929
@ -41,7 +41,7 @@ void addCollIterTest(TestNode** root)
|
||||
addTest(root, &TestSmallBuffer, "tscoll/citertst/TestSmallBuffer");
|
||||
}
|
||||
|
||||
// The locales we support
|
||||
/* The locales we support */
|
||||
|
||||
static char * LOCALES[] = {"en_AU", "en_BE", "en_CA"};
|
||||
|
||||
|
@ -2096,9 +2096,9 @@ static int TestJitterbug930(char* enc){
|
||||
int32_t* offsets = off;
|
||||
int numOffWritten=0;
|
||||
UBool flush = 0;
|
||||
converter = ucnv_open(enc, &err); // "",&err);
|
||||
converter = ucnv_open(enc, &err); /* "",&err);*/
|
||||
|
||||
in[0] = 0x41; // 0x4E00;
|
||||
in[0] = 0x41; /* 0x4E00;*/
|
||||
in[1] = 0x4E01;
|
||||
in[2] = 0x4E02;
|
||||
in[3] = 0x4E03;
|
||||
|
Loading…
Reference in New Issue
Block a user