HomeSort by relevance Sort by last modified time
    Searched full:maxwords (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp 67 void DicTraverseSession::resetCache(const int thresholdForNextActiveDicNodes, const int maxWords) {
69 maxWords /* terminalSize */);
dic_traverse_session.h 80 void resetCache(const int thresholdForNextActiveDicNodes, const int maxWords);
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 98 #define MAXWORDS 1000
184 static WORD words[MAXWORDS];
312 end_of_word = &words[MAXWORDS - 2];
  /external/tcpdump/
print-smb.c 486 const u_char *maxwords; local
502 maxwords = SMBMIN(words + 1 + wct * 2, maxbuf);
504 smb_fdata(words + 1, f1, maxwords, unicodestr);
801 const u_char *words, *maxwords, *data; local
850 maxwords = SMBMIN(data, maxbuf);
870 for (i = 0; &words[1 + 2 * i] < maxwords; i++) {
    [all...]

Completed in 384 milliseconds