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.java370 String charCode, in ServiceLocationAttributeV1() argument
373 this.charCode = charCode; in ServiceLocationAttributeV1()
419 Object o = evaluate(value, charCode); in ServiceLocationAttributeV1()
513 return escapeAttributeString(id, charCode); in externalize()
522 s = escapeValueInternal(o, charCode); in externalize()
529 escapeAttributeString(id, charCode) + in externalize()
577 String charCode) in escapeAttributeString() argument
583 (charCode.equals(IANACharCode.ASCII) || in escapeAttributeString()
584 charCode.equals(IANACharCode.LATIN1)); in escapeAttributeString()
620 String charCode) in unescapeAttributeString() argument
[all …]
H A DSLPHeaderV1.java336 new Object[] {charCode}); in externalize()
485 " charCode=``" + charCode + "''\n" + in toString()
629 if (this.charCode == IANACharCode.UNICODE) { in getString()
635 String charCode = this.charCode; in getString() local
643 if (charCode == IANACharCode.UNICODE) { in getString()
644 charCode = IANACharCode.UNICODE_BIG; in getString()
654 buf.append(getBytesString(bytes, charCode)); in getString()
666 if (charCode == IANACharCode.UNICODE) { in putString()
667 charCode = IANACharCode.UNICODE_BIG; in putString()
754 charCode, in parseAttributeVectorIn()
[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 DSLPV1SSrvTypeMsg.java73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode); in initialize()
H A DSLPV1SSrvDereg.java91 hdr.charCode); in initialize()
H A DSLPV1SAttrMsg.java162 hdr.charCode); in initialize()