Home | History | Annotate | Download | only in i18n

Lines Matching refs:N_GRAM_MASK

19 #define N_GRAM_MASK 0xFFFFFF
91 ngram = ((ngram << 8) + b) & N_GRAM_MASK;