Home
last modified time | relevance | path

Searched defs:find_first (Results 1 – 8 of 8) sorted by relevance

/external/marisa-trie/tools/
Dmarisa-find.cc56 void find_first(const marisa::Trie &trie, const std::string &str) { in find_first() function
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc56 void find_first(const marisa_alpha::Trie &trie, const std::string &str) { in find_first() function
/external/llvm/include/llvm/ADT/
DSmallBitVector.h213 int find_first() const { in find_first() function
DBitVector.h156 int find_first() const { in find_first() function
/external/marisa-trie/lib/marisa/
Dtrie-search.cc114 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
Dtrie-inline.h42 inline UInt32 Trie::find_first(const std::string &str, in find_first() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc117 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
Dtrie-inline.h42 inline UInt32 Trie::find_first(const std::string &str, in find_first() function