Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_matched.cpp23 dateRuleInit = new DateRuleInit(locale); in DateTimeMatched()
24 if (dateRuleInit == nullptr) { in DateTimeMatched()
31 if (dateRuleInit != nullptr) { in ~DateTimeMatched()
32 delete dateRuleInit; in ~DateTimeMatched()
40 if (this->dateRuleInit == nullptr) { in GetMatchedDateTime()
44 std::vector<MatchedDateTimeInfo> matches = this->dateRuleInit->Detect(messageStr); in GetMatchedDateTime()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/
H A Ddatetimerule_fuzzer.cpp31 DateRuleInit* dateRuleInit = new DateRuleInit(input); in DoSomethingInterestingWithMyAPI() local
33 dateRuleInit->Detect(message); in DoSomethingInterestingWithMyAPI()
57 delete dateRuleInit; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_matched.h33 DateRuleInit* dateRuleInit;