HomeSort by relevance Sort by last modified time
    Searched refs:find_offset (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/util/utf8/
unilib-icu.cc 138 const int find_offset = matcher_->start(0, icu_status); local
143 text_.countChar32(last_find_offset_, find_offset - last_find_offset_);
144 last_find_offset_ = find_offset;
  /system/extras/libfec/
fec_open.cpp 37 /* used by `find_offset'; returns metadata size for a file size `size' and
44 static int find_offset(uint64_t file_size, int roots, uint64_t *offset, function
95 return find_offset(f->data_size, 0, offset, get_verity_size,

Completed in 142 milliseconds