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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 75 final BinaryDictionary.GetNextWordPropertyResult result =
Ver2DictDecoder.java 269 final BinaryDictionary.GetNextWordPropertyResult result =
BinaryDictDecoderEncoderTests.java 668 final BinaryDictionary.GetNextWordPropertyResult result =
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 399 public static class GetNextWordPropertyResult {
403 public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) {
413 public GetNextWordPropertyResult getNextWordProperty(final int token) {
419 return new GetNextWordPropertyResult(
ExpandableBinaryDictionary.java 686 final BinaryDictionary.GetNextWordPropertyResult result =
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java     [all...]

Completed in 131 milliseconds