Home
last modified time | relevance | path

Searched refs:_shifts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DHexDump.java115 private static final int[] _shifts = field in HexDump
130 .append(_hexcodes[((int) (value >> _shifts[j])) & 15]); in dump()
144 _cbuffer.append(_hexcodes[(value >> _shifts[j + 6]) & 15]); in dump()