Home
last modified time | relevance | path

Searched refs:predict_depth_first (Results 1 – 15 of 15) sorted by relevance

/external/marisa-trie/lib/marisa/
Dtrie-inline.h98 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
100 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
104 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
107 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
Dtrie.h154 std::size_t predict_depth_first(const char *str,
156 std::size_t predict_depth_first(const char *ptr, std::size_t length,
158 std::size_t predict_depth_first(const std::string &str,
161 std::size_t predict_depth_first(const char *str,
165 std::size_t predict_depth_first(const char *ptr, std::size_t length,
169 std::size_t predict_depth_first(const std::string &str,
Dtrie-search.cc148 predict_depth_first(str, key_ids, keys, max_num_results); in predict()
157 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict()
167 predict_depth_first(str, key_ids, keys, max_num_results); in predict()
177 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict()
214 std::size_t Trie::predict_depth_first(const char *str, in predict_depth_first() function in marisa::Trie
222 std::size_t Trie::predict_depth_first(const char *ptr, std::size_t length, in predict_depth_first() function in marisa::Trie
230 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa::Trie
239 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa::Trie
Dtrie-c.cc291 *num_results = h->trie.predict_depth_first( in marisa_predict_depth_first()
294 *num_results = h->trie.predict_depth_first( in marisa_predict_depth_first()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie.h154 std::size_t predict_depth_first(const char *str,
156 std::size_t predict_depth_first(const char *ptr, std::size_t length,
158 std::size_t predict_depth_first(const std::string &str,
161 std::size_t predict_depth_first(const char *str,
165 std::size_t predict_depth_first(const char *ptr, std::size_t length,
169 std::size_t predict_depth_first(const std::string &str,
Dtrie-inline.h99 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
101 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
105 inline std::size_t Trie::predict_depth_first(const std::string &str, in predict_depth_first() function
108 return predict_depth_first(str.c_str(), str.length(), in predict_depth_first()
Dtrie-search.cc153 predict_depth_first(str, key_ids, keys, max_num_results); in predict()
163 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict()
173 predict_depth_first(str, key_ids, keys, max_num_results); in predict()
184 predict_depth_first(ptr, length, key_ids, keys, max_num_results); in predict()
223 std::size_t Trie::predict_depth_first(const char *str, in predict_depth_first() function in marisa_alpha::Trie
231 std::size_t Trie::predict_depth_first(const char *ptr, std::size_t length, in predict_depth_first() function in marisa_alpha::Trie
240 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa_alpha::Trie
249 std::size_t Trie::predict_depth_first( in predict_depth_first() function in marisa_alpha::Trie
Dtrie-c.cc324 *num_results = h->trie.predict_depth_first( in marisa_alpha_predict_depth_first()
327 *num_results = h->trie.predict_depth_first( in marisa_alpha_predict_depth_first()
/external/marisa-trie/tools/
Dmarisa-predict.cc73 num_keys = trie.predict_depth_first( in predict()
Dmarisa-benchmark.cc261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-predict.cc73 num_keys = trie.predict_depth_first( in predict()
Dmarisa_alpha-benchmark.cc261 const std::size_t num_keys = trie.predict_depth_first( in benchmark_predict_depth_first()
/external/marisa-trie/tests/
Dtrie-test.cc627 ASSERT(trie.predict_depth_first("NP", &ids, &strs) == 1); in TestBinaryKey()
/external/marisa-trie/
Dandroid_diff.txt402 @@ -247,30 +247,22 @@ std::size_t Trie::predict_depth_first(
/external/marisa-trie/v0_1_5/tests/
Dtrie-test.cc647 ASSERT(trie.predict_depth_first("NP", &ids, &strs) == 1); in TestBinaryKey()