Searched refs:hex1 (Results 1 – 6 of 6) sorted by relevance
49 char hex1 = 0; in unescape() local85 if (hex1 != 0) in unescape()87 buf.append((char)(convertHex(hex1) * 16 + convertHex(c))); in unescape()89 hex1 = 0; in unescape()92 hex1 = c; in unescape()
53 char hex1 = 0; in unescape() local89 if (hex1 != 0) in unescape()91 buf.append((char)(convertHex(hex1) * 16 + convertHex(c))); in unescape()93 hex1 = 0; in unescape()96 hex1 = c; in unescape()
63 String hex1 = Integer.toHexString(v | 0x10000).substring(3, 5); in encodeIntAsCharEscape() local64 return "'#$" + hex1 + "'"; in encodeIntAsCharEscape()
121 char hex1 = Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16)); in encodeQuotedPrintable() local123 buffer.write(hex1); in encodeQuotedPrintable()
138 char hex1 = Character.toUpperCase( in encodeUrl() local142 buffer.write(hex1); in encodeUrl()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...