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

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.cpp 128 const int bigramFreq = UnigramDictionary::MASK_ATTRIBUTE_FREQUENCY & bigramFlags;
176 const int frequency = UnigramDictionary::MASK_ATTRIBUTE_FREQUENCY & bigramFlags;
unigram_dictionary.h 61 static const int MASK_ATTRIBUTE_FREQUENCY = 0x0F;

Completed in 65 milliseconds