Searched defs:HC (Results 1 – 5 of 5) sorted by relevance
7 private final static char[] HC = "0123456789ABCDEF".toCharArray(); field in CharTypes
24 private final static char[] HC = CharTypes.copyHexChars(); field in JsonStringEncoder
391 struct HC : virtual HB {}; struct
259 } HC; typedef
1184 { BYTE const HC = LZ4F_headerChecksum(srcPtr+4, frameHeaderSize-5); in LZ4F_decodeHeader() local