Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/preferredlanguage_fuzzer/
H A Dpreferredlanguage_fuzzer.cpp23 const size_t FIRST_PARAM_OFFSET_SIZE = 4; variable
30 if (size < FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/pluralrules_fuzzer/
H A Dpluralrules_fuzzer.cpp23 const size_t FIRST_PARAM_OFFSET_SIZE = 8; variable
35 if (size >= FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/timezone_fuzzer/
H A Dtimezone_fuzzer.cpp23 const size_t FIRST_PARAM_OFFSET_SIZE = 8; variable
35 if (size >= FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/
H A Dcalendar_fuzzer.cpp25 const size_t FIRST_PARAM_OFFSET_SIZE = 8; variable
35 if (size >= FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A Dnumberformat_fuzzer.cpp22 const size_t FIRST_PARAM_OFFSET_SIZE = 8; variable
36 if (size >= FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/
H A Drelativetimeformat_fuzzer.cpp22 const size_t FIRST_PARAM_OFFSET_SIZE = 8; variable
37 if (size >= FIRST_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()