mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
parent
da874594ef
commit
683df2254e
2 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,7 @@ group: iostream
|
|||
"std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)"
|
||||
std::ios_base::Init::Init()
|
||||
std::ios_base::Init::~Init()
|
||||
std::ios_base_library_init()
|
||||
std::istream::get()
|
||||
std::istream::putback(char)
|
||||
# Additional symbols in an optimized build.
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#ifndef I18N_ICU_FUZZ_LOCALE_UTIL_H_
|
||||
#define I18N_ICU_FUZZ_LOCALE_UTIL_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
// Takes uint8_t data from fuzzer, and makes a zero terminated string.
|
||||
|
|
Loading…
Add table
Reference in a new issue