Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/preferredlanguage_fuzzer/
H A Dpreferredlanguage_fuzzer.cpp24 const size_t SECOND_PARAM_OFFSET_SIZE = 8; variable
36 if (size < SECOND_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/
H A Dcalendar_fuzzer.cpp26 const size_t SECOND_PARAM_OFFSET_SIZE = 16; variable
51 if (size < SECOND_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/
H A Drelativetimeformat_fuzzer.cpp23 const size_t SECOND_PARAM_OFFSET_SIZE = 16; variable
42 if (size >= SECOND_PARAM_OFFSET_SIZE) { in DoSomethingInterestingWithMyAPI()