main
ICU-23095 Add fuzzer for DecimalFormatSymbols
ICU-23254 Remove C++ static initialization
ICU-22716 Reduce the data size to test calendar fuzzer
ICU-22479 Improve collator_compare_fuzzer
ICU-21041 Fix fuzzer memory read error.
ICU-20652 Adds two fuzzer target for collation (compare() and RulebasedCollator().
ICU-23448 Fix Invalid-enum-value crash in udat_open
ICU-22549 Add DateFormatSymbols fuzzer
ICU-23471 Fix sanitizer check for state minimization in rbbitblb.cpp
ICU-22479 Enahnce the fuzzer for ListFormatter
ICU-20638 Renames fuzzer target files to end with the .cpp suffix. Was .cc.
ICU-22479 Add a new fuzzer to test more Locale methods
ICU-22560 Merge ICU 74 maintenance branch to main (#2689)
ICU-22549 Limit Normalizer2 Fuzzer for 5K of input
ICU-22549 Fix fuzzer to call Locale with null-terminiate string
ICU-22621 Clang-Tidy: modernize-make-unique
ICU-23468 Limit test data in rule_based_break_iterator_fuzzer to avoid meaningless timeout
ICU-22549 Add TimeZoneNames fuzzer
ICU-23454 Fix buffer overflow in ubidi_fuzzer and doWriteReverse with UBIDI_INTERNAL_RUNS_ONLY
ICU-20217 Replaces seed corpus zip files with the original txt files. The problem is that Docker receives zip files only as LFS links when cloning ICU from GitHub. Converting the txt files into zip files, which is the required corpus format for the fuzzer, will be done by the oss-fuzz build script.
ICU-22549 Add Fuzer for Unicode property API
ICU-20217 Fix comment syntax in fuzzing dictonary for ICU regular expressions.