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

/bionic/libc/tzcode/
H A Dstrptime.c83 #define _ctloc(x) (_DefaultTimeLocale.x) macro
165 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
195 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr)))
201 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, cr)))
213 len = strlen(_ctloc(day[i]));
214 if (strncasecmp(_ctloc(day[i]), (const char*)bp, len) == 0)
218 len = strlen(_ctloc(abday[i]));
219 if (strncasecmp(_ctloc(abday[i]), (const char*)bp, len) == 0)
237 len = strlen(_ctloc(mon[i]));
238 if (strncasecmp(_ctloc(mo
[all...]

Completed in 838 milliseconds