HomeSort by relevance Sort by last modified time
    Searched defs:find_first (Results 1 - 10 of 10) sorted by null

  /external/marisa-trie/tools/
marisa-find.cc 15 FIND_FIRST,
56 void find_first(const marisa::Trie &trie, const std::string &str) { function in namespace:__anon12148
58 const marisa::UInt32 key_id = trie.find_first(str, &length);
116 case FIND_FIRST: {
117 find_first(trie, str);
179 find_mode = FIND_FIRST;
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 15 FIND_FIRST,
56 void find_first(const marisa_alpha::Trie &trie, const std::string &str) { function in namespace:__anon12161
58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length);
116 case FIND_FIRST: {
117 find_first(trie, str);
180 find_mode = FIND_FIRST;
  /system/core/run-as/
package.c 303 find_first(const char* p, const char* end, char ch) function
460 const char* end = find_first(p, buffer_end, '\n');
  /external/llvm/include/llvm/ADT/
BitVector.h 150 /// find_first - Returns the index of the first set bit, -1 if none
152 int find_first() const { function in class:llvm::BitVector
SmallBitVector.h 211 /// find_first - Returns the index of the first set bit, -1 if none
213 int find_first() const { function in class:llvm::SmallBitVector
224 return getPointer()->find_first();
  /external/marisa-trie/lib/marisa/
trie-inline.h 42 inline UInt32 Trie::find_first(const std::string &str, function in class:marisa::Trie
44 return find_first(str.c_str(), str.length(), key_length);
trie-search.cc 114 UInt32 Trie::find_first(const char *str, function in class:marisa::Trie
121 UInt32 Trie::find_first(const char *ptr, std::size_t length, function in class:marisa::Trie
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 42 inline UInt32 Trie::find_first(const std::string &str, function in class:marisa_alpha::Trie
44 return find_first(str.c_str(), str.length(), key_length);
trie-search.cc 117 UInt32 Trie::find_first(const char *str, function in class:marisa_alpha::Trie
124 UInt32 Trie::find_first(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie
  /system/media/camera/docs/
metadata_model.py 84 def find_first(self, pred): member in class:Node
    [all...]

Completed in 558 milliseconds