Home
last modified time | relevance | path

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

/external/icing/icing/tokenization/icu/
Dicu-language-segmenter.cc107 if (!offset_iterator_.MoveToUtf8(term_start_index_)) { in CalculateTermStart()
116 if (!offset_iterator_.MoveToUtf8(term_end_index_exclusive_)) { in CalculateTermEndExclusive()
168 if (!offset_iterator_.MoveToUtf8(term_start_index_)) { in ResetToTermStartingAfterUtf32()
225 if (!term_start_iterator.MoveToUtf8(term_start_index_)) { in ResetToTermEndingBeforeUtf32()
243 if (!offset_iterator_.MoveToUtf8(term_start_index_)) { in ResetToStartUtf32()
/external/icing/icing/util/
Dcharacter-iterator.h38 bool MoveToUtf8(int desired_utf8_index);
Dcharacter-iterator.cc33 bool CharacterIterator::MoveToUtf8(int desired_utf8_index) { in MoveToUtf8() function in icing::lib::CharacterIterator