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

/bionic/libc/tzcode/
H A Dstrptime.c81 #define _ctloc(x) (_DefaultTimeLocale.x) macro
163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
193 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr)))
199 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, cr)))
211 len = strlen(_ctloc(day[i]));
212 if (strncasecmp(_ctloc(day[i]), (const char*)bp, len) == 0)
216 len = strlen(_ctloc(abday[i]));
217 if (strncasecmp(_ctloc(abday[i]), (const char*)bp, len) == 0)
235 len = strlen(_ctloc(mon[i]));
236 if (strncasecmp(_ctloc(mo
[all...]

Completed in 15 milliseconds