Home
last modified time | relevance | path

Searched refs:MoveToUtf8 (Results 1 – 6 of 6) 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()
242 if (!offset_iterator_.MoveToUtf8(term_start_index_)) { in ResetToStartUtf32()
/external/icing/icing/tokenization/
Drfc822-tokenizer.cc146 tracker.MoveToUtf8(tokens_[token_index_].text.end() - text_.begin()); in ResetToTokenEndingBefore()
158 token_start.MoveToUtf8(GetTokens().at(0).text.begin() - text_.begin()); in CalculateTokenStart()
166 token_end.MoveToUtf8(GetTokens().at(0).text.end() - text_.begin()); in CalculateTokenEndExclusive()
273 scanner.MoveToUtf8(name_tokens[0].text.begin() - text_.begin()); in ConvertNameToEmail()
Dverbatim-tokenizer.cc126 if (token_end_iterator.MoveToUtf8(term_.length())) { in GetTokenEndIterator()
/external/icing/icing/util/
Dcharacter-iterator.h54 bool MoveToUtf8(int desired_utf8_index);
Dcharacter-iterator.cc61 bool CharacterIterator::MoveToUtf8(int desired_utf8_index) { in MoveToUtf8() function in icing::lib::CharacterIterator
/external/icing/icing/result/
Dsnippet-retriever.cc523 reset_itr.MoveToUtf8(batch_tokens.at(0).text.begin() - value.begin()); in GetEntriesFromProperty()
537 if (!start_itr.MoveToUtf8(token.text.begin() - value.begin())) { in GetEntriesFromProperty()
541 if (!end_itr.MoveToUtf8(token.text.end() - value.begin())) { in GetEntriesFromProperty()