Searched refs:marisa_build (Results 1 - 3 of 3) sorted by relevance
/external/marisa-trie/tests/ |
H A D | c-test.c | 17 ASSERT(marisa_build(NULL, NULL, 0, NULL, NULL, NULL, 0) == 111 ASSERT(marisa_build(trie, NULL, 0, NULL, NULL, NULL, 0) == MARISA_OK); 123 ASSERT(marisa_build(trie, keys, 5, NULL, NULL, key_ids, 158 ASSERT(marisa_build(trie, keys, 5, NULL, NULL, key_ids,
|
/external/marisa-trie/lib/marisa/ |
H A D | trie-c.cc | 80 marisa_status marisa_build(marisa_trie *h, const char * const *keys, function
|
H A D | trie.h | 321 marisa_status marisa_build(marisa_trie *h, const char * const *keys,
|
Completed in 29 milliseconds