Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/src/
H A Dentity_recognizer.cpp29 dateTimeMatched = new DateTimeMatched(language); in EntityRecognizer()
30 if (dateTimeMatched == nullptr) { in EntityRecognizer()
40 if (dateTimeMatched != nullptr) { in ~EntityRecognizer()
41 delete dateTimeMatched; in ~EntityRecognizer()
56 if (dateTimeMatched == nullptr) { in FindEntityInfo()
60 std::vector<int> dateTimeInfo = dateTimeMatched->GetMatchedDateTime(messageStr); in FindEntityInfo()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimefilter_fuzzer/
H A Ddatetimefilter_fuzzer.cpp53 DateTimeMatched* dateTimeMatched = new DateTimeMatched(input); in DoSomethingTestWithMyAPI() local
55 dateTimeMatched->GetMatchedDateTime(message); in DoSomethingTestWithMyAPI()
60 delete dateTimeMatched; in DoSomethingTestWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/include/
H A Dentity_recognizer.h36 DateTimeMatched* dateTimeMatched; variable