Home
last modified time | relevance | path

Searched refs:LC_CTYPE (Results 1 – 23 of 23) sorted by relevance

/locale/
A Dlc-ctype.c24 _NL_CURRENT_DEFINE (LC_CTYPE);
35 ((const type *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_##x) + offset) in _nl_postload_ctype()
38 = _nl_global_locale.__locales[LC_CTYPE]->values; in _nl_postload_ctype()
A Dindigitswc.h39 to_level = _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_INDIGITS_WC_LEN) - 1; in indigitwc_value()
48 wcdigits[n] = _NL_CURRENT (LC_CTYPE, _NL_CTYPE_INDIGITS0_WC + n); in indigitwc_value()
A Dindigits.h41 to_level = _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_INDIGITS_MB_LEN) - 1; in indigit_value()
52 mbdigits[n] = _NL_CURRENT (LC_CTYPE, _NL_CTYPE_INDIGITS0_MB + n); in indigit_value()
A Dtst-locale-locpath.sh49 ${common_objpfx}locale/locale: Cannot set LC_CTYPE to default locale: No such file or directory
57 LC_CTYPE="invalid-locale"
A Dmb_cur_max.c30 return _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_MB_CUR_MAX); in __ctype_get_mb_cur_max()
A Doutdigitswc.h32 return _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_OUTDIGIT0_WC + n); in outdigitwc_value()
A Dtst-locname.c9 const char *s = nl_langinfo (_NL_LOCALE_NAME (LC_CTYPE)); in do_test()
A Doutdigits.h35 outdigit = _NL_CURRENT (LC_CTYPE, _NL_CTYPE_OUTDIGIT0_MB + n); in outdigit_value()
A Dloadlocale.c143 assert (category == LC_CTYPE); in _nl_intern_locale_data()
147 if ((category == LC_CTYPE in _nl_intern_locale_data()
A Dlocale.h35 #define LC_CTYPE __LC_CTYPE macro
A Dnewlocale.c267 union locale_data_value *ctypes = result_ptr->__locales[LC_CTYPE]->values;
A Dlocaleinfo.h36 : category == LC_CTYPE \
A Dcategories.def69 LC_CTYPE, "LC_CTYPE",
/locale/programs/
A Drecord-status.c59 orig = setlocale (LC_CTYPE, NULL); in push_locale()
63 if (setlocale (LC_CTYPE, "") == NULL) in push_locale()
85 set = setlocale (LC_CTYPE, ls.cur_locale); in pop_locale()
A Dlocaledef.h38 CTYPE_LOCALE = 1 << LC_CTYPE,
50 ALL_LOCALES = (1 << LC_CTYPE
A Dld-ctype.c301 locale->categories[LC_CTYPE].ctype = ctype = in ctype_startup()
358 ctype = locale->categories[LC_CTYPE].ctype = in ctype_startup()
359 copy_locale->categories[LC_CTYPE].ctype; in ctype_startup()
409 if (locale->copy_name[LC_CTYPE] != NULL) in ctype_finish()
416 from = find_locale (LC_CTYPE, from->copy_name[LC_CTYPE], in ctype_finish()
419 && from->copy_name[LC_CTYPE] != NULL); in ctype_finish()
421 ctype = locale->categories[LC_CTYPE].ctype in ctype_finish()
422 = from->categories[LC_CTYPE].ctype; in ctype_finish()
432 ctype = locale->categories[LC_CTYPE].ctype; in ctype_finish()
1755 ctype = locale->categories[LC_CTYPE].ctype; in find_translit()
[all …]
A Dlocale.c191 try_setlocale (LC_CTYPE, "LC_CTYPE"); in main()
393 if (filedata->magic == LIMAGIC (LC_CTYPE) in print_LC_CTYPE()
711 print_LC_CTYPE (addr + locrec->record[LC_CTYPE].offset, in write_archive_locales()
712 locrec->record[LC_CTYPE].len); in write_archive_locales()
A Dlocaledef.c203 setlocale (LC_CTYPE, ""); in main()
243 setlocale (LC_CTYPE, "POSIX"); in main()
A Dlocfile-kw.gperf29 LC_CTYPE, tok_lc_ctype, 0
A Dld-identification.c57 [LC_CTYPE] = "LC_CTYPE",
A Dlocfile.c281 [LC_CTYPE] = ctype_finish,
312 [LC_CTYPE] = ctype_output,
A Dlinereader.c752 locale = load_locale (LC_CTYPE, in get_string()
A Dlocarchive.c1182 } *filedata = data[LC_CTYPE].addr; in add_locale_to_archive()

Completed in 67 milliseconds