HomeSort by relevance Sort by last modified time
    Searched refs:I18N (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
Collate.t 15 use I18N::Collate;
19 $a = I18N::Collate->new("foo");
26 $b = I18N::Collate->new("foo");
35 $b = I18N::Collate->new("bar");
Collate.pm 1 package I18N::Collate;
8 I18N::Collate - compare 8-bit scalar data according to the current locale
12 use I18N::Collate;
14 $s1 = new I18N::Collate "scalar_data_1";
15 $s2 = new I18N::Collate "scalar_data_2";
22 the I18N::Collate interface for comparing 8-bit scalar data
63 # I18N::Collate.pm
82 # Usage: use I18N::Collate;
84 # $s1 = new I18N::Collate "scalar_data_1";
85 # $s2 = new I18N::Collate "scalar_data_2"
    [all...]
LangTags.pm 6 package I18N::LangTags;
24 I18N::LangTags - functions for dealing with RFC3066-style language tags
28 use I18N::LangTags qw(is_language_tag same_language_tag
39 use I18N::LangTags qw(:ALL)
42 something less obvious like C<use I18N::LangTags qw(/./)>.)
44 If you don't import any of these functions, assume a C<&I18N::LangTags::>
486 use I18N::LangTags qw(same_language_tag);
498 use I18N::LangTags qw(encode_language_tag);
756 In some future version of I18N::LangTags, I plan to include support
762 * L<I18N::LangTags::List|I18N::LangTags::List
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
Langinfo.xs 12 MODULE = I18N::Langinfo PACKAGE = I18N::Langinfo
Langinfo.pm 1 package I18N::Langinfo;
85 croak "&I18N::Langinfo::constant not defined" if $constname eq 'constant';
101 bootstrap I18N::Langinfo $VERSION;
108 I18N::Langinfo - query locale information
112 use I18N::Langinfo;
120 appropriate to be used as arguments are exportable from I18N::Langinfo.
128 use I18N::Langinfo qw(langinfo ABDAY_1 YESSTR NOSTR);
188 require I18N::Langinfo;
189 I18N::Langinfo->import(qw(langinfo CODESET));
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/i18n/
m_strmsg.c 37 static char rcsID[] = "$Header: /rd/src/libc/i18n/rcs/m_strmsg.c 1.5 1992/07/16 19:08:40 tj Exp $";
41 #define I18N 1 /* InternationalizatioN on */
m_text.c 37 static char rcsID[] = "$Header: /rd/src/libc/i18n/rcs/m_text.c 1.18 1995/02/02 16:42:09 jeffhe Exp $";
41 #define I18N 1 /* InternaltionalizatioN on */
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
collate.h 46 * include prototypes of the MKS i18n routines
114 #ifdef I18N
118 #endif /* I18N */
m_i18n.h 30 * m_i18n.h: Header file dealing with all i18n issues. #included from mks.h,
31 * no program should ever #include any i18n-specific header (i.e. this
67 * Even if I18N is off, we need access to the data structures.
76 * Define i18n portability routines -- built on top of what we define
81 #ifndef I18N
84 * I18N is not supported -- make most of it disappear
88 * This is done if I18N is undefined at compile time. In this case, #define's
119 #endif /*I18N*/
mks.h 111 #if defined(I18N) && !defined(M_NLSDIR)
115 #if (defined(M_I18N_MKS_FULL) || defined(M_I18N_MKS_XPG)) && !defined(I18N)
116 # error I18N must be defined
251 #ifndef M_POSIXPATH /* used when I18N undefined, default posix path */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/t/
Langinfo.t 10 print "1..0 # skip: I18N::Langinfo or POSIX unavailable\n";
15 use I18N::Langinfo qw(langinfo);
59 eval { I18N::Langinfo->import($try) };
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
Maketext.pm 10 use I18N::LangTags 0.21 ();
277 @languages = map &I18N::LangTags::locale2language_tag($_), @languages;
282 @languages = map {; $_, I18N::LangTags::alternate_language_tags($_) }
288 if( defined &I18N::LangTags::panic_languages ) {
289 push @languages, I18N::LangTags::panic_languages(@languages);
374 $seen_encoded{ I18N::LangTags::encode_language_tag($lang) } = 1
380 foreach my $s ( I18N::LangTags::super_languages($lang) ) {
382 last if $seen_encoded{ I18N::LangTags::encode_language_tag($s) };
393 push @languages, map I18N::LangTags::super_languages($_), @languages;
412 # Hm. Should I just move this into I18N::LangTags at some point
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
Makefile 69 LDLIBS += -lsecdb $(LPLIBS) $(SYSLIBS) $(I18N)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
List.pm 3 package I18N::LangTags::List;
17 while(<I18N::LangTags::List::DATA>) {
83 #require I18N::LangTags;
121 I18N::LangTags::List -- tags and names for human languages
125 use I18N::LangTags::List;
127 I18N::LangTags::List::name('elx') || 'unknown_language',
128 I18N::LangTags::List::name('ar-Kw') || 'unknown_language',
129 I18N::LangTags::List::name('en') || 'unknown_language',
130 I18N::LangTags::List::name('en-CA') || 'unknown_language',
140 C<I18N::LangTags::List::name( I<langtag> ) > that take
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/
Makefile.com 34 $(XCURSES) $(GEN) $(I18N) $(MKS) \
78 # I18N source files are in src/libc/i18n
79 I18N= \
103 $(I18N:%.o=../src/libc/i18n/%.c) \
149 objs/%.o pics/%.o: ../src/libc/i18n/%.c
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/solaris2/
mkslocal.h 133 * Set I18N flags
136 #define I18N 1 /* OBSOLESCENT version of M_I18N */
138 #define M_I18N_M_ 1 /* Uses m_ on MKS i18n extension routines */
  /onnv/onnv-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
view.c 145 #ifdef I18N /* not defined, put here so xgettext(1) can find strings */
  /onnv/onnv-gate/usr/src/cmd/kstat/
kstat.pl 34 use I18N::Langinfo qw(langinfo D_T_FMT);
  /onnv/onnv-gate/usr/src/lib/libc/
README 79 dlopen()ed objects, such as those in the I18N code.
116 cases, like code in the I18N interfaces, where mutual exclusion
125 and furthermore it serializes I18N calls to functions in other
190 Some i18n code cannot be distributed as open source. To enable the rest of
191 libc to be distributed as open source, those i18n files now live in a
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
open.pm 14 # I18N::Langinfo isn't available everywhere
16 require I18N::Langinfo;
17 I18N::Langinfo->import(qw(langinfo CODESET));
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
nb.c 300 #ifdef I18N /* never defined, permits xgettext(1) to pick out strings */
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584usr/
prototype_i386 99 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N 0755 root bin
100 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo 0755 root bin
101 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/autosplit.ix 0444 root bin
102 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/Langinfo.bs 0444 root bin
103 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/Langinfo.so 0555 root bin
prototype_sparc 99 d none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N 0755 root bin
100 d none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo 0755 root bin
101 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/autosplit.ix 0444 root bin
102 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/Langinfo.bs 0444 root bin
103 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/Langinfo.so 0555 root bin
prototype_com 219 d none usr/perl5/5.8.4/lib/I18N 0755 root bin
220 f none usr/perl5/5.8.4/lib/I18N/Collate.pm 0444 root bin
221 d none usr/perl5/5.8.4/lib/I18N/LangTags 0755 root bin
222 f none usr/perl5/5.8.4/lib/I18N/LangTags.pm 0444 root bin
223 f none usr/perl5/5.8.4/lib/I18N/LangTags/List.pm 0444 root bin
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584core/
prototype_i386 374 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/I18N 0755 root bin
375 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/I18N/Langinfo.pm 0444 root bin

Completed in 300 milliseconds

1 2