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

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 67 static int detectFormat(const uint8_t *const dict, const int dictSize);
149 AK_FORCE_INLINE int BinaryFormat::detectFormat(const uint8_t *const dict, const int dictSize) {
179 switch (detectFormat(dict, dictSize)) {
192 switch (detectFormat(dict, dictSize)) {
196 // See the format of the header in the comment in detectFormat() above
208 if (2 <= detectFormat(dict, dictSize)) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 112 == BinaryFormat::detectFormat(static_cast<uint8_t *>(dictBuf),

Completed in 67 milliseconds