Searched refs:locale (Results 176 - 200 of 461) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dbasic_ios.h92 // Cached use_facet<ctype>, which is based on the current locale info.
353 * It defaults to a space (' ') in the current locale.
373 * used, and Q<P. It defaults to a space (' ') in the current locale.
385 * @brief Moves to a new locale.
386 * @param loc The new locale.
387 * @return The previous locale.
395 locale
396 imbue(const locale& __loc);
459 _M_cache_locale(const locale& __loc);
H A Dcodecvt.h73 : public locale::facet, public codecvt_base
91 * facet's locale, internal and external types.
144 * facet's locale, internal and external types.
171 * facet's locale, internal and external types.
228 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }
287 static locale::id id;
331 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
348 static locale::id id;
406 static locale::id id;
/freebsd-10.2-release/contrib/libc++/src/
H A Dlocale.cpp1 //===------------------------- locale.cpp ---------------------------------===//
17 #include "locale"
59 void operator()(locale::facet* p) {p->__release_shared();}
117 const locale::category locale::none;
118 const locale::category locale::collate;
119 const locale::category locale::ctype;
120 const locale
516 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.2-release/contrib/libstdc++/src/
H A Dlocale_facets.cc29 #include <locale>
H A DMakefile.am115 c++locale.cc
117 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
148 locale.cc \
163 locale-inst.cc \
/freebsd-10.2-release/crypto/heimdal/kuser/
H A Dkuser_locl.h90 #include <locale.h>
/freebsd-10.2-release/lib/libc/locale/
H A Dlocaleconv.c40 __FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/localeconv.c 227753 2011-11-20 14:45:42Z theraven $");
42 #include <locale.h>
54 * locale has been changed.
58 * Return the current locale conversion.
H A DMakefile.inc2 # $FreeBSD: releng/10.2/lib/libc/locale/Makefile.inc 251314 2013-06-03 17:17:56Z ed $
4 # locale sources
5 .PATH: ${.CURDIR}/${LIBC_ARCH}/locale ${.CURDIR}/locale
32 SYM_MAPS+=${.CURDIR}/locale/Symbol.map
H A Dlmonetary.c33 __FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/lmonetary.c 227753 2011-11-20 14:45:42Z theraven $");
102 struct lc_monetary_T *l = &loc->locale;
174 ? &((struct xlocale_monetary*)loc->components[XLC_MONETARY])->locale
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dsysdep.h143 /* The Solaris version of locale.h always includes libintl.h. If we have
151 # include <locale.h>
/freebsd-10.2-release/contrib/libstdc++/config/locale/generic/
H A Dnumeric_members.cc36 #include <locale>
44 // "C" locale
76 // "C" locale
/freebsd-10.2-release/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.cc36 #include <locale>
/freebsd-10.2-release/contrib/libarchive/cpio/test/
H A Dtest_option_t.c29 #include <locale.h>
85 /* Date varies depending on local timezone and locale. */
/freebsd-10.2-release/tools/regression/lib/libc/locale/
H A Dtest-iswctype.c35 __FBSDID("$FreeBSD: releng/10.2/tools/regression/lib/libc/locale/test-iswctype.c 250989 2013-05-25 18:04:24Z ed $");
38 #include <locale.h>
70 * C/POSIX locale.
84 * Japanese (EUC) locale.
H A Dtest-mblen.c36 __FBSDID("$FreeBSD: releng/10.2/tools/regression/lib/libc/locale/test-mblen.c 137587 2004-11-11 19:47:55Z nik $");
40 #include <locale.h>
52 * C/POSIX locale.
59 /* No shift states in C locale. */
77 * Japanese (EUC) locale.
H A Dtest-towctrans.c35 __FBSDID("$FreeBSD: releng/10.2/tools/regression/lib/libc/locale/test-towctrans.c 250989 2013-05-25 18:04:24Z ed $");
38 #include <locale.h>
60 * C/POSIX locale.
74 * Japanese (EUC) locale.
H A Dtest-wctomb.c36 __FBSDID("$FreeBSD: releng/10.2/tools/regression/lib/libc/locale/test-wctomb.c 137587 2004-11-11 19:47:55Z nik $");
41 #include <locale.h>
53 * C/POSIX locale.
60 /* No shift states in C locale. */
80 * Japanese (EUC) locale.
/freebsd-10.2-release/gnu/usr.bin/diff/
H A DMakefile14 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/freebsd-10.2-release/share/numericdef/
H A DMakefile47 LOCALEDIR= /usr/share/locale
57 .for locale in ${LOCALES}
58 FILESDIR_${locale}.out= ${LOCALEDIR}/${locale}
/freebsd-10.2-release/share/timedef/
H A DMakefile99 LOCALEDIR= /usr/share/locale
109 .for locale in ${LOCALES}
110 FILESDIR_${locale}.out= ${LOCALEDIR}/${locale}
/freebsd-10.2-release/usr.bin/rev/
H A Drev.c49 #include <locale.h>
/freebsd-10.2-release/usr.bin/svn/
H A Dsvn_private_config.h206 /* Defined to be the path to the installed locale dirs */
207 #define SVN_LOCALE_DIR "NONE/share/locale"
245 #include <locale.h>
/freebsd-10.2-release/usr.bin/colrm/
H A Dcolrm.c49 #include <locale.h>
/freebsd-10.2-release/contrib/texinfo/lib/
H A Dsystem.h46 #include <locale.h>
49 #define setlocale(category,locale) /* empty */
/freebsd-10.2-release/contrib/dialog/
H A Dmakefile.in76 localedir = $(prefix)/@DATADIRNAME@/locale

Completed in 295 milliseconds

1234567891011>>