Lines Matching defs:locale

87 		locale_t locale)
96 const struct lc_time_T *tptr = __get_current_time_locale(locale);
109 if (isspace_l((unsigned char)c, locale))
111 isspace_l((unsigned char)*buf, locale))
129 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale);
136 if (!isdigit_l((unsigned char)*buf, locale))
142 isdigit_l((unsigned char)*buf, locale); buf++) {
156 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale);
163 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale);
182 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale);
189 buf = _strptime(buf, "%H:%M", tm, GMTp, locale);
195 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale);
201 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale);
207 buf = _strptime(buf, tptr->X_fmt, tm, GMTp, locale);
213 buf = _strptime(buf, tptr->x_fmt, tm, GMTp, locale);
220 if (!isdigit_l((unsigned char)*buf, locale))
225 isdigit_l((unsigned char)*buf, locale); buf++){
241 isspace_l((unsigned char)*buf, locale))
244 if (!isdigit_l((unsigned char)*buf, locale))
249 isdigit_l((unsigned char)*buf, locale); buf++){
279 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++) {
545 isupper_l((unsigned char)*cp, locale); ++cp) {
581 if (isdigit_l((unsigned char)*buf, locale)) {
603 while (isspace_l((unsigned char)*buf, locale))