Home | History | Annotate | Download | only in i18n

Lines Matching full:time

5 // Basic time formatting methods.  These methods use the current locale
6 // formatting for displaying the time.
16 class Time;
24 // Returns the time of day, e.g., "3:07 PM".
25 string16 TimeFormatTimeOfDay(const Time& time);
27 // Returns the time of day in the specified hour clock type. e.g.
30 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time,
34 string16 TimeFormatShortDate(const Time& time);
37 string16 TimeFormatShortDateNumeric(const Time& time);
39 // Formats a time in a friendly sentence format, e.g.
41 string16 TimeFormatShortDateAndTime(const Time& time);
43 // Formats a time in a friendly sentence format, e.g.
45 string16 TimeFormatFriendlyDateAndTime(const Time& time);
47 // Formats a time in a friendly sentence format, e.g.
49 string16 TimeFormatFriendlyDate(const Time& time);