Home | History | Annotate | Download | only in makedict

Lines Matching refs:FLAG_HAS_BIGRAMS

54      *   | has bigrams ?               1 bit, 1 = yes, 0 = no   : FLAG_HAS_BIGRAMS
82 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
152 private static final int FLAG_HAS_BIGRAMS = 0x04;
729 flags |= FLAG_HAS_BIGRAMS;
1156 if (0 != (flags & FLAG_HAS_BIGRAMS)) {