Searched refs:last_find_offset_ (Results 1 – 2 of 2) sorted by relevance
500 text_.get(), jni_cache_->string_code_point_count, last_find_offset_, in UpdateLastFindOffset()507 last_find_offset_ = find_offset; in UpdateLastFindOffset()557 text_.get(), jni_cache_->string_code_point_count, last_find_offset_, in Start()597 text_.get(), jni_cache_->string_code_point_count, last_find_offset_, in End()
125 mutable int last_find_offset_ = 0; variable