Searched refs:MAX_UNIGRAM_COUNT_QUERY (Results 1 – 5 of 5) sorted by relevance
42 const char *const Ver4PatriciaTriePolicy::MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT"; member in latinime::Ver4PatriciaTriePolicy487 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
126 static const char *const MAX_UNIGRAM_COUNT_QUERY; variable
50 const char *const Ver4PatriciaTriePolicy::MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT"; member in latinime::backward::v402::Ver4PatriciaTriePolicy532 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
147 static const char *const MAX_UNIGRAM_COUNT_QUERY; variable
68 public static final String MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT"; field in BinaryDictionary