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

123456

/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp516 locale::locale(const char* name) function in class:locale
527 locale::locale(const string& name) function in class:locale
533 locale::locale(const locale& other, const char* name, category c) function in class:locale
544 locale::locale(const locale& other, const string& name, category c) function in class:locale
550 locale::locale(const locale& other, const locale& one, category c) function in class:locale
[all...]
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h66 class locale class
565 locale::locale(const locale& __other, _Facet* __f) function in class:locale
[all...]
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h572 imbue(const locale&) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
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...]
H A Dlocale_init.cc212 locale::locale() throw() : _M_impl(0) function in class:locale
[all...]
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...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DLocale.h8 namespace locale { namespace in namespace:llvm::sys
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DLocale.cpp6 namespace locale { namespace in namespace:llvm::sys
/freebsd-10-stable/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-10-stable/lib/libc/gdtoa/
H A Dmachdep_ldisQ.c46 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
H A Dmachdep_ldisd.c45 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
H A Dmachdep_ldisx.c46 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale) argument
/freebsd-10-stable/lib/libc/locale/
H A Dc16rtomb.c40 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, locale_t locale) argument
H A Dc32rtomb.c36 c32rtomb_l(char * __restrict s, char32_t c32, mbstate_t * __restrict ps, locale_t locale) argument
H A DcXXrtomb_iconv.h55 cXXrtomb_l(char * __restrict s, charXX_t c, mbstate_t * __restrict ps, locale_t locale) argument
H A Dlmessages.c47 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.c40 mblen_l(const char *s, size_t n, locale_t locale) argument
H A Dmbrlen.c39 mbrlen_l(const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument
H A Dmbrtoc16.c39 mbrtoc16_l(char16_t * __restrict pc16, const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument

Completed in 174 milliseconds

123456