Home
last modified time | relevance | path

Searched refs:INPUT_DATA_LENGTH (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/
H A Dphonenumberformat_fuzzer.cpp22 const static size_t INPUT_DATA_LENGTH = 2; variable
27 if (size < INPUT_DATA_LENGTH) { in DoSomethingInterestingWithMyAPI()
30 std::string input(reinterpret_cast<const char*>(data), INPUT_DATA_LENGTH); in DoSomethingInterestingWithMyAPI()