Searched refs:TM_MERIDIAN (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmdata.c | 122 TM_MERIDIAN, TM_MERIDIAN,
|
H A D | tmlocale.c | 79 TM_MERIDIAN, 140 LOCALE_S1159, (TM_MERIDIAN+0), 141 LOCALE_S2359, (TM_MERIDIAN+1), 454 AM_STR, (TM_MERIDIAN+0), 455 PM_STR, (TM_MERIDIAN+1),
|
H A D | tmxscan.c | 310 if ((n = tmlex(s, &u, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0)) < 0)
|
H A D | tmxfmt.c | 360 n = TM_MERIDIAN + (tm->tm_hour >= 12); 363 p = tm_info.format[TM_MERIDIAN + (tm->tm_hour >= 12)];
|
H A D | tmxdate.c | 1019 switch (tmlex(s, &t, tm_info.format, TM_NFORM, tm_info.format + TM_MERIDIAN, 2)) 1021 case TM_MERIDIAN: 1026 case TM_MERIDIAN+1: 1259 case TM_MERIDIAN: 1278 if (j == TM_MERIDIAN)
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 68 #define TM_MERIDIAN 41 macro
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 236 s = tm_info.format[TM_MERIDIAN + (v >= 12)]; 261 if (tmlex(e, &e, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0) == 1)
|
/ast/src/cmd/std/ |
H A D | locale.c | 545 {"am_pm", AST_LC_TIME, S,2,TM_MERIDIAN*sizeof(char*)},
|
Completed in 50 milliseconds