| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/ |
| D | Country.pm | 42 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 53 if ($codeset == LOCALE_CODE_NUMERIC) 63 if (exists $CODES->[$codeset]->{$code}) 65 return $CODES->[$codeset]->{$code}; 85 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 90 if (exists $COUNTRIES->[$codeset]->{$country}) 92 return $COUNTRIES->[$codeset]->{$country}; 135 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 137 return keys %{ $CODES->[$codeset] }; 148 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; [all …]
|
| D | Script.pm | 42 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 53 if ($codeset == LOCALE_CODE_NUMERIC) 63 if (exists $CODES->[$codeset]->{$code}) 65 return $CODES->[$codeset]->{$code}; 85 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 90 if (exists $COUNTRIES->[$codeset]->{$script}) 92 return $COUNTRIES->[$codeset]->{$script}; 135 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; 137 return keys %{ $CODES->[$codeset] }; 148 my $codeset = @_ > 0 ? shift : LOCALE_CODE_DEFAULT; [all …]
|
| D | Constants.pod | 10 $codeset = LOCALE_CODE_ALPHA_2;
|
| /mirbsd/src/sys/netisdn/ |
| D | i4b_q931.c | 107 int codeset = CODESET_0; in i4b_decode_q931() local 215 old_codeset = codeset; in i4b_decode_q931() 216 codeset = *msg_ptr & CODESET_MASK; in i4b_decode_q931() 219 (codeset <= old_codeset)) in i4b_decode_q931() 221 NDBGL3(L3_P_ERR, "Q.931 lockingshift proc violation, shift %d -> %d", old_codeset, codeset); in i4b_decode_q931() 222 codeset = old_codeset; in i4b_decode_q931() 230 switch(codeset) in i4b_decode_q931() 239 NDBGL3(L3_P_ERR, "unknown codeset %d, ", codeset); in i4b_decode_q931() 250 codeset = old_codeset; in i4b_decode_q931()
|
| /mirbsd/src/usr.sbin/isdn/isdntrace/ |
| D | 1tr6.c | 49 int codeset = 0; in decode_1tr6() local 292 oldcodeset = codeset; in decode_1tr6() 293 codeset = buf[i] & 0x07; in decode_1tr6() 298 sprintf((pbuf+strlen(pbuf)), "[shift: codeset=%d lock=%d]", codeset, codelock); in decode_1tr6() 321 if (codeset == 0) in decode_1tr6() 474 else if (codeset == 6) in decode_1tr6() 611 sprintf((pbuf+strlen(pbuf)), "[ILLEGAL CODESET = 0x%02x", codeset); in decode_1tr6() 631 if (!codelock && (codeset != oldcodeset)) in decode_1tr6() 632 codeset = oldcodeset; in decode_1tr6()
|
| D | q931.c | 46 int codeset = 0; in decode_q931() local 292 oldcodeset = codeset; in decode_q931() 293 codeset = buf[i] & 0x07; in decode_q931() 298 sprintf((pbuf+strlen(pbuf)), "[shift: codeset=%d lock=%d]", codeset, codelock); in decode_q931() 340 if (codeset == 0) in decode_q931() 762 sprintf((pbuf+strlen(pbuf)), "[UNKNOWN CODESET=%d, IE=0x%02x: ", codeset, buf[i]); in decode_q931() 784 if (!codelock && (codeset != oldcodeset)) in decode_q931() 785 codeset = oldcodeset; in decode_q931()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | locale.c | 497 char *codeset = NULL; in Perl_init_i18nl10n() local 499 codeset = nl_langinfo(CODESET); in Perl_init_i18nl10n() 501 if (codeset) in Perl_init_i18nl10n() 502 utf8locale = (ibcmp(codeset, "UTF-8", 5) == 0 || in Perl_init_i18nl10n() 503 ibcmp(codeset, "UTF8", 4) == 0); in Perl_init_i18nl10n()
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | codeset.m4 | 1 # codeset.m4 serial AM1 (gettext-0.10.40)
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | codeset.m4 | 1 # codeset.m4 serial AM1 (gettext-0.10.40)
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Codes/ |
| D | ChangeLog | 113 for identifying which codeset is being used: 121 I haven't added multiple codeset support to the other
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perllocale.pod | 154 # LC_CTYPE now in locale "French, Canada, codeset ISO 8859-1" 168 combination of language, country or territory, and codeset. Read on for 233 I<language_territory>B<.>I<codeset>, but the latter parts after 237 world, respectively. The I<codeset> part often mentions some B<ISO 239 is the so-called "Western European codeset" that can be used to encode 249 is (American) English and its character codeset ASCII.
|
| /mirbsd/src/gnu/usr.bin/cvs/man/ |
| D | Makefile.in | 62 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | gnulib-comp.m4 | 279 m4/codeset.m4
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | Makefile.in | 45 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | Makefile.in | 68 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | Makefile.in | 64 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | Caps | 710 device_type devt str dv - - ----- Indicate language/codeset support 712 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII) 713 set1_des_seq s1ds str s1 - - ----- Shift to codeset 1 714 set2_des_seq s2ds str s2 - - ----- Shift to codeset 2 715 set3_des_seq s3ds str s3 - - ----- Shift to codeset 3
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | Makefile.in | 63 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| D | aclocal.m4 | 900 m4_include([m4/codeset.m4])
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | Makefile.in | 84 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | Makefile.in | 65 $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
|
| /mirbsd/src/lib/libncurses/src/man/ |
| D | terminfo.cat5 | 1093 guage/codeset sup- 1140 set0_des_seq s0ds s0 Shift to codeset 0 1142 set1_des_seq s1ds s1 Shift to codeset 1 1143 set2_des_seq s2ds s2 Shift to codeset 2 1144 set3_des_seq s3ds s3 Shift to codeset 3
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | aclocal.m4 | 181 dnl codeset.m4
|
| D | CHANGES | 1317 the codeset differs (report by Karl-Heinz Weirich) -TD
|
| /mirbsd/src/lib/libncurses/src/ |
| D | NEWS | 2442 + make addstr() work for the special case where the codeset is
|