Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java593 int numStage1Ints = stage1Length / 2; // 2 chars = 1 int in reconstituteData() local
594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData()
595 System.arraycopy(mbcsTable.fromUnicodeTableInts, numStage1Ints, in reconstituteData()
596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData()