Home | History | Annotate | Download | only in tool

Lines Matching defs:hex

2184 					// parse the unicode 16 bit hex value
2946 * char (non-hex) representation. Control characters are spit out
2973 String hex = Integer.toHexString(c|0x10000).toUpperCase().substring(1,5);
2974 String unicodeStr = "'\\u"+hex+"'";