Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/perf/
DManualCharAccessTest.java11 protected final static int[] INT_CODES = new int[0x10000]; field in ManualCharAccessTest
17 INT_CODES[i] = 1;
23 INT_CODES['\\'] = 2;
165 final int[] codes = INT_CODES; in readWithInt()