Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java110 for (int i = 0; i < ptNodeInfo.mCharacters.length; ++i) { in readUnigramsAndBigramsBinaryInner()
111 pushedChars[index++] = ptNodeInfo.mCharacters[i]; in readUnigramsAndBigramsBinaryInner()
187 p < currentInfo.mCharacters.length; in getTerminalPosition()
190 || word.codePointAt(j) != currentInfo.mCharacters[p]) { in getTerminalPosition()
198 if (wordPos + currentInfo.mCharacters.length == wordLen) { in getTerminalPosition()
201 wordPos += currentInfo.mCharacters.length; in getTerminalPosition()
DBinaryDictDecoderUtils.java340 builder.append(new String(info.mCharacters, 0, info.mCharacters.length)); in getWordAtPositionWithoutParentAddress()
347 builder.append(new String(last.mCharacters, 0, last.mCharacters.length)); in getWordAtPositionWithoutParentAddress()
357 builder.append(new String(last.mCharacters, 0, last.mCharacters.length)); in getWordAtPositionWithoutParentAddress()
DPtNodeInfo.java28 public final int[] mCharacters; field in PtNodeInfo
41 mCharacters = characters; in PtNodeInfo()