Searched refs:mCharacters (Results 1 – 3 of 3) sorted by relevance
110 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()
340 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()
28 public final int[] mCharacters; field in PtNodeInfo41 mCharacters = characters; in PtNodeInfo()