Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp45 MatchedNumberInfo* matchedNumberInfo2 = new MatchedNumberInfo(size, size, content); in DoSomethingInterestingWithMyAPI() local
47 matchedNumberInfo2->SetBegin(size); in DoSomethingInterestingWithMyAPI()
48 matchedNumberInfo2->GetBegin(); in DoSomethingInterestingWithMyAPI()
49 matchedNumberInfo2->SetEnd(size); in DoSomethingInterestingWithMyAPI()
50 matchedNumberInfo2->GetEnd(); in DoSomethingInterestingWithMyAPI()
51 matchedNumberInfo2->SetContent(content); in DoSomethingInterestingWithMyAPI()
52 matchedNumberInfo2->GetContent(); in DoSomethingInterestingWithMyAPI()
53 bool flag = *matchedNumberInfo < *matchedNumberInfo2; in DoSomethingInterestingWithMyAPI()
55 delete matchedNumberInfo2; in DoSomethingInterestingWithMyAPI()