mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1586 initialize a variable (count in enumTrie, not really used)
X-SVN-Rev: 7472
This commit is contained in:
parent
24fb5c7668
commit
d847cc9d29
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ enumTrie(EnumTrieFn *fn, void *context) {
|
|||
UChar32 code;
|
||||
UBool isInBlockZero;
|
||||
|
||||
count=0;
|
||||
for(code=0; code<=0x10ffff;) {
|
||||
i=utrie_get32(&normTrie, code, &isInBlockZero);
|
||||
if(isInBlockZero) {
|
||||
|
|
Loading…
Add table
Reference in a new issue