ICU-880 Headers included by .c files should not have C++ comments
X-SVN-Rev: 4476
This commit is contained in:
parent
5dac29c154
commit
504dcd1b85
@ -72,14 +72,14 @@
|
|||||||
|
|
||||||
/* flags bits for collIterate.flags */
|
/* flags bits for collIterate.flags */
|
||||||
/* */
|
/* */
|
||||||
// NORM - set for incremental normalize of source string
|
/* NORM - set for incremental normalize of source string */
|
||||||
#define UCOL_ITER_NORM 1
|
#define UCOL_ITER_NORM 1
|
||||||
|
|
||||||
#define UCOL_ITER_HASLEN 2
|
#define UCOL_ITER_HASLEN 2
|
||||||
|
|
||||||
// UCOL_ITER_INNORMBUF - set if the "pos" is in
|
/* UCOL_ITER_INNORMBUF - set if the "pos" is in */
|
||||||
// the writable side buffer, handling
|
/* the writable side buffer, handling */
|
||||||
// incrementally normalized characters.
|
/* incrementally normalized characters. */
|
||||||
#define UCOL_ITER_INNORMBUF 4
|
#define UCOL_ITER_INNORMBUF 4
|
||||||
|
|
||||||
#define NFC_ZERO_CC_BLOCK_LIMIT_ 0x300
|
#define NFC_ZERO_CC_BLOCK_LIMIT_ 0x300
|
||||||
|
Loading…
Reference in New Issue
Block a user