Searched defs:gt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c194 Gettext_t *gt = global_gt; local
201 cur_msg = gt->c_m_node; /* current Msg_node */
215 mnp = gt->m_node;
230 gt->c_m_node = mnp;
422 Gettext_t *gt = global_gt; local
428 ppp = FIRSTBIND(gt);
641 printgt(Gettext_t *gt, int level) argument
643 gprintf(level, "=== gt ===\n");
644 gprintf(level, " cur_domain: \"%s\"\n", gt->cur_domain);
645 if (gt
[all...]
H A Dgettext_real.c672 Gettext_t *gt = global_gt; local
700 bind = FIRSTBIND(gt);
762 FIRSTBIND(gt) = bind;
792 Gettext_t *gt = global_gt; local
801 (void) strcpy(result, CURRENT_DOMAIN(gt));
825 if (CURRENT_DOMAIN(gt) != default_domain) {
826 free(CURRENT_DOMAIN(gt));
827 CURRENT_DOMAIN(gt) = (char *)default_domain;
834 if (CURRENT_DOMAIN(gt) != default_domain)
835 free(CURRENT_DOMAIN(gt));
1073 Gettext_t *gt = global_gt; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm734 sub gt { $_[0]->getSortKey($_[1]) gt $_[0]->getSortKey($_[2]) } subroutine
1267 if any normalization is not desired). Under C<(normalization =E<gt> undef)>,
1272 C<(normalization =E<gt> undef, preprocess =E<gt> sub { NFD(shift) })>
1273 B<is not> equivalent to C<(normalization =E<gt> 'NFD')>.
1275 In the case of C<(normalization =E<gt> "prenormalized")>,
1279 C<(normalization =E<gt> 'prenormalized', preprocess =E<gt> sub { NFD(shift) })>
1280 B<is> equivalent to C<(normalization =E<gt> 'NF
[all...]

Completed in 40 milliseconds