Home
last modified time | relevance | path

Searched refs:AM_STR_LOWER (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/include/
Dlanginfo.h71 #define AM_STR_LOWER 0x20032 macro
/third_party/musl/include/
Dlanginfo.h71 #define AM_STR_LOWER 0x20032 macro
/third_party/musl/src/time/
Dstrftime.c133 item = tm->tm_hour >= 12 ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c174 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()