Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 25 of 59) sorted by relevance

123

/openbsd-src/lib/libc/locale/
H A Diswctype_l.c59 __runelocale(locale_t locale) in __runelocale()
72 __isctype_wl(wint_t c, _RuneType f, locale_t locale) in __isctype_wl()
83 iswalnum_l(wint_t c, locale_t locale) in iswalnum_l()
89 iswalpha_l(wint_t c, locale_t locale) in iswalpha_l()
95 iswblank_l(wint_t c, locale_t locale) in iswblank_l()
101 iswcntrl_l(wint_t c, locale_t locale) in iswcntrl_l()
107 iswdigit_l(wint_t c, locale_t locale) in iswdigit_l()
113 iswgraph_l(wint_t c, locale_t locale) in iswgraph_l()
119 iswlower_l(wint_t c, locale_t locale) in iswlower_l()
125 iswprint_l(wint_t c, locale_t locale) in iswprint_l()
[all …]
H A Disctype_l.c28 isalnum_l(int c, locale_t locale __attribute__((__unused__))) in isalnum_l()
35 isalpha_l(int c, locale_t locale __attribute__((__unused__))) in isalpha_l()
42 isblank_l(int c, locale_t locale __attribute__((__unused__))) in isblank_l()
49 iscntrl_l(int c, locale_t locale __attribute__((__unused__))) in iscntrl_l()
56 isdigit_l(int c, locale_t locale __attribute__((__unused__))) in isdigit_l()
63 isgraph_l(int c, locale_t locale __attribute__((__unused__))) in isgraph_l()
70 islower_l(int c, locale_t locale __attribute__((__unused__))) in islower_l()
77 isprint_l(int c, locale_t locale __attribute__((__unused__))) in isprint_l()
84 ispunct_l(int c, locale_t locale __attribute__((__unused__))) in ispunct_l()
91 isspace_l(int c, locale_t locale __attribute__((__unused__))) in isspace_l()
[all …]
H A Dwcscoll_l.c14 locale_t locale __attribute__((__unused__))) in wcscoll_l()
H A Dnl_langinfo_l.c24 nl_langinfo_l(nl_item item, locale_t locale) in nl_langinfo_l()
H A Dwcsxfrm_l.c11 locale_t locale __attribute__((__unused__))) in wcsxfrm_l()
H A Dwctype.c73 wctype_l(const char * property,locale_t locale) wctype_l() argument
/openbsd-src/gnu/llvm/libcxx/include/__support/ibm/
H A Dxlocale.h59 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoll_l()
65 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtol_l()
71 strtod_l(const char *__nptr, char **__endptr, locale_t locale) { in strtod_l()
77 strtof_l(const char *__nptr, char **__endptr, locale_t locale) { in strtof_l()
83 strtold_l(const char *__nptr, char **__endptr, locale_t locale) { in strtold_l()
89 strtoull_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoull_l()
95 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoul_l()
/openbsd-src/gnu/usr.bin/perl/
H A Dlocale.c226 my_langinfo_c(item,category,locale,retbufp,retbuf_sizep,utf8ness) global() argument
233 setlocale_debug_string_i(index,locale,result) global() argument
235 setlocale_debug_string_c(category,locale,result) global() argument
237 setlocale_debug_string_r(category,locale,result) global() argument
242 toggle_locale_i(index,locale) global() argument
244 toggle_locale_c(cat,locale) global() argument
245 restore_toggled_locale_i(index,locale) global() argument
247 restore_toggled_locale_c(cat,locale) global() argument
468 S_get_category_index(const int category,const char * locale) S_get_category_index() argument
581 posix_setlocale(cat,locale) global() argument
583 posix_setlocale(cat,locale) global() argument
590 stdized_setlocale(cat,locale) global() argument
594 stdized_setlocale(cat,locale) global() argument
614 setlocale_r(cat,locale) global() argument
615 setlocale_i(i,locale) global() argument
616 setlocale_c(cat,locale) global() argument
618 void_setlocale_i(i,locale) global() argument
625 void_setlocale_c(cat,locale) global() argument
627 void_setlocale_r(cat,locale) global() argument
630 bool_setlocale_r(cat,locale) global() argument
631 bool_setlocale_i(i,locale) global() argument
633 bool_setlocale_c(cat,locale) global() argument
651 S_less_dicey_setlocale_r(pTHX_ const int category,const char * locale) S_less_dicey_setlocale_r() argument
672 setlocale_r(cat,locale) global() argument
673 setlocale_c(cat,locale) global() argument
674 setlocale_i(i,locale) global() argument
682 S_less_dicey_void_setlocale_i(pTHX_ const unsigned cat_index,const char * locale,const line_t line) S_less_dicey_void_setlocale_i() argument
695 void_setlocale_i(i,locale) global() argument
697 void_setlocale_c(cat,locale) global() argument
699 void_setlocale_r(cat,locale) global() argument
719 bool_setlocale_r(cat,locale) global() argument
721 bool_setlocale_i(i,locale) global() argument
723 bool_setlocale_c(cat,locale) global() argument
732 emulate_setlocale_c(cat,locale,recalc_LC_ALL,line) global() argument
736 common_emulate_setlocale(i,locale) global() argument
739 setlocale_i(i,locale) global() argument
743 setlocale_c(cat,locale) global() argument
744 setlocale_r(cat,locale) global() argument
747 void_setlocale_i(i,locale) global() argument
749 void_setlocale_c(cat,locale) global() argument
751 void_setlocale_r(cat,locale) global() argument
753 bool_setlocale_i(i,locale) global() argument
755 bool_setlocale_c(cat,locale) global() argument
757 bool_setlocale_r(cat,locale) global() argument
967 S_setlocale_from_aggregate_LC_ALL(pTHX_ const char * locale,const line_t line) S_setlocale_from_aggregate_LC_ALL() argument
2636 S_wrap_wsetlocale(pTHX_ const int category,const char * locale) S_wrap_wsetlocale() argument
2672 S_win32_setlocale(pTHX_ int category,const char * locale) S_win32_setlocale() argument
2770 Perl_setlocale(const int category,const char * locale) Perl_setlocale() argument
2905 S_get_locale_string_utf8ness_i(pTHX_ const char * string,const locale_utf8ness_t known_utf8,const char * locale,const unsigned cat_index) S_get_locale_string_utf8ness_i() argument
3012 S_is_locale_utf8(pTHX_ const char * locale) S_is_locale_utf8() argument
3407 const char * locale; S_my_localeconv() local
3661 S_populate_hash_from_localeconv(pTHX_ HV * hv,const char * locale,const U32 which_mask,const lconv_offset_t * strings[2],const lconv_offset_t * integers) S_populate_hash_from_localeconv() argument
4162 S_my_langinfo_i(pTHX_ const nl_item item,const unsigned int cat_index,const char * locale,const char ** retbufp,Size_t * retbuf_sizep,utf8ness_t * utf8ness) S_my_langinfo_i() argument
5139 DEBUG_LOCALE_INIT(cat_index,locale,result) Perl_init_i18nl10n() argument
7170 S_my_setlocale_debug_string_i(pTHX_ const unsigned cat_index,const char * locale,const char * retval,const line_t line) S_my_setlocale_debug_string_i() argument
[all...]
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale.cc159 locale::locale() throw() in locale() function in std::locale
165 locale::locale(const locale& __other) throw() in locale() function in std::locale
171 locale::locale(_Impl* __ip) throw() : _M_impl(__ip) in locale() function in std::locale
174 locale::locale(const char* __s) in locale() function in std::locale
287 locale::locale(const locale& __base, const char* __s, category __cat) in locale() function in std::locale
296 locale::locale(const locale& __base, const locale& __add, category __cat) in locale() function in std::locale
/openbsd-src/lib/libc/string/
H A Dstrcasecmp_l.c11 locale_t locale __attribute__((__unused__))) in strcasecmp_l()
18 locale_t locale __attribute__((__unused__))) in strncasecmp_l()
H A Dwcscasecmp_l.c33 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t locale) in wcscasecmp_l()
47 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t locale) in wcsncasecmp_l()
H A Dstrcoll_l.c11 locale_t locale __attribute__((__unused__))) in strcoll_l()
H A Dstrxfrm_l.c11 locale_t locale __attribute__((__unused__))) in strxfrm_l()
H A Dstrerror_l.c24 strerror_l(int errnum, locale_t locale) in strerror_l()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dlocalename.cc37 locale::locale(const char* __s) : _M_impl(0) in locale() function in locale
146 locale::locale(const locale& __base, const char* __s, category __cat) in locale() function in locale
156 locale::locale(const locale& __base, const locale& __add, category __cat) in locale() function in locale
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dlocalcharset.c286 const char *locale = NULL; in locale_charset() local
323 const char *locale; in locale_charset() local
/openbsd-src/gnu/gcc/intl/
H A Dlocalcharset.c286 const char *locale = NULL; in locale_charset() local
323 const char *locale; in locale_charset() local
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dlocale.pm1 package locale; package
[all...]
/openbsd-src/distrib/special/libstubs/
H A Dsetlocale.c7 setlocale(int cat, const char *locale) in setlocale()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash16.C12 locale() throw() in locale() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp68.C3 struct locale struct
/openbsd-src/lib/libc/time/
H A Dstrftime_l.c11 locale_t locale __attribute__((__unused__))) in strftime_l()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLocale.cpp7 namespace locale { namespace
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile.am15 localedir = $(datadir)/locale directory
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h58 const locale&) const in do_open()

123