Home | History | Annotate | Download | only in i18n

Lines Matching full:ngram

23  : ngram(0), byteIndex(0)
90 ngram = ((ngram << 8) + b) & N_GRAM_MASK;
91 lookup(ngram);