Searched refs:numStage1Ints (Results 1 – 1 of 1) sorted by relevance
593 int numStage1Ints = stage1Length / 2; // 2 chars = 1 int in reconstituteData() local594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData()595 System.arraycopy(mbcsTable.fromUnicodeTableInts, numStage1Ints, in reconstituteData()596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData()