Searched refs:IsRelDates (Results 1 – 4 of 4) sorted by relevance
53 dateTimeRule->IsRelDates(hyphen, input); in DoSomethingInterestingWithMyAPI()
49 bool IsRelDates(icu::UnicodeString& hyphen, std::string& locale);
499 if (this->dateTimeRule->IsRelDates(ss, this->locale) || ss.trim() == '(') { in GetResult()530 if (this->dateTimeRule->IsRelDates(ss, this->locale) || isBrackets) { in GetResult()
292 bool DateTimeRule::IsRelDates(icu::UnicodeString& hyphen, std::string& locale) in IsRelDates() function in OHOS::Global::I18n::DateTimeRule