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 508 return FusionDictionary.findWordInTree(dict.mRoot, word).mCachedAddress;
531 if (group.mCachedAddress != node.mCachedAddress + size) {
533 group.mCachedAddress = node.mCachedAddress + size;
540 final int offsetBasePoint = groupSize + node.mCachedAddress + size;
541 final int offset = group.mChildren.mCachedAddress - offsetBasePoint;
543 group.mChildren.mCachedParentAddress = group.mCachedAddress
544 - group.mChildren.mCachedAddress;
554 final int offsetBasePoint = groupSize + node.mCachedAddress + siz
    [all...]
FusionDictionary.java 46 int mCachedAddress = Integer.MIN_VALUE;
107 int mCachedAddress;
    [all...]

Completed in 52 milliseconds