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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 64 static const int UNKNOWN_FORMAT = -1;
153 if (dictSize < DICTIONARY_MINIMUM_SIZE) return UNKNOWN_FORMAT;
166 if (dictSize < FORMAT_VERSION_2_MINIMUM_SIZE) return UNKNOWN_FORMAT;
174 return UNKNOWN_FORMAT;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 111 if (BinaryFormat::UNKNOWN_FORMAT

Completed in 902 milliseconds