Home
last modified time | relevance | path

Searched refs:locales (Results 1 – 25 of 37) sorted by relevance

12

/onnv-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c500 if (locales[cp->internal]->flags & LC_debug) in set_collate()
505 else if (locales[cp->internal]->flags & LC_default) in set_collate()
635 if (locales[cp->internal]->flags & LC_debug) in set_ctype()
643 …else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(as… in set_ctype()
651 else if ((locales[cp->internal]->flags & LC_utf8) && !(ast.locale.set & AST_LC_test)) in set_ctype()
801 locales[0]->flags &= ~lc->flags; in default_setlocale()
802 locales[1]->flags &= ~lc->flags; in default_setlocale()
805 return (locales[1]->flags & (1<<category)) ? locales[1]->name : locales[0]->name; in default_setlocale()
826 if ((flags & LC_setenv) && lc_all && locales[category]) in single()
827 return (char*)locales[category]->name; in single()
[all …]
H A Dlocaleconv.c95 …return ((locales[AST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug) ? &debug_lc… in _ast_localeconv()
H A Diconv.c489 …if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locale… in _ast_iconv_name()
/onnv-gate/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])) in mcfind()
H A Dlc.c96 Lc_t* locales[] = variable
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c322 int locales, skip; in g11n_locales2langs() local
324 for (locales = 0, p = locale_set; p && *p; p++) in g11n_locales2langs()
325 locales++; in g11n_locales2langs()
327 r = (char **)xmalloc((locales + 1) * sizeof (char *)); in g11n_locales2langs()
328 memset(r, 0, (locales + 1) * sizeof (char *)); in g11n_locales2langs()
330 for (p = locale_set; p && *p && ((p - locale_set) <= locales); p++) { in g11n_locales2langs()
334 for (q = r; (q - r) < locales; q++) { in g11n_locales2langs()
657 char **results, **locales, *result = NULL; in g11n_srvr_locale_negotiate() local
660 locales = g11n_getlocales(); in g11n_srvr_locale_negotiate()
662 locales = srvr_locales; in g11n_srvr_locale_negotiate()
[all …]
/onnv-gate/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) {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperllocale.pod46 B<Definitions for locales that you use must be installed>. You, or
48 available locales, the location in which they are kept, and the manner
50 provide only a few, hard-wired locales and do not allow more to be
51 added. Others allow you to add "canned" locales provided by the system
53 and add arbitrary locales. (You may have to ask your supplier to
54 provide canned locales that are not delivered with your operating
139 You can switch locales as often as you wish at run time with the
169 hints on the naming of locales: not all systems name locales as in the
179 concatenated locales names (separator also implementation-dependent)
202 =head2 Finding locales
[all …]
H A Dperlunicode.pod625 Things to do with locales (Lithuanian, Turkish, Azeri) do B<not> work
626 since Perl does not understand the concept of Unicode locales.
1043 probably match different characters: unlike most locales, which are
1265 Use of locales with Unicode data may lead to odd results. Currently,
1267 0..255, but this technique is demonstrably incorrect for locales that
1269 Unicode support will also tend to run slower. Use of locales with
H A Dperlebcdic.pod84 in North American English locales on the OS/400 operating system
1316 =item locales
1318 On OS/390 or z/OS see L<locale> for information on locales. The L10N files
H A Dperl581delta.pod124 UTF-8 locales">, and L<perlrun/-C>.
137 =head2 UTF-8 no longer default under UTF-8 locales
/onnv-gate/usr/src/lib/libast/common/misc/
H A Derrorx.c40 loc = (const char*)locales[AST_LC_MESSAGES]->code; in errorx()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/locale/
H A Dlatin12 $locales .= <<EOF;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.t258 my $locales = <<EOF;
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)) {
/onnv-gate/usr/src/cmd/ssh/sshd/
H A Dsshd.c1935 char **locales; in prepare_for_ssh2_kex() local
1972 if ((locales = g11n_getlocales()) != NULL) { in prepare_for_ssh2_kex()
1975 myproposal[PROPOSAL_LANG_STOC] = xjoin(locales, ','); in prepare_for_ssh2_kex()
1978 g11n_locales2langs(locales); in prepare_for_ssh2_kex()
1981 if (locales != NULL) in prepare_for_ssh2_kex()
1982 g11n_freelist(locales); in prepare_for_ssh2_kex()
/onnv-gate/usr/src/lib/libsasl/
H A DREADME46 be able to support multiple different locales on different threads.
/onnv-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc46 # 1. Define "ellipsis", either Unicode #2026 for unicode locales
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/
H A Dfiles.t184 # For PerlIO in case of UTF-8 locales.
/onnv-gate/usr/src/lib/libshell/common/
H A DCOMPATIBILITY37 to be translated for locales other than C or POSIX. The $
H A DRELEASE20 10-01-01 A bug in the parser in which '$(( 2 , 3.6 ))' dumped core for locales
62 09-11-02 ``,2'' is now a valid numeric constant for locales with
321 08-10-10 read -n and -N fixed to count characters in multibyte locales.
807 06-10-23 A bug in ${var:offset:len} in multibyte locales has been fixed.
852 06-07-17 A bug with arithmetic command expressions for locales in which
855 06-07-13 A multibyte problem with locales that use shift codes has been fixed.
884 06-05-16 Bug fixes for multibyte locales.
1471 and functions for handing multibyte locales.
1636 when run with locales that considered characters such as "'"
H A Dbuiltins.mm315 to do error message translation for other locales
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DSpecialCasing.txt25 # The <condition_list> is optional. Where present, it consists of one or more locales or contexts,
/onnv-gate/usr/src/lib/libcmd/common/
H A DRELEASE63 07-11-29 rev.c: honor multibyte locales
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pod1093 Spanish. B<NOTE>: The naming and availability of locales depends on
1095 out which locales are available in your system.
1276 to the locale settings of the user, and both how to set locales (the

12