Searched refs:UNIGRAM_COUNT_QUERY (Results 1 – 6 of 6) sorted by relevance
40 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; member in latinime::Ver4PatriciaTriePolicy482 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
124 static const char *const UNIGRAM_COUNT_QUERY; variable
48 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; member in latinime::backward::v402::Ver4PatriciaTriePolicy527 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
145 static const char *const UNIGRAM_COUNT_QUERY; variable
697 BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()704 BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
64 public static final String UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; field in BinaryDictionary