Lines Matching refs:locale
76 locale_t locale) in match_string() argument
83 if (strncasecmp_l (*buf, strs[i], len, locale) == 0) { in match_string()
158 locale_t locale) in strptime_l() argument
163 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in strptime_l()
168 if (isspace_l ((unsigned char) c, locale)) { in strptime_l()
169 while (isspace_l ((unsigned char) *buf, locale)) in strptime_l()
177 ret = match_string (&buf, _ctloc (weekday), locale); in strptime_l()
184 ret = match_string (&buf, _ctloc (wday), locale); in strptime_l()
191 ret = match_string (&buf, _ctloc (month), locale); in strptime_l()
199 ret = match_string (&buf, _ctloc (mon), locale); in strptime_l()
206 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
214 s = strptime_l (buf, _ctloc (c_fmt), timeptr, locale); in strptime_l()
221 s = strptime_l (buf, "%m/%d/%y", timeptr, locale); in strptime_l()
229 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
237 s = strptime_l (buf, "%Y-%m-%d", timeptr, locale); in strptime_l()
245 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
253 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
263 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
271 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
279 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
292 ret = match_string (&buf, _ctloc (am_pm), locale); in strptime_l()
303 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
311 s = strptime_l (buf, _ctloc (ampm_fmt), timeptr, locale); in strptime_l()
317 s = strptime_l (buf, "%H:%M", timeptr, locale); in strptime_l()
330 sec = strtoll_l (buf, &s, 10, locale); in strptime_l()
343 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
356 s = strptime_l (buf, "%H:%M:%S", timeptr, locale); in strptime_l()
362 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
370 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
378 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
386 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
394 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
402 s = strptime_l (buf, _ctloc (x_fmt), timeptr, locale); in strptime_l()
409 s = strptime_l (buf, _ctloc (X_fmt), timeptr, locale); in strptime_l()
415 ret = strtol_l (buf, &s, 10, locale); in strptime_l()
426 ret = strtol_l (buf, &s, 10, locale); in strptime_l()