Searched refs:am_pm (Results 1 – 4 of 4) sorted by relevance
/external/openssh/openbsd-compat/ |
D | strptime.c | 275 len = strlen(_ctloc(am_pm[0])); in _strptime() 276 if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) { in _strptime() 286 len = strlen(_ctloc(am_pm[1])); in _strptime() 287 if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) { in _strptime()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.h | 88 … int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
|
D | ccaltst.c | 1462 … int32_t hour, int32_t min, int32_t sec, int32_t am_pm) in verify2() argument 1474 ucal_get(c, UCAL_AM_PM, &status) == am_pm ){ in verify2() 1495 year, month + 1, day, hour, min, sec, (am_pm==0) ? "AM": "PM"); in verify2()
|
/external/libcxx/src/ |
D | locale.cpp | 4669 static string am_pm[24]; in init_am_pm() local 4670 am_pm[0] = "AM"; in init_am_pm() 4671 am_pm[1] = "PM"; in init_am_pm() 4672 return am_pm; in init_am_pm() 4679 static wstring am_pm[24]; in init_wam_pm() local 4680 am_pm[0] = L"AM"; in init_wam_pm() 4681 am_pm[1] = L"PM"; in init_wam_pm() 4682 return am_pm; in init_wam_pm() 4689 static const string* am_pm = init_am_pm(); in __am_pm() local 4690 return am_pm; in __am_pm() [all …]
|