Searched refs:AM_STR_LOWER (Results 1 – 4 of 4) sorted by relevance
71 #define AM_STR_LOWER 0x20032 macro
133 item = tm->tm_hour >= 12 ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
174 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()