]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucptrie.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / ucptrie.cpp
index b72e318387a186442144a1a67357f55ab2591dc3..0004160a238b0e506ef9af019e71b3195f6e09c7 100644 (file)
@@ -280,7 +280,7 @@ UChar32 getRange(const void *t, UChar32 start,
     int32_t prevI3Block = -1;
     int32_t prevBlock = -1;
     UChar32 c = start;
-    uint32_t trieValue, value;
+    uint32_t trieValue, value = nullValue;
     bool haveValue = false;
     do {
         int32_t i3Block;