Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaledef.h87 const char *am_pm[2]; member
Dstrptime.c329 len = strlen(_ctloc(am_pm[0])); in _strptime()
330 if (strncasecmp(_ctloc(am_pm[0]), bp, len) == 0) { in _strptime()
340 len = strlen(_ctloc(am_pm[1])); in _strptime()
341 if (strncasecmp(_ctloc(am_pm[1]), bp, len) == 0) { in _strptime()