Searched refs:charCode (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationAttributeV1.java | 47 String charCode = IANACharCode.UTF8; // how to encode the attribute. field in ServiceLocationAttributeV1 370 String charCode, in ServiceLocationAttributeV1() argument 373 this.charCode = charCode; in ServiceLocationAttributeV1() 389 unescapeAttributeString(tk.nextToken(), charCode); in ServiceLocationAttributeV1() 419 Object o = evaluate(value, charCode); in ServiceLocationAttributeV1() 456 id = unescapeAttributeString(exp, charCode); in ServiceLocationAttributeV1() 464 static Object evaluate(String value, String charCode) in evaluate() argument 496 o = unescapeAttributeString(val, charCode); in evaluate() 513 return escapeAttributeString(id, charCode); in externalize() 522 s = escapeValueInternal(o, charCode); in externalize() [all …]
|
H A D | SLPHeaderV1.java | 76 String charCode = IANACharCode.UTF8; // character encoding. field in SLPHeaderV1 161 charCode = IANACharCode.decodeCharacterEncoding(intCharCode); in parseHeader() 331 intCharCode = IANACharCode.encodeCharacterEncoding(charCode); in externalize() 336 new Object[] {charCode}); in externalize() 485 " charCode=``" + charCode + "''\n" + in toString() 629 if (this.charCode == IANACharCode.UNICODE) { in getString() 631 this.charCode = IANACharCode.getUnicodeEndianess(bytes); in getString() 635 String charCode = this.charCode; in getString() local 643 if (charCode == IANACharCode.UNICODE) { in getString() 644 charCode = IANACharCode.UNICODE_BIG; in getString() [all …]
|
H A D | SSrvTypeMsg.java | 106 String charCode) in parseNamingAuthorityIn() argument 131 String name = hdr.getBytesString(bStr, charCode).toLowerCase(); in parseNamingAuthorityIn()
|
H A D | SLPV1SSrvMsg.java | 91 String charCode = IANACharCode.UTF8; field in SLPV1SSrvMsg 211 charCode = hdr.charCode; in initialize() 647 charCode); in parse() 1060 ServiceLocationAttributeV1.evaluate(strval, charCode); in parseValue()
|
H A D | SLPV1SSrvDereg.java | 91 hdr.charCode); in initialize()
|
H A D | SLPV1SSrvTypeMsg.java | 73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode); in initialize()
|
H A D | SLPV1SAttrMsg.java | 162 hdr.charCode); in initialize()
|