ICU-1752 C comments
X-SVN-Rev: 7938
This commit is contained in:
parent
1c6e1c40fb
commit
1f599f9a68
@ -79,9 +79,11 @@ struct UColToken {
|
||||
UChar *rulesToParse;
|
||||
};
|
||||
|
||||
// This is a token that has been parsed
|
||||
// but not yet processed. Used to reduce
|
||||
// the number of arguments in the parser
|
||||
/*
|
||||
* This is a token that has been parsed
|
||||
* but not yet processed. Used to reduce
|
||||
* the number of arguments in the parser
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t strength;
|
||||
uint32_t charsOffset;
|
||||
|
Loading…
Reference in New Issue
Block a user