Home
last modified time | relevance | path

Searched refs:minimalLocaleLength (Results 1 - 1 of 1) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A Dlocaleconfigget_fuzzer.cpp36 const size_t minimalLocaleLength = 2; in DoSomethingInterestingWithMyAPI() local
37 if (input.length() > minimalLocaleLength) { in DoSomethingInterestingWithMyAPI()
38 std::string firstInput(input, 0, minimalLocaleLength); in DoSomethingInterestingWithMyAPI()
39 std::string secondInput(input, minimalLocaleLength); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds