Searched refs:thisNgram (Results 1 – 4 of 4) sorted by relevance
91 private void lookup(int thisNgram) in lookup() argument95 if (search(ngramList, thisNgram) >= 0) { in lookup()
90 private void lookup(int thisNgram) in lookup() argument94 if (search(ngramList, thisNgram) >= 0) { in lookup()
78 void NGramParser::lookup(int32_t thisNgram) in lookup() argument82 if (search(ngramList, thisNgram) >= 0) { in lookup()
44 void lookup(int32_t thisNgram);