Lines Matching full:case
135 case '%': /* "%%" is converted to "%". */
146 case 'E': /* "%E?" alternative conversion modifier. */
151 case 'O': /* "%O?" alternative conversion modifier. */
159 case 'c': /* Date and time, using the locale's format. */
165 case 'D': /* The date as "%m/%d/%y". */
171 case 'R': /* The time as "%H:%M". */
177 case 'r': /* The time as "%I:%M:%S %p". */
183 case 'T': /* The time as "%H:%M:%S". */
189 case 'X': /* The time, using the locale's format. */
195 case 'x': /* The date, using the locale's format. */
204 case 'A': /* The day of week, using the locale's form. */
205 case 'a':
227 case 'B': /* The month, using the locale's form. */
228 case 'b':
229 case 'h':
251 case 'C': /* The century number. */
259 case 'd': /* The day of month. */
260 case 'e':
266 case 'k': /* The hour (24-hour clock representation). */
269 case 'H':
275 case 'l': /* The hour (12-hour clock representation). */
278 case 'I':
284 case 'j': /* The day of year. */
291 case 'M': /* The minute. */
297 case 'm': /* The month. */
304 case 'p': /* The locale's equivalent of AM/PM. */
332 case 'S': /* The seconds. */
338 case 'U': /* The week of year, beginning on sunday. */
339 case 'W': /* The week of year, beginning on monday. */
351 case 'w': /* The day of week, beginning on sunday. */
357 case 'Y': /* The year. */
366 case 'y': /* The year within the century (2 digits). */
375 case 'n': /* Any kind of white-space. */
376 case 't':