Lines Matching refs:locale
79 locale_t locale)
89 const struct lc_time_T *tptr = __get_current_time_locale(locale);
104 if (isspace_l((unsigned char)c, locale))
106 isspace_l((unsigned char)*buf, locale))
124 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale);
131 if (!isdigit_l((unsigned char)*buf, locale))
137 isdigit_l((unsigned char)*buf, locale); buf++) {
149 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale);
156 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale);
175 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale);
182 buf = _strptime(buf, "%H:%M", tm, GMTp, locale);
188 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale);
194 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale);
200 buf = _strptime(buf, tptr->X_fmt, tm, GMTp, locale);
206 buf = _strptime(buf, tptr->x_fmt, tm, GMTp, locale);
213 if (!isdigit_l((unsigned char)*buf, locale))
218 isdigit_l((unsigned char)*buf, locale); buf++){
234 isspace_l((unsigned char)*buf, locale))
237 if (!isdigit_l((unsigned char)*buf, locale))
242 isdigit_l((unsigned char)*buf, locale); buf++){
275 isblank_l((unsigned char)*buf, locale)) {
280 if (!isdigit_l((unsigned char)*buf, locale))
284 isdigit_l((unsigned char)*buf, locale); buf++) {
308 if (strncasecmp_l(buf, tptr->am, len, locale) == 0) {
316 if (strncasecmp_l(buf, tptr->pm, len, locale) == 0) {
330 len, locale) == 0)
334 len, locale) == 0)
353 if (!isdigit_l((unsigned char)*buf, locale))
358 isdigit_l((unsigned char)*buf, locale); buf++) {
378 if (!isdigit_l((unsigned char)*buf, locale))
397 isspace_l((unsigned char)*buf, locale))
410 if (!isdigit_l((unsigned char)*buf, locale))
415 isdigit_l((unsigned char)*buf, locale); buf++) {
437 len, locale) == 0)
443 len, locale) == 0)
455 len, locale) == 0)
469 if (!isdigit_l((unsigned char)*buf, locale))
474 isdigit_l((unsigned char)*buf, locale); buf++) {
496 n = strtol_l(buf, &cp, 10, locale);
514 isspace_l((unsigned char)*buf, locale))
517 if (!isdigit_l((unsigned char)*buf, locale))
522 isdigit_l((unsigned char)*buf, locale); buf++) {
541 isupper_l((unsigned char)*cp, locale); ++cp) {
577 if (isdigit_l((unsigned char)*buf, locale)) {
599 while (isspace_l((unsigned char)*buf, locale))