Searched refs:locales (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libast/common/port/
H A Dlclib.h31 #define locales _ast_locales macro
59 #define LCINFO(c) (&locales[c]->info[c])
67 extern Lc_t* locales[];
H A Dmc.c77 if (!(lc = locale ? lcmake(locale) : locales[category]))
H A Dlc.c105 Lc_t* locales[] = variable
753 * add to the list of possibly active locales
/osnet-11/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c95 if ((locales[AST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug)
97 if ((locales[AST_LC_NUMERIC]->flags & (LC_default|LC_local)) == LC_local)
98 return locales[AST_LC_NUMERIC]->territory == &lc_territories[0] ? &default_lconv : &debug_lconv;
H A Diconv.c489 if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locales[AST_LC_CTYPE]->charset->code) || streq(m, "iso8859-1"))
H A Dsetlocale.c517 if (locales[cp->internal]->flags & LC_debug)
522 else if (locales[cp->internal]->flags & LC_default)
2271 sfprintf(sfstderr, "locale setf %17s %16s\n", cp->name, locales[cp->internal]->name);
2273 if (locales[cp->internal]->flags & LC_debug)
2282 else if ((locales[cp->internal]->flags & LC_utf8) && !(ast.locale.set & AST_LC_test))
2287 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2292 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
2345 sfprintf(sfstderr, "locale setf %17s %16s\n", cp->name, locales[cp->internal]->name);
2349 if (locales[cp->internal]->flags & LC_local)
2350 dp = locales[c
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.pm7 locale - Perl pragma to use and avoid POSIX locales for built-in operations
21 locales for built-in operations (LC_CTYPE for regular expressions, and
26 locales.
H A Dlocale.t66 # First we'll do a lot of taint checking for locales.
249 # Find locales.
251 debug "# Scanning for locales...\n";
258 my $locales = <<EOF;
309 # These cause heartburn. Broken locales?
310 $locales =~ s/Svenska Swedish:sv:fi se:1 15\n//;
311 $locales =~ s/Thai:th:th:11 tis620\n//;
402 foreach my $locale (split(/\n/, $locales)) {
589 # in some locales, say, eacute and E may test equal.
662 # The == (among other ops) used to warn for locales
[all...]
H A Dopen.pm214 details and the list of supported locales.
/osnet-11/usr/src/lib/libast/common/misc/
H A Derrorx.c41 loc = (const char*)locales[AST_LC_MESSAGES]->code;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t583 my @locales;
587 push(@locales, $_);
591 exit(0) unless @locales;
592 for (@locales) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm161 for the locales for which it makes sense to have ante meridiem and post
177 for the Japanese Emperor eras (naturally only defined under Japanese locales).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm50 The available locales depend on your operating system; try whether
53 C<ls /usr/lib/locale>. Not all the locales that your vendor supports
96 # 4) the available locales depend on your operating system;
100 # Not all the locales that your vendor supports
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm624 more I<locales> or I<contexts>, separated by spaces (other than as
631 single code point because of different locales, the value returned by
632 casespec() is a hash reference which has the locales as the keys and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm931 * we may have data from different locales mixed */
/osnet-11/usr/src/grub/grub2/
H A Dconfigure17573 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
17762 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl
17764 variables, and all locales use the UTF-8 encoding. */
[all...]

Completed in 305 milliseconds