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 47 static int detectFormat(const uint8_t* const dict);
84 inline int BinaryFormat::detectFormat(const uint8_t* const dict) {
107 switch (detectFormat(dict)) {
116 switch (detectFormat(dict)) {
120 // See the format of the header in the comment in detectFormat() above
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 113 if (BinaryFormat::UNKNOWN_FORMAT == BinaryFormat::detectFormat((uint8_t*)dictBuf)) {

Completed in 42 milliseconds