Home
last modified time | relevance | path

Searched refs:term_end_index_exclusive_ (Results 1 – 1 of 1) sorted by relevance

/external/icing/icing/tokenization/icu/
Dicu-language-segmenter.cc68 if (term_end_index_exclusive_ == UBRK_DONE) { in Advance()
72 if (term_end_index_exclusive_ == 0) { in Advance()
76 term_start_index_ = term_end_index_exclusive_; in Advance()
78 term_end_index_exclusive_ = ubrk_next(break_iterator_); in Advance()
81 if (term_end_index_exclusive_ == UBRK_DONE) { in Advance()
95 int term_length = term_end_index_exclusive_ - term_start_index_; in GetTerm()
96 if (term_end_index_exclusive_ == UBRK_DONE) { in GetTerm()
116 if (!offset_iterator_.MoveToUtf8(term_end_index_exclusive_)) { in CalculateTermEndExclusive()
159 term_end_index_exclusive_ = following_utf8_index; in ResetToTermStartingAfterUtf32()
219 term_end_index_exclusive_ = ending_utf8_index; in ResetToTermEndingBeforeUtf32()
[all …]