Searched refs:FLAG_HAS_BIGRAMS (Results 1 – 4 of 4) sorted by relevance
74 return (flags & FLAG_HAS_BIGRAMS) != 0; in hasBigrams()94 nodeFlags = hasBigrams ? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags; in createAndGetFlags()128 static const NodeFlags FLAG_HAS_BIGRAMS; variable
41 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_BIGRAMS = 0x04; member in latinime::PtReadingUtils
203 static final int FLAG_HAS_BIGRAMS = 0x04; field in FormatSpec
538 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS; in makePtNodeFlags()