Home
last modified time | relevance | path

Searched refs:locale_t (Results 1 – 25 of 197) sorted by relevance

12345678

/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h28 int isalnum_l(int c, locale_t locale) in isalnum_l()
33 int isalpha_l(int c, locale_t locale) in isalpha_l()
38 int isblank_l(int c, locale_t locale) in isblank_l()
43 int iscntrl_l(int c, locale_t locale) in iscntrl_l()
207 locale_t locale) in wcsxfrm_l()
233 if (locale == (locale_t)0) { in __setAndRestore()
248 locale_t __stored = (locale_t)0;
249 locale_t __cloc = (locale_t)0;
272 locale_t locale) { in strtod_l()
279 locale_t locale) { in strtof_l()
[all …]
H A Dlocale_mgmt_aix.h34 typedef void* locale_t; typedef
38 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale()
44 return (locale_t)0; in newlocale()
49 return (locale_t)0; in newlocale()
66 return (locale_t)newloc; in newlocale()
69 void freelocale(locale_t locobj) in freelocale()
74 locale_t uselocale(locale_t newloc) in uselocale()
76 return (locale_t)0; in uselocale()
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h22 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() argument
26 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() argument
30 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() argument
34 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() argument
38 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() argument
42 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() argument
46 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() argument
50 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() argument
54 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() argument
58 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() argument
[all …]
H A D__nop_locale_mgmt.h18 typedef void *locale_t; typedef
19 static inline locale_t duplocale(locale_t) { in duplocale() argument
23 static inline void freelocale(locale_t) { in freelocale() argument
26 static inline locale_t newlocale(int, const char *, locale_t) { in newlocale() argument
30 static inline locale_t uselocale(locale_t) { in uselocale() argument
H A D__strtonum_fallback.h23 char **endptr, locale_t) { in strtof_l() argument
28 char **endptr, locale_t) { in strtod_l() argument
33 char **endptr, locale_t) { in strtold_l() argument
38 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() argument
43 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() argument
48 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() argument
53 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() argument
58 wchar_t **endptr, locale_t) { in wcstold_l() argument
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h95 class locale_t {
97 locale_t() in locale_t() function
99 locale_t(std::nullptr_t) in locale_t() function
103 locale_t(const locale_t &__l) in locale_t() function
106 ~locale_t() { in ~locale_t()
110 locale_t &operator =(const locale_t &__l) {
117 friend bool operator==(const locale_t& __left, const locale_t& __right) {
141 friend bool operator!=(const locale_t& __left, const locale_t& __right) {
189 locale_t newlocale( int mask, const char * locale, locale_t base );
196 lconv *localeconv_l( locale_t &loc );
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc52 (locale_t)_M_c_locale_timepunct); in _M_put()
132 (locale_t)__cloc); in _M_initialize_timepunct()
135 (locale_t)__cloc); in _M_initialize_timepunct()
137 (locale_t)__cloc); in _M_initialize_timepunct()
139 (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
141 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
143 (locale_t)__cloc); in _M_initialize_timepunct()
146 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
201 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
H A Dctype_members.cc69 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
72 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
75 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
78 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
81 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
84 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
87 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
90 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
96 __ret = wctype_l("alnum", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
99 __ret = wctype_l("graph", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
[all …]
H A Dxlocale_port.h5 MB_CUR_MAX_L(locale_t __l) { in MB_CUR_MAX_L()
6 locale_t __old = uselocale(__l); in MB_CUR_MAX_L()
16 locale_t __old = uselocale(__l); in wcsnrtombs_l()
26 locale_t __old = uselocale(__l); in mbsnrtowcs_l()
34 mbstate_t * __restrict __st, locale_t __l) in wcrtomb_l()
36 locale_t __old = uselocale(__l); in wcrtomb_l()
44 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbrtowc_l()
46 locale_t __old = uselocale(__l); in mbrtowc_l()
56 locale_t __old = uselocale(__l); in mbsrtowcs_l()
63 wctob_l(wint_t __wc, locale_t __l) in wctob_l()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc52 (locale_t)_M_c_locale_timepunct); in _M_put()
132 (locale_t)__cloc); in _M_initialize_timepunct()
135 (locale_t)__cloc); in _M_initialize_timepunct()
137 (locale_t)__cloc); in _M_initialize_timepunct()
139 (locale_t)__cloc); in _M_initialize_timepunct()
140 _M_data->_M_am = nl_langinfo_l(AM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
141 _M_data->_M_pm = nl_langinfo_l(PM_STR, (locale_t)__cloc); in _M_initialize_timepunct()
143 (locale_t)__cloc); in _M_initialize_timepunct()
146 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
201 (locale_t)_M_c_locale_timepunct); in _M_put()
[all …]
H A Dctype_members.cc69 __ret = wctype_l("space", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
72 __ret = wctype_l("print", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
75 __ret = wctype_l("cntrl", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
78 __ret = wctype_l("upper", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
81 __ret = wctype_l("lower", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
84 __ret = wctype_l("alpha", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
87 __ret = wctype_l("digit", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
90 __ret = wctype_l("punct", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
96 __ret = wctype_l("alnum", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
99 __ret = wctype_l("graph", (locale_t)_M_c_locale_ctype); in _M_convert_to_wmask()
[all …]
H A Dxlocale_port.h5 MB_CUR_MAX_L(locale_t __l) { in MB_CUR_MAX_L()
6 locale_t __old = uselocale(__l); in MB_CUR_MAX_L()
16 locale_t __old = uselocale(__l); in wcsnrtombs_l()
26 locale_t __old = uselocale(__l); in mbsnrtowcs_l()
34 mbstate_t * __restrict __st, locale_t __l) in wcrtomb_l()
36 locale_t __old = uselocale(__l); in wcrtomb_l()
44 size_t __len, mbstate_t * __restrict __st, locale_t __l) in mbrtowc_l()
46 locale_t __old = uselocale(__l); in mbrtowc_l()
56 locale_t __old = uselocale(__l); in mbsrtowcs_l()
63 wctob_l(wint_t __wc, locale_t __l) in wctob_l()
[all …]
/netbsd/include/
H A Dwctype.h82 int iswalnum_l(wint_t, locale_t);
83 int iswalpha_l(wint_t, locale_t);
84 int iswblank_l(wint_t, locale_t);
85 int iswcntrl_l(wint_t, locale_t);
86 int iswdigit_l(wint_t, locale_t);
87 int iswgraph_l(wint_t, locale_t);
88 int iswlower_l(wint_t, locale_t);
89 int iswprint_l(wint_t, locale_t);
90 int iswpunct_l(wint_t, locale_t);
91 int iswspace_l(wint_t, locale_t);
[all …]
H A Dwchar.h225 typedef struct _locale *locale_t; typedef
245 locale_t);
247 locale_t);
249 wchar_t ** __restrict, int, locale_t);
252 locale_t);
256 int wcwidth_l(wchar_t, locale_t);
263 wint_t btowc_l(int, locale_t);
265 locale_t);
267 mbstate_t * __restrict, locale_t);
270 mbstate_t * __restrict, locale_t);
[all …]
H A Dctype.h66 int isalnum_l(int, locale_t);
67 int isalpha_l(int, locale_t);
68 int isblank_l(int, locale_t);
69 int iscntrl_l(int, locale_t);
70 int isdigit_l(int, locale_t);
71 int isgraph_l(int, locale_t);
72 int islower_l(int, locale_t);
73 int isprint_l(int, locale_t);
74 int ispunct_l(int, locale_t);
75 int isspace_l(int, locale_t);
[all …]
H A Dlocale.h83 typedef struct _locale *locale_t; typedef
94 typedef struct _locale *locale_t; typedef
104 locale_t duplocale(locale_t);
105 void freelocale(locale_t);
106 struct lconv *localeconv_l(locale_t);
107 locale_t newlocale(int, const char *, locale_t);
115 #define LC_C_LOCALE ((locale_t)__UNCONST(&_lc_C_locale))
H A Dstdlib.h364 typedef struct _locale *locale_t; typedef
367 double strtod_l(const char * __restrict, char ** __restrict, locale_t);
368 float strtof_l(const char * __restrict, char ** __restrict, locale_t);
370 locale_t);
376 strtoll_l(const char * __restrict, char ** __restrict, int, locale_t);
385 size_t _mb_cur_max_l(locale_t);
387 int mblen_l(const char *, size_t, locale_t);
389 locale_t);
390 int wctomb_l(char *, wchar_t, locale_t);
392 locale_t);
[all …]
H A Dstdio.h541 typedef struct _locale *locale_t; typedef
549 int printf_l(locale_t, const char * __restrict, ...)
551 int vprintf_l(locale_t, const char * __restrict, __va_list)
558 int vdprintf_l(int, locale_t, const char * __restrict, __va_list)
560 int dprintf_l(int, locale_t, const char * __restrict, ...)
562 int snprintf_l(char * __restrict, size_t, locale_t,
564 int vsnprintf_l(char * __restrict, size_t, locale_t,
575 int scanf_l(locale_t, const char * __restrict, ...)
577 int sscanf_l(const char * __restrict, locale_t,
579 int vscanf_l(locale_t, const char * __restrict, __va_list)
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/solaris/
H A Dxlocale.h24 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
28 int toupper_l(int __c, locale_t __l);
29 int tolower_l(int __c, locale_t __l);
32 struct lconv *localeconv_l(locale_t __l);
37 int __base, locale_t __loc) { in strtoll_l()
42 int __base, locale_t __loc) { in strtol_l()
47 int __base, locale_t __loc) { in strtoull_l()
52 int __base, locale_t __loc) { in strtoul_l()
57 locale_t __loc) { in strtof_l()
62 locale_t __loc) { in strtod_l()
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dlocale_win32.cpp20 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument
25 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l ) in MB_CUR_MAX_L()
35 lconv *localeconv_l( locale_t &loc ) in localeconv_l()
44 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l()
56 locale_t loc ) in wcrtomb_l()
62 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l()
79 wint_t btowc_l( int c, locale_t loc ) in btowc_l()
84 int wctob_l( wint_t c, locale_t loc ) in wctob_l()
107 int asprintf_l( char **ret, locale_t loc, const char *format, ... ) in asprintf_l()
122 float strtof_l(const char* nptr, char** endptr, locale_t loc) { in strtof_l()
[all …]
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dlocale.in.h221 _GL_FUNCDECL_RPL (newlocale, locale_t,
222 (int category_mask, const char *name, locale_t base)
224 _GL_CXXALIAS_RPL (newlocale, locale_t,
225 (int category_mask, const char *name, locale_t base));
228 _GL_CXXALIAS_SYS (newlocale, locale_t,
229 (int category_mask, const char *name, locale_t base));
254 _GL_FUNCDECL_RPL (duplocale, locale_t, (locale_t locale) _GL_ARG_NONNULL ((1)));
255 _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale));
258 _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale));
285 _GL_CXXALIAS_RPL (freelocale, void, (locale_t locale));
[all …]
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlocale.in.h221 _GL_FUNCDECL_RPL (newlocale, locale_t,
222 (int category_mask, const char *name, locale_t base)
224 _GL_CXXALIAS_RPL (newlocale, locale_t,
225 (int category_mask, const char *name, locale_t base));
228 _GL_CXXALIAS_SYS (newlocale, locale_t,
229 (int category_mask, const char *name, locale_t base));
254 _GL_FUNCDECL_RPL (duplocale, locale_t, (locale_t locale) _GL_ARG_NONNULL ((1)));
255 _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale));
258 _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale));
285 _GL_CXXALIAS_RPL (freelocale, void, (locale_t locale));
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_fallbacks.h27 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype()
34 wint_t __libcpp_btowc_l(int __c, locale_t __l) in __libcpp_btowc_l()
41 int __libcpp_wctob_l(wint_t __c, locale_t __l) in __libcpp_wctob_l()
49 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_wcsnrtombs_l()
56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l()
64 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_mbsnrtowcs_l()
72 mbstate_t *__ps, locale_t __l) in __libcpp_mbrtowc_l()
93 lconv *__libcpp_localeconv_l(locale_t __l) in __libcpp_localeconv_l()
101 mbstate_t *__ps, locale_t __l) in __libcpp_mbsrtowcs_l()
118 int __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in __libcpp_asprintf_l()
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp17 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale()
24 return (locale_t)0; in newlocale()
30 return (locale_t)0; in newlocale()
36 locale_t newloc = new locale_struct(); in newlocale()
64 return (locale_t)newloc; in newlocale()
67 void freelocale(locale_t locobj) { in freelocale()
71 locale_t uselocale(locale_t newloc) { in uselocale()
94 return (locale_t)0; in uselocale()
99 locale_t previous_loc = new locale_struct(); in uselocale()
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dlocale.h701 _GL_FUNCDECL_RPL (newlocale, locale_t,
702 (int category_mask, const char *name, locale_t base)
704 _GL_CXXALIAS_RPL (newlocale, locale_t,
705 (int category_mask, const char *name, locale_t base));
708 _GL_CXXALIAS_SYS (newlocale, locale_t,
709 (int category_mask, const char *name, locale_t base));
734 _GL_FUNCDECL_RPL (duplocale, locale_t, (locale_t locale) _GL_ARG_NONNULL ((1)));
735 _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale));
738 _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale));
765 _GL_CXXALIAS_RPL (freelocale, void, (locale_t locale));
[all …]

12345678