Searched refs:marisa_build (Results 1 – 4 of 4) sorted by relevance
/external/marisa-trie/tests/ |
D | c-test.c | 17 ASSERT(marisa_build(NULL, NULL, 0, NULL, NULL, NULL, 0) == in TestHandle() 111 ASSERT(marisa_build(trie, NULL, 0, NULL, NULL, NULL, 0) == MARISA_OK); in TestTrie() 123 ASSERT(marisa_build(trie, keys, 5, NULL, NULL, key_ids, in TestTrie() 158 ASSERT(marisa_build(trie, keys, 5, NULL, NULL, key_ids, in TestTrie()
|
/external/marisa-trie/lib/marisa/ |
D | trie-c.cc | 80 marisa_status marisa_build(marisa_trie *h, const char * const *keys, in marisa_build() function
|
D | trie.h | 321 marisa_status marisa_build(marisa_trie *h, const char * const *keys,
|
/external/marisa-trie/ |
D | android_diff.txt | 133 marisa_status marisa_build(marisa_trie *h, const char * const *keys,
|