Home
last modified time | relevance | path

Searched defs:charCode (Results 1 – 4 of 4) 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()
464 static Object evaluate(String value, String charCode) in evaluate()
542 private static String escapeValueInternal(Object val, String charCode) { in escapeValueInternal()
577 String charCode) in escapeAttributeString()
620 String charCode) in unescapeAttributeString()
711 charCode)); in unescapeAttributeString() local
H A DSSrvTypeMsg.java106 String charCode) in parseNamingAuthorityIn()
H A DSLPHeaderV1.java76 String charCode = IANACharCode.UTF8; // character encoding. field in SLPHeaderV1
635 String charCode = this.charCode; in getString() local
H A DSLPV1SSrvMsg.java91 String charCode = IANACharCode.UTF8; field in SLPV1SSrvMsg