Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_format_impl.h87 char *GetNoAmPmPattern(const std::string &patternString, int8_t &ret) const;
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp446 char *pattern = GetNoAmPmPattern(fPattern, ret); in Get12HourTimeWithoutAmpm()
462 char *DateTimeFormatImpl::GetNoAmPmPattern(const string &patternString, int8_t &ret) const in GetNoAmPmPattern() function in DateTimeFormatImpl