H A D | date_time_format_impl.cpp | 161 char pre = '\0';
in Format() local 165 if ((current != pre) && (count != 0)) {
in Format() 166 Process(time, appendTo, pre, count, status);
in Format() 177 pre = current;
in Format() 185 Process(time, appendTo, pre, count, status);
in Format() 241 void DateTimeFormatImpl::Process(const tm &time, string &appendTo, char pre, uint32_t count, I18nStatus &status) const
in Process() argument 246 if (IsTimeChar(pre)) {
in Process() 247 ProcessTime(time, appendTo, pre, count, status);
in Process() 250 switch (pre) {
in Process() 274 ProcessWeekDayYear(time, appendTo, pre, coun in Process() 279 ProcessWeekDayYear(const tm &time, string &appendTo, char pre, uint32_t count, I18nStatus &status) const ProcessWeekDayYear() argument 334 ProcessTime(const tm &time, string &appendTo, char pre, uint32_t count, I18nStatus &status) const ProcessTime() argument 531 char pre = '\\0'; FormatElapsedDuration() local 560 FormatElapsed(const struct ElapsedTime &time, char pre, uint32_t count, string &appendTo, I18nStatus &status) const FormatElapsed() argument [all...] |