Searched refs:pushedChars (Results 1 – 1 of 1) sorted by relevance
81 int[] pushedChars = new int[FormatSpec.MAX_WORD_LENGTH + 1]; in readUnigramsAndBigramsBinaryInner() local111 pushedChars[index++] = ptNodeInfo.mCharacters[i]; in readUnigramsAndBigramsBinaryInner()115 words.put(ptNodeInfo.mOriginalAddress, new String(pushedChars, 0, index)); in readUnigramsAndBigramsBinaryInner()