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

  /external/libtextclassifier/util/utf8/
unilib-icu.cc 70 last_find_offset_(0),
143 text_.countChar32(last_find_offset_, find_offset - last_find_offset_);
144 last_find_offset_ = find_offset;
192 text_.countChar32(/*start=*/last_find_offset_,
193 /*length=*/result - last_find_offset_);
220 text_.countChar32(/*start=*/last_find_offset_,
221 /*length=*/result - last_find_offset_);
unilib-icu.h 112 mutable int last_find_offset_; member in class:libtextclassifier2::UniLib::RegexMatcher

Completed in 215 milliseconds