Searched refs:thisNgram (Results 1 – 4 of 4) sorted by relevance
93 private void lookup(int thisNgram) in lookup() argument97 if (search(ngramList, thisNgram) >= 0) { in lookup()
94 private void lookup(int thisNgram) in lookup() argument98 if (search(ngramList, thisNgram) >= 0) { in lookup()
79 void NGramParser::lookup(int32_t thisNgram) in lookup() argument83 if (search(ngramList, thisNgram) >= 0) { in lookup()
46 void lookup(int32_t thisNgram);