Searched refs:matchbytes (Results 1 – 1 of 1) sorted by relevance
1202 List<Integer> matchbytes = new ArrayList<Integer>(); in getBoundaryPositions() local1209 matchbytes.add(matchbyte); in getBoundaryPositions()1219 int[] ret = new int[matchbytes.size()]; in getBoundaryPositions()1221 ret[i] = matchbytes.get(i); in getBoundaryPositions()