Searched refs:UTF8 (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | CJKConstants.pm | 57 UTF8 => '[\xc0-\xdf][\x80-\xbf]|[\xe0-\xef][\x80-\xbf][\x80-\xbf]'
|
H A D | Guess.pm | 199 value, no heuristics will be applied to UTF8/16/32, and the result
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | IANACharCode.java | 59 static final String UTF8 = "UTF8"; field in class:IANACharCode 102 } else if (encoding.equals(UTF8)) { 136 case CHAR_UTF8: return UTF8; 215 } else if (encoding.equals(UTF8)) { 306 } else if (encoding.equals(UTF8)) {// vari-byte
|
H A D | Defaults.java | 55 static final String UTF8 = "UTF8"; field in class:Defaults
|
H A D | SSrvTypeMsg.java | 77 namingAuthority = parseNamingAuthorityIn(hdr, dis, Defaults.UTF8);
|
H A D | SLPHeaderV2.java | 313 getStringBytes(SLPConfig.localeToLangTag(locale), Defaults.UTF8); 338 getStringBytes(SLPConfig.localeToLangTag(locale), Defaults.UTF8); 667 // Convert to UTF8 bytes. 669 byte[] bytes = getStringBytes(address, Defaults.UTF8); 804 byte[] bytes = getStringBytes(surl.toString(), Defaults.UTF8); 965 bytes = getStringBytes(clist, Defaults.UTF8); 1178 Defaults.UTF8);
|
H A D | SrvLocHeader.java | 390 // Parse string, bump byte count. Use UTF8 encoding. 395 byte[] ret = getStringField(buf, dis, Defaults.UTF8); 434 // Parse out string, bump byte count. Use UTF8 encoding. 438 byte[] bytes = putStringField(string, baos, Defaults.UTF8);
|
H A D | ServiceLocationAttribute.java | 705 b = ("" + c).getBytes(Defaults.UTF8); 776 // We allow illegal UTF8 encoding so we can decode byte arrays. 801 str = new String(b, Defaults.UTF8);
|
H A D | SLPHeaderV1.java | 76 String charCode = IANACharCode.UTF8; // character encoding.
|
H A D | ServiceLocationAttributeV1.java | 47 String charCode = IANACharCode.UTF8; // how to encode the attribute.
|
H A D | AuthBlock.java | 815 SrvLocHeader.putStringField(spi, baosT, Defaults.UTF8);
|
H A D | SLPV1SSrvMsg.java | 91 String charCode = IANACharCode.UTF8;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bytes.pm | 62 up the UTF8 encoding - and C<length $x> returns C<2>:
|
H A D | utf8.pm | 172 C<utf8::encode> is like C<utf8::upgrade>, but the UTF8 flag is 173 cleared. See L<perlunicode> for more on the UTF8 flag and the C API
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/ |
H A D | Header.pm | 214 It would be nice to support encoding to non-UTF8, such as =?ISO-2022-JP?
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
H A D | via.xs | 38 CV *UTF8; 170 result = PerlIOVia_method(aTHX_ f, MYMethod(UTF8), G_SCALAR, modesv, Nullsv);
|
H A D | via.pm | 77 =item $obj->UTF8($bellowFlag,[$fh])
|
/osnet-11/usr/src/lib/libsqlite/ |
H A D | main.mk | 47 # ENCODING "UTF8" or "ISO8859"
|
Completed in 103 milliseconds