HomeSort by relevance Sort by last modified time
    Searched refs:mCachedAddress (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 528 return FusionDictionary.findWordInTree(dict.mRoot, word).mCachedAddress;
551 if (group.mCachedAddress != node.mCachedAddress + size) {
553 group.mCachedAddress = node.mCachedAddress + size;
560 final int offsetBasePoint = groupSize + node.mCachedAddress + size;
561 final int offset = group.mChildren.mCachedAddress - offsetBasePoint;
563 group.mChildren.mCachedParentAddress = group.mCachedAddress
564 - group.mChildren.mCachedAddress;
574 final int offsetBasePoint = groupSize + node.mCachedAddress + siz
    [all...]
FusionDictionary.java 49 int mCachedAddress = Integer.MIN_VALUE;
110 int mCachedAddress;
    [all...]

Completed in 75 milliseconds