Home
last modified time | relevance | path

Searched refs:charCode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java47 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 DSLPHeaderV1.java76 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 DSSrvTypeMsg.java106 String charCode) in parseNamingAuthorityIn() argument
131 String name = hdr.getBytesString(bStr, charCode).toLowerCase(); in parseNamingAuthorityIn()
H A DSLPV1SSrvMsg.java91 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 DSLPV1SSrvDereg.java91 hdr.charCode); in initialize()
H A DSLPV1SSrvTypeMsg.java73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode); in initialize()
H A DSLPV1SAttrMsg.java162 hdr.charCode); in initialize()