Searched refs:locale (Results 276 - 300 of 502) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat157 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
160 echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h40 #include <locale>
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h47 #include <locale> // For codecvt
370 imbue(const locale& __loc);
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec78 %{_datadir}/locale/*/LC_MESSAGES/%{ActualProg}.mo
/freebsd-11-stable/contrib/mdocml/
H A Dconfigure200 # Select a UTF-8 locale.
205 UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1`
207 UTF8_LOCALE=`locale -a | grep -i '\.UTF-*8' | head -n 1`
262 # --- wide character and locale support ---
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp136 if (!llvm::sys::locale::isPrint(c)) {
214 columns += llvm::sys::locale::columnWidth(res.first);
247 columns += llvm::sys::locale::columnWidth(res.first);
327 unsigned FixItColumns = llvm::sys::locale::columnWidth(FixItInsertionLine);
369 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
1120 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c41 #include <locale.h>
320 * Set current locale symbols.
326 const char *locale; local
348 locale = setlocale(LC_COLLATE, NULL);
350 if (locale) {
354 tmpl = sort_strdup(locale);
1215 printf("Using collate rules of %s locale\n",
/freebsd-11-stable/lib/libc/locale/
H A Dcollate.c38 __FBSDID("$FreeBSD: stable/11/lib/libc/locale/collate.c 337484 2018-08-08 18:52:37Z bdrewery $");
662 __collate_equiv_value(locale_t locale, const wchar_t *str, size_t len) argument
669 FIX_LOCALE(locale);
671 (struct xlocale_collate*)locale->components[XLC_COLLATE];
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DMakefile.in50 localedir = $(datadir)/locale
/freebsd-11-stable/contrib/ee/
H A Dcreate.make150 if [ -f /usr/include/locale.h -a -f /usr/include/nl_types.h ]
/freebsd-11-stable/lib/libc/string/
H A DMakefile.inc7 CFLAGS+= -I${LIBC_SRCTOP}/locale
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c62 #include <locale.h>
127 #define CP_C_LOCALE 0 /* "C" locale only for this file. */
413 * the correct character encoding for the current locale,
464 * "C" locale special processing.
692 * "C" locale special processing.
770 * Translates a wide character string into current locale character set
928 * If the current locale is UTF-8, we can translate
980 * If the current locale is UTF-8, we can translate
1036 * If the current locale is UTF-8, we can translate
1151 * Convert characters from the current locale charse
1515 char *locale, *p; local
1540 const char *locale; member in struct:__anon17
1593 char *locale, *p; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dmisc.c39 # include <locale.h>
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc36 #include <locale>
H A Dctype_members.cc36 #include <locale>
41 // NB: The other ctype<char> specializations are in src/locale.cc and
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_gnutar_filename_encoding.c28 #include <locale.h>
38 skipping("en_US.UTF-8 locale not available on this system.");
79 skipping("KOI8-R locale not available on this system.");
120 skipping("KOI8-R locale not available on this system.");
162 skipping("KOI8-R locale not available on this system.");
206 skipping("KOI8-R locale not available on this system.");
246 skipping("Russian_Russia locale not available on this system.");
281 skipping("eucJP locale not available on this system.");
321 skipping("eucJP locale not available on this system.");
362 skipping("CP932/SJIS locale no
[all...]
H A Dtest_ustar_filename_encoding.c28 #include <locale.h>
38 skipping("en_US.UTF-8 locale not available on this system.");
79 skipping("KOI8-R locale not available on this system.");
120 skipping("KOI8-R locale not available on this system.");
162 skipping("KOI8-R locale not available on this system.");
206 skipping("KOI8-R locale not available on this system.");
246 skipping("Russian_Russia locale not available on this system.");
281 skipping("eucJP locale not available on this system.");
321 skipping("eucJP locale not available on this system.");
362 skipping("CP932/SJIS locale no
[all...]
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_float.c40 #include <locale.h>
164 const char *grouping; /* locale specific numeric grouping rules */
172 char *decimal_point; /* locale specific decimal point */
174 char thousands_sep; /* locale specific thousands separator */
/freebsd-11-stable/lib/libc/tests/locale/
H A Dmbsnrtowcs_test.c39 #include <locale.h>
55 /* C/POSIX locale. */
154 * Japanese (EUC) locale.
H A Dwcsnrtombs_test.c39 #include <locale.h>
55 /* C/POSIX locale. */
156 * Japanese (EUC) locale.
/freebsd-11-stable/sbin/restore/
H A Dmain.c53 #include <locale.h>
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c41 #include <locale.h>
124 case 'c': /* Date and time, using the locale's format. */
154 case 'X': /* The time, using the locale's format. */
160 case 'x': /* The date, using the locale's format. */
170 case 'A': /* The day of week, using the locale's form. */
193 case 'B': /* The month, using the locale's form. */
272 case 'p': /* The locale's equivalent of AM/PM. */
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dgettext.h41 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
43 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
45 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
48 # include <locale.h>
/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c49 #include <locale.h>
/freebsd-11-stable/usr.bin/finger/
H A Dfinger.c83 #include <locale.h>

Completed in 372 milliseconds

<<11121314151617181920>>