Searched defs:locale (Results 1 - 25 of 135) sorted by path

123456

/freebsd-current/contrib/bc/include/
H A Dvm.h683 const char* locale; member in struct:BcVm
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_string.c1520 char *locale, *p; local
1545 const char *locale; member in struct:__anon2
1598 char *locale, *p; local
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h94 _LIBCPP_HIDE_FROM_ABI std::locale locale() { function
190 _LIBCPP_HIDE_FROM_ABI std::locale locale() { return __loc_(__ctx_); } function in class:basic_format_context
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp538 locale::locale(const char* name) function in class:locale
543 locale::locale(const string& name) : __locale_(new __imp(name)) { __locale_->acquire(); } function in class:locale
545 locale::locale(const locale& other, const char* name, category c) function in class:locale
551 locale::locale(const locale& other, const string& name, category c) : __locale_(new __imp(*other.__locale_, name, c)) { function in class:locale
555 locale::locale(const locale& other, const locale& one, category c) function in class:locale
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp18 locale_t newlocale(int category_mask, const char* locale, locale_t base) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DLocale.h8 namespace locale { namespace in namespace:llvm::sys
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DLocale.cpp7 namespace locale { namespace in namespace:llvm::sys
/freebsd-current/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c76 const char *locale; member in struct:test
H A Dt_mbsnrtowcs.c42 const char *locale; member in struct:test
H A Dt_mbstowcs.c76 const char *locale; member in struct:test
H A Dt_mbtowc.c72 h_mbtowc(const char *locale, const char *illegal, const char *legal) argument
H A Dt_wctomb.c75 const char *locale; member in struct:test
/freebsd-current/contrib/tzcode/
H A Dstrftime.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, struct tm const *restrict t, ATTRIBUTE_MAYBE_UNUSED locale_t locale) argument
/freebsd-current/lib/libc/gdtoa/
H A Dmachdep_ldisQ.c45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
H A Dmachdep_ldisd.c44 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
H A Dmachdep_ldisx.c45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
/freebsd-current/lib/libc/locale/
H A Dc16rtomb.c39 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, locale_t locale) argument
H A Dc32rtomb.c35 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, locale_t locale) argument
H A DcXXrtomb_iconv.h54 cXXrtomb_l(char * __restrict s, charXX_t c, mbstate_t * __restrict ps, locale_t locale) argument
H A Dcollate.c690 __collate_equiv_value(locale_t locale, const wchar_t *str, size_t len) argument
H A Dlmessages.c46 struct lc_messages_T locale; member in struct:xlocale_messages
H A Dlmonetary.h64 struct lc_monetary_T locale; member in struct:xlocale_monetary
H A Dlnumeric.h46 struct lc_numeric_T locale; member in struct:xlocale_numeric
H A Dmblen.c39 mblen_l(const char *s, size_t n, locale_t locale) argument
H A Dmbrlen.c38 mbrlen_l(const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument

Completed in 271 milliseconds

123456