Searched refs:BIGRAM_COUNT_QUERY (Results 1 – 6 of 6) sorted by relevance
41 const char *const Ver4PatriciaTriePolicy::BIGRAM_COUNT_QUERY = "BIGRAM_COUNT"; member in latinime::Ver4PatriciaTriePolicy485 } else if (strncmp(query, BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
125 static const char *const BIGRAM_COUNT_QUERY; variable
49 const char *const Ver4PatriciaTriePolicy::BIGRAM_COUNT_QUERY = "BIGRAM_COUNT"; member in latinime::backward::v402::Ver4PatriciaTriePolicy530 } else if (strncmp(query, BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
146 static const char *const BIGRAM_COUNT_QUERY; variable
700 BinaryDictionary.BIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()707 BinaryDictionary.BIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
66 public static final String BIGRAM_COUNT_QUERY = "BIGRAM_COUNT"; field in BinaryDictionary