Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/
H A Ddatetimerule_fuzzer.cpp53 dateTimeRule->IsRelDates(hyphen, input); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_rule.h49 bool IsRelDates(icu::UnicodeString& hyphen, std::string& locale);
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp499 if (this->dateTimeRule->IsRelDates(ss, this->locale) || ss.trim() == '(') { in GetResult()
530 if (this->dateTimeRule->IsRelDates(ss, this->locale) || isBrackets) { in GetResult()
H A Ddate_time_rule.cpp292 bool DateTimeRule::IsRelDates(icu::UnicodeString& hyphen, std::string& locale) in IsRelDates() function in OHOS::Global::I18n::DateTimeRule