Searched refs:locale (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/xsrc/external/mit/libX11/dist/nls/
H A DMakefile.am6 EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \
9 x11locale_DATA = locale.alias locale.dir compose.dir
12 locale.alias locale.alias.l1 locale.alias.l2 \
14 locale.dir locale.dir.l1 locale
[all...]
H A DMakefile.in540 CLEANFILES = locale.alias locale.alias.l1 locale.alias.l2 compose.dir \
541 compose.dir.l1 compose.dir.l2 locale.dir locale.dir.l1 \
542 locale.dir.l2 XLC_LOCALE $(nobase_x11locale_DATA)
544 EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \
546 x11locale_DATA = locale.alias locale
[all...]
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlocale.h35 #include <locale.h>
/xsrc/external/mit/luit/dist/
H A Dparser.h27 #define LOCALE_ALIAS_FILE "/usr/X11R6/lib/X11/locale/locale.alias"
38 char *resolveLocale(const char *locale);
H A Dconfigure.ac45 [The locale alias file (default: ${datadir}/X11/locale/locale.alias)]),
47 [LOCALEALIASFILE=${datadir}/X11/locale/locale.alias])
53 # We don't link against libX11, just use its locale.alias data file
55 [AC_MSG_WARN([libX11 not found. luit may not be able to find locale aliases without it.])])
H A Dcharset.h71 int getLocaleState(const char *locale, const char *charset,
/xsrc/external/mit/xterm/dist/
H A Duxterm35 # wrapper script to setup xterm with UTF-8 locale
41 # Check if there is a workable locale program. If there is not, we will read
44 locale=`sh -c "LC_ALL=C LC_CTYPE=C LANG=C locale >/dev/null" 2>&1`
81 # has a UTF-8 locale installed (and there appears to be no trivial/portable way
83 # user's shell does not reset unknown locale specifiers, but not all shells do.
102 value=`locale -a | awk -v "expect=$expect" 'BEGIN {
129 if test -z "$locale" ; then
130 # The 'locale' program tries to do a sanity check.
131 check=`sh -c "locale >/de
[all...]
H A Dkoi8rxterm34 # This is a wrapper script to set up xterm with a KOI8-R locale; based on
41 # Check if there is a workable locale program. If there is not, we will read
44 locale=`sh -c "LC_ALL=C LC_CTYPE=C LANG=C locale >/dev/null" 2>&1`
73 # locale; try to muddle through anyway.
82 # has a KOI8-R locale installed (and there appears to be no trivial/portable
84 # user's shell does not reset unknown locale specifiers, but not all shells do.
95 if test -z "$locale" ; then
96 # The 'locale' program tries to do a sanity check.
97 check=`sh -c "locale >/de
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DWMProps.c89 char *locale; local in function:XSetWMProperties
133 locale = setlocale(LC_CTYPE, (char *)NULL);
134 if (locale)
137 (unsigned char *)locale, (int) strlen(locale));
/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontxlfd.c47 #include <locale.h>
71 static struct lconv *locale = 0; variable in typeref:struct:lconv *
81 /* Figure out what symbols apply in this locale */
83 if (!locale)
85 locale = localeconv();
86 if (locale->decimal_point && *locale->decimal_point)
87 radix = locale->decimal_point;
88 if (locale->positive_sign && *locale
[all...]
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontxlfd.c45 #include <locale.h>
68 static struct lconv *locale = 0; variable in typeref:struct:lconv *
76 /* Figure out what symbols apply in this locale */
78 if (!locale)
80 locale = localeconv();
81 if (locale->decimal_point && *locale->decimal_point)
82 radix = locale->decimal_point;
83 if (locale->positive_sign && *locale
[all...]
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimInsClbk.c60 MakeLocale( XLCd lcd, char locale[] ) argument
67 strcpy( locale, language );
69 strcat( locale, "_" );
70 strcat( locale, territory );
73 strcat( locale, "." );
74 strcat( locale, codeset );
237 char locale[XIM_MAXLCNAMELEN]; local in function:_XimUnRegisterIMInstantiateCallback
243 MakeLocale( lcd, locale );
246 if( !strcmp( locale, icb->name ) &&
285 char locale[XIM_MAXLCNAMELE local in function:_XimResetIMInstantiateCallback
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dstrtod.c30 #include <locale.h>
57 * Wrapper around strtod which uses the "C" locale so the decimal
72 * Wrapper around strtof which uses the "C" locale so the decimal
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dstrtod.c30 #include <locale.h>
57 * Wrapper around strtod which uses the "C" locale so the decimal
72 * Wrapper around strtof which uses the "C" locale so the decimal
/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl26 # Make a DocBook chart showing compose combinations for a locale
49 'locale=s' => \$locale_name,
344 --locale=<locale> name of locale to display in chart
357 If not specified, attempts to guess from the locale name, else default to
360 =item B<--locale>=I<locale>
362 Specify the locale name to use in the chart titles and introductory text.
370 Generate an index of the listed locale chart
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A D256colors2.pl143 if ( open( FP, "locale 2>/dev/null |" ) ) {
144 my (@locale) = <FP>;
145 chomp @locale;
147 for my $n ( 0 .. $#locale ) {
148 if ( $locale[$n] =~ /^LC_CTYPE=/ ) {
149 binmode( STDOUT, ":utf8" ) if ( $locale[$n] =~ /utf.?8/i );
H A D88colors2.pl144 if ( open( FP, "locale 2>/dev/null |" ) ) {
145 my (@locale) = <FP>;
146 chomp @locale;
148 for my $n ( 0 .. $#locale ) {
149 if ( $locale[$n] =~ /^LC_CTYPE=/ ) {
150 binmode( STDOUT, ":utf8" ) if ( $locale[$n] =~ /utf.?8/i );
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBCvt.c204 * be used for is to determine the encoding-name for the locale. ???
234 char *locale; local in function:_XkbGetCharset
239 locale = setlocale(LC_CTYPE, NULL);
241 if (locale == NULL)
244 if (strlen(locale) >= sizeof(lang))
247 for (tmp = lang; *tmp = *locale++; tmp++) {
/xsrc/external/mit/xhost/dist/
H A Dconfigure.ac52 [Path to install message files in (default: datadir/locale)]),
53 [LOCALEDIR=${withval}], [LOCALEDIR=${datadir}/locale])
/xsrc/external/mit/libX11/dist/
H A Dconfigure.ac286 [Disable Xlib locale implementation *EXPERIMENTAL*]),
358 # Yes, it would be nice to put the locale data in
359 # /usr/share, but the locale stuff includes loadable
361 # as the other locale data, so for now, everything lives
365 X11_LOCALEDATADIR="${X11_DATADIR}/locale"
366 AX_DEFINE_DIR(XLOCALEDATADIR, X11_LOCALEDATADIR, [Location of libX11 locale data])
369 AC_ARG_WITH(locale-lib-dir, AS_HELP_STRING([--with-locale-lib-dir=DIR],
370 [Directory where locale libraries files are installed (default: $libdir/X11/locale)]),
[all...]
/xsrc/external/mit/libXpm/dist/cxpm/
H A Dcxpm.c41 #include <locale.h>
/xsrc/external/mit/fontconfig/dist/fc-conflist/
H A Dfc-conflist.c43 #include <locale.h>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
H A Dcreate-rootfs.sh41 rm -rf /usr/share/locale/*
143 # TODO: only remaining locale is actually "C". Should we really remove it?
144 rm -rf usr/lib/locale/*
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-rootfs.sh124 rm -rf /usr/share/locale/*
125 rm -rf /usr/share/X11/locale/*
230 # TODO: only remaining locale is actually "C". Should we really remove it?
231 rm -rf usr/lib/locale/*
/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c32 #include <locale.h>
104 setting_t locale; /* Machine's locale */ member in struct:settings
122 { "locale", NULL, UNDEFINED },
192 static XkbRF_RulesPtr tryLoadRules(char *name, char *locale, Bool wantDesc, Bool wantRules);
821 tryLoadRules(char *name, char *locale, Bool wantDesc, Bool wantRules) argument
825 rules = XkbRF_Load(name, locale, wantDesc, wantRules);
869 rules = tryLoadRules(rfName, settings.locale.value, True, True);
884 rules = tryLoadRules(buf, settings.locale.value, True, True);
1135 settings.locale
[all...]

Completed in 20 milliseconds

1234567891011>>