Searched defs:find_first (Results 1 – 8 of 8) sorted by relevance
| /external/marisa-trie/tools/ |
| D | marisa-find.cc | 56 void find_first(const marisa::Trie &trie, const std::string &str) { in find_first() function
|
| /external/marisa-trie/v0_1_5/tools/ |
| D | marisa_alpha-find.cc | 56 void find_first(const marisa_alpha::Trie &trie, const std::string &str) { in find_first() function
|
| /external/llvm/include/llvm/ADT/ |
| D | SmallBitVector.h | 213 int find_first() const { in find_first() function
|
| D | BitVector.h | 156 int find_first() const { in find_first() function
|
| /external/marisa-trie/lib/marisa/ |
| D | trie-search.cc | 114 UInt32 Trie::find_first(const char *str, in find_first() function in marisa::Trie 121 UInt32 Trie::find_first(const char *ptr, std::size_t length, in find_first() function in marisa::Trie
|
| D | trie-inline.h | 42 inline UInt32 Trie::find_first(const std::string &str, in find_first() function
|
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| D | trie-search.cc | 117 UInt32 Trie::find_first(const char *str, in find_first() function in marisa_alpha::Trie 124 UInt32 Trie::find_first(const char *ptr, std::size_t length, in find_first() function in marisa_alpha::Trie
|
| D | trie-inline.h | 42 inline UInt32 Trie::find_first(const std::string &str, in find_first() function
|