Searched refs:last_find_offset_ (Results 1 - 2 of 2) sorted by relevance

/external/libtextclassifier/util/utf8/
H A Dunilib-icu.cc70 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_);
H A Dunilib-icu.h112 mutable int last_find_offset_; member in class:libtextclassifier2::UniLib::RegexMatcher

Completed in 1096 milliseconds