Searched refs:IANACharCode (Results 1 – 5 of 5) sorted by relevance
76 String charCode = IANACharCode.UTF8; // character encoding.154 locale = new Locale(new String(a_bTemp, IANACharCode.ASCII), ""); in parseHeader()161 charCode = IANACharCode.decodeCharacterEncoding(intCharCode); in parseHeader()331 intCharCode = IANACharCode.encodeCharacterEncoding(charCode); in externalize()629 if (this.charCode == IANACharCode.UNICODE) { in getString()631 this.charCode = IANACharCode.getUnicodeEndianess(bytes); in getString()643 if (charCode == IANACharCode.UNICODE) { in getString()644 charCode = IANACharCode.UNICODE_BIG; in getString()646 bytes = IANACharCode.addBigEndianFlag(bytes); in getString()666 if (charCode == IANACharCode.UNICODE) { in putString()[all …]
47 String charCode = IANACharCode.UTF8; // how to encode the attribute.583 (charCode.equals(IANACharCode.ASCII) || in escapeAttributeString()584 charCode.equals(IANACharCode.LATIN1)); in escapeAttributeString()592 buf.append(IANACharCode.escapeChar(c, charCode)); in escapeAttributeString()710 buf.append(IANACharCode.unescapeChar(num.toString(), in unescapeAttributeString()
51 abstract class IANACharCode extends Object { class
91 String charCode = IANACharCode.UTF8;
120 IANACharCode.class Parser.class \