Searched refs:UNICODE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java60 static final String UNICODE = "Unicode"; field in class:IANACharCode
104 } else if (encoding.equals(UNICODE)) {
137 case CHAR_UNICODE: return UNICODE;
187 if (encoding.equals(UNICODE) ||
346 // Unicode. If there are no flag bytes, then just return UNICODE.
366 return UNICODE;
H A DSLPHeaderV1.java629 if (this.charCode == IANACharCode.UNICODE) {
643 if (charCode == IANACharCode.UNICODE) {
663 // If the charCode is UNICODE, arbirtarily change to big or little,
666 if (charCode == IANACharCode.UNICODE) {
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A Dtypes.h81 // UNICODE (Wide Character) types
109 // Neutral ANSI/UNICODE types and macros
111 #ifdef UNICODE
127 #else /* UNICODE */
140 #endif /* UNICODE */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm66 defined ${^UNICODE} and ${^UNICODE} != 0 and return 1;
247 Sets the script encoding to I<ENCNAME>. And unless ${^UNICODE}
267 When ${^UNICODE} exists and non-zero, these options will completely
268 ignored. ${^UNICODE} is a variable introduced in perl 5.8.1. See
269 L<perlrun> see L<perlvar/"${^UNICODE}"> and L<perlrun/"-C"> for
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_log.c131 #ifdef UNICODE
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm202 if (${^UNICODE} & PERL_UNICODE_STDIN || defined ${^ENCODING}) &&
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm754 =head1 ABOUT UNICODE PLAINTEXT LANGUAGE TAGS

Completed in 114 milliseconds