Searched defs:locale (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp68.C3 struct locale struct
/openbsd-current/distrib/special/libstubs/
H A Dsetlocale.c7 setlocale(int cat, const char *locale) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash16.C9 class locale class
12 locale() throw() function in class:locale
/openbsd-current/lib/libc/locale/
H A Dnl_langinfo_l.c24 nl_langinfo_l(nl_item item, locale_t locale) argument
H A Diswctype_l.c59 __runelocale(locale_t locale) argument
72 __isctype_wl(wint_t c, _RuneType f, locale_t locale) argument
83 iswalnum_l(wint_t c, locale_t locale) argument
89 iswalpha_l(wint_t c, locale_t locale) argument
95 iswblank_l(wint_t c, locale_t locale) argument
101 iswcntrl_l(wint_t c, locale_t locale) argument
107 iswdigit_l(wint_t c, locale_t locale) argument
113 iswgraph_l(wint_t c, locale_t locale) argument
119 iswlower_l(wint_t c, locale_t locale) argument
125 iswprint_l(wint_t c, locale_t locale) argument
131 iswpunct_l(wint_t c, locale_t locale) argument
137 iswspace_l(wint_t c, locale_t locale) argument
143 iswupper_l(wint_t c, locale_t locale) argument
149 iswxdigit_l(wint_t c, locale_t locale) argument
155 towupper_l(wint_t c, locale_t locale) argument
161 towlower_l(wint_t c, locale_t locale) argument
168 wctrans_l(const char *charclass, locale_t locale) argument
198 iswctype_l(wint_t c, wctype_t charclass, locale_t locale) argument
[all...]
/openbsd-current/lib/libc/string/
H A Dstrerror_l.c24 strerror_l(int errnum, locale_t locale) argument
H A Dwcscasecmp_l.c33 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t locale) argument
47 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t locale) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DLocale.h8 namespace locale { namespace in namespace:llvm::sys
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.pm1 package locale; package
[all...]
/openbsd-current/usr.bin/mklocale/
H A Dyacc.y107 locale : /* empty */ label
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DLocale.cpp7 namespace locale { namespace in namespace:llvm::sys
/openbsd-current/regress/lib/libc/locale/setlocale/
H A Dsetlocale.c34 _test_setlocale(char *expected, int category, char *locale, int line) argument
/openbsd-current/gnu/llvm/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp18 locale_t newlocale(int category_mask, const char* locale, locale_t base) { argument
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_context.h99 _LIBCPP_HIDE_FROM_ABI _VSTD::locale locale() { function
202 _LIBCPP_HIDE_FROM_ABI _VSTD::locale locale() { return __loc_(__ctx_); } function in class:basic_format_context
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlocalename.cc37 locale::locale(const char* __s) : _M_impl(0) function in class:locale
146 locale::locale(const locale& __base, const char* __s, category __cat) function in class:locale
156 locale::locale(const locale& __base, const locale& __add, category __cat) function in class:locale
[all...]
H A Dlocale.cc77 locale::locale(const locale& __other) throw() function in class:locale
84 locale::locale(_Impl* __ip) throw() : _M_impl(__ip) function in class:locale
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalcharset.c221 const char *locale = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dfinddomain.c50 _nl_find_domain (const char *dirname, char *locale, argument
[all...]
H A Dlocalcharset.c286 const char *locale = NULL; local
323 const char *locale; local
[all...]
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py5 import locale namespace
/openbsd-current/gnu/llvm/libcxx/include/__support/ibm/
H A Dxlocale.h34 explicit __setAndRestore(locale_t locale) { argument
59 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { argument
65 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { argument
71 strtod_l(const char *__nptr, char **__endptr, locale_t locale) { argument
77 strtof_l(const char *__nptr, char **__endptr, locale_t locale) { argument
83 strtold_l(const char *__nptr, char **__endptr, locale_t locale) argument
89 strtoull_l(const char *__nptr, char **__endptr, int __base, locale_t locale) argument
95 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t locale) argument
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dlocalcharset.c286 const char *locale = NULL; local
323 const char *locale; local
[all...]
/openbsd-current/gnu/llvm/libcxx/src/support/win32/
H A Dlocale_win32.cpp19 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale.cc159 locale::locale() throw() function in class:std::locale
165 locale::locale(const locale& __other) throw() function in class:std::locale
171 locale::locale(_Impl* __ip) throw() : _M_impl(__ip) function in class:std::locale
174 locale::locale(const char* __s) function in class:std::locale
287 locale::locale(const locale& __base, const char* __s, category __cat) function in class:std::locale
296 locale::locale(const locale& __base, const locale& __add, category __cat) function in class:std::locale
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h66 class locale class
565 locale::locale(const locale& __other, _Facet* __f) function in class:locale
[all...]

Completed in 388 milliseconds

12