Searched refs:am_pm (Results 1 – 4 of 4) sorted by relevance
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()
80 am_pm \147 am_pm \
8 am_pm="AM;PM"
4353 static string am_pm[2]; in init_am_pm() local4354 am_pm[0] = "AM"; in init_am_pm()4355 am_pm[1] = "PM"; in init_am_pm()4356 return am_pm; in init_am_pm()4361 static wstring am_pm[2]; in init_wam_pm() local4362 am_pm[0] = L"AM"; in init_wam_pm()4363 am_pm[1] = L"PM"; in init_wam_pm()4364 return am_pm; in init_wam_pm()4370 static const string* am_pm = init_am_pm(); in __am_pm() local4371 return am_pm; in __am_pm()[all …]