ICU-4163 ucol_cloneBinary & ucol_openBinary APIs - no C++ comments in C files
X-SVN-Rev: 16640
This commit is contained in:
parent
956fce27a3
commit
436facf32a
@ -694,7 +694,7 @@ addCollation(struct SResource *result, uint32_t startline, UErrorCode *status)
|
||||
len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
|
||||
data = (uint8_t *)uprv_malloc(len);
|
||||
len = ucol_cloneBinary(coll, data, len, &intStatus);
|
||||
//data = ucol_cloneRuleData(coll, &len, &intStatus);
|
||||
/*data = ucol_cloneRuleData(coll, &len, &intStatus);*/
|
||||
|
||||
/* tailoring rules version */
|
||||
/* This is wrong! */
|
||||
|
Loading…
Reference in New Issue
Block a user