Searched refs:am_pm (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dstrptime.c53 const char *am_pm[2]; member in struct:__anon1221
311 len = strlen(_ctloc(am_pm[0]));
312 if (strncasecmp(_ctloc(am_pm[0]), (const char*)bp, len) == 0) {
322 len = strlen(_ctloc(am_pm[1]));
323 if (strncasecmp(_ctloc(am_pm[1]), (const char*)bp, len) == 0) {

Completed in 329 milliseconds