Searched refs:STANDALONE_ABBR (Results 1 – 6 of 6) sorted by relevance
52 case DateTimeDataType::STANDALONE_ABBR: { in GetMonthName()73 case DateTimeDataType::STANDALONE_ABBR: { in GetDayName()
256 … appendTo.append(data->GetMonthName(standaloneMonth, DateTimeDataType::STANDALONE_ABBR)); in Process()288 … appendTo.append(data->GetDayName(standaloneWeekDay, DateTimeDataType::STANDALONE_ABBR)); in ProcessWeekDayYear()
163 STANDALONE_ABBR, enumerator
152 DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR);
64 …tAmPmMarker(const int32_t &index, DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR) const;
239 std::string date = dateFormat_->GetMonthName(month, DateTimeDataType::STANDALONE_ABBR); in GetMonthVal()