Searched refs:mCachedSize (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DMemInfoReader.java28 private long mCachedSize; field in class:MemInfoReader
67 mCachedSize = 0;
84 mCachedSize = extractMemValue(mBuffer, i);
107 return mCachedSize;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java149 * everything, and caches it in the `mCachedSize' member of the nodes; deduce the size of
150 * the containing node array, and cache it it its 'mCachedSize' member.
160 node.mCachedSize = nodeSize;
166 ptNodeArray.mCachedSize = size;
397 ptNode.mCachedSize = nodeSize;
403 if (ptNodeArray.mCachedSize != size) {
404 ptNodeArray.mCachedSize = size;
427 nodeffset += ptNode.mCachedSize;
429 nodeArrayOffset += nodeArray.mCachedSize;
501 final int oldNodeArraySize = ptNodeArray.mCachedSize;
[all...]
H A DVer3DictEncoder.java100 final int bufferSize = lastNodeArray.mCachedAddressAfterUpdate + lastNodeArray.mCachedSize;
H A DFusionDictionary.java50 int mCachedSize = Integer.MIN_VALUE; field in class:FusionDictionary.PtNodeArray
118 // mCachedSize and mCachedAddressBefore/AfterUpdate are helpers for binary dictionary
123 // The update process does not need two versions of mCachedSize.
124 int mCachedSize; // The size, in bytes, of this PtNode. field in class:FusionDictionary.PtNode
H A DVer4DictEncoder.java321 final int bufferSize = lastNodeArray.mCachedAddressAfterUpdate + lastNodeArray.mCachedSize;

Completed in 148 milliseconds