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++) {
305 if (strncasecmp_l(buf, tptr->am, len, locale) == 0) {
315 if (strncasecmp_l(buf, tptr->pm, len, locale) == 0) {
331 len, locale) == 0)
335 len, locale) == 0)
354 if (!isdigit_l((unsigned char)*buf, locale))
359 isdigit_l((unsigned char)*buf, locale); buf++) {
378 if (!isdigit_l((unsigned char)*buf, locale))
396 isspace_l((unsigned char)*buf, locale))
409 if (!isdigit_l((unsigned char)*buf, locale))
414 isdigit_l((unsigned char)*buf, locale); buf++) {
436 len, locale) == 0)
442 len, locale) == 0)
454 len, locale) == 0)
468 if (!isdigit_l((unsigned char)*buf, locale))
473 isdigit_l((unsigned char)*buf, locale); buf++) {
495 n = strtol_l(buf, &cp, 10, locale);
513 isspace_l((unsigned char)*buf, locale))
516 if (!isdigit_l((unsigned char)*buf, locale))
521 isdigit_l((unsigned char)*buf, locale); buf++) {
544 isupper_l((unsigned char)*cp, locale); ++cp) {
580 if (isdigit_l((unsigned char)*buf, locale)) {
596 while (isspace_l((unsigned char)*buf, locale))