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 class:ServiceLocationAttributeV1 367 // charCode to decode any encodings. 370 String charCode, 373 this.charCode = charCode; 389 unescapeAttributeString(tk.nextToken(), charCode); 419 Object o = evaluate(value, charCode); 456 id = unescapeAttributeString(exp, charCode); 464 static Object evaluate(String value, String charCode) argument 496 o = unescapeAttributeString(val, charCode); 369 ServiceLocationAttributeV1(String exp, String charCode, boolean allowMultiValuedBooleans) argument 542 escapeValueInternal(Object val, String charCode) argument 576 escapeAttributeString(String string, String charCode) argument 619 unescapeAttributeString(String string, String charCode) argument [all...] |
H A D | SLPHeaderV1.java | 76 String charCode = IANACharCode.UTF8; // character encoding. field in class:SLPHeaderV1 161 charCode = IANACharCode.decodeCharacterEncoding(intCharCode); 331 intCharCode = IANACharCode.encodeCharacterEncoding(charCode); 336 new Object[] {charCode}); 485 " charCode=``" + charCode + "''\n" + 629 if (this.charCode == IANACharCode.UNICODE) { 631 this.charCode = IANACharCode.getUnicodeEndianess(bytes); 635 String charCode = this.charCode; [all...] |
H A D | SSrvTypeMsg.java | 106 String charCode) 131 String name = hdr.getBytesString(bStr, charCode).toLowerCase(); 104 parseNamingAuthorityIn(SrvLocHeader hdr, DataInputStream dis, String charCode) argument
|
H A D | SLPV1SSrvDereg.java | 91 hdr.charCode);
|
H A D | SLPV1SSrvTypeMsg.java | 73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode);
|
H A D | SLPV1SSrvMsg.java | 91 String charCode = IANACharCode.UTF8; field in class:SLPV1SSrvMsg 211 charCode = hdr.charCode; 647 charCode); 1060 ServiceLocationAttributeV1.evaluate(strval, charCode);
|
H A D | SLPV1SAttrMsg.java | 162 hdr.charCode);
|
Completed in 98 milliseconds