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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 241 static final int PTNODE_FLAGS_SIZE = 1;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java 145 FormatSpec.PTNODE_FLAGS_SIZE);
Ver2DictDecoder.java 198 addressPointer += FormatSpec.PTNODE_FLAGS_SIZE;
BinaryDictEncoderUtils.java 165 return FormatSpec.PTNODE_FLAGS_SIZE + getPtNodeCharactersSize(ptNode);
    [all...]

Completed in 90 milliseconds