HomeSort by relevance Sort by last modified time
    Searched defs:getFreq (Results 1 - 3 of 3) sorted by null

  /system/core/nexus/
SupplicantAssociatingEvent.h 34 int getFreq() { return mFreq;}
ScanResult.h 41 uint32_t getFreq() { return mFreq; }
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 60 static int getFreq(const unsigned char *dict, const bool isLatestDictVersion, int *pos);
117 inline int Dictionary::getFreq(const unsigned char *dict,
154 *freq = (*terminal) ? Dictionary::getFreq(dict, isLatestDictVersion, &position) : 1;

Completed in 632 milliseconds