Searched defs:currentNodeArray (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java303 * @param currentNodeArray node array containing the PtNode where the offset will be written
304 * @param offsetFromStartOfCurrentNodeArray offset, in bytes, from the start of currentNodeArray
308 private static int getOffsetToTargetNodeArrayDuringUpdate(final PtNodeArray currentNodeArray, argument
311 < currentNodeArray.mCachedAddressBeforeUpdate);
314 - (currentNodeArray.mCachedAddressAfterUpdate
318 - (currentNodeArray.mCachedAddressBeforeUpdate
327 * @param currentNodeArray node array containing the PtNode where the offset will be written
328 * @param offsetFromStartOfCurrentNodeArray offset, in bytes, from the start of currentNodeArray
333 private static int getOffsetToTargetPtNodeDuringUpdate(final PtNodeArray currentNodeArray, argument
335 final int oldOffsetBasePoint = currentNodeArray
[all...]

Completed in 145 milliseconds