Lines Matching refs:composition_

207       composition_(new Composition(table)),  in Composer()
242 composition_->SetTable(table); in SetTable()
261 composition_->SetInputMode(GetTransliterator(mode)); in SetInputMode()
271 composition_->SetInputMode(GetTransliterator(mode)); in SetTemporaryInputMode()
278 composition_->GetTransliterator(position_); in UpdateInputMode()
279 if (position_ == composition_->GetLength() || in UpdateInputMode()
280 current_t12r == composition_->GetTransliterator(position_ + 1)) { in UpdateInputMode()
288 composition_->SetInputMode(GetTransliterator(input_mode_)); in UpdateInputMode()
320 composition_->SetTransliterator( in SetOutputMode()
321 0, composition_->GetLength(), GetTransliterator(mode)); in SetOutputMode()
322 position_ = composition_->GetLength(); in SetOutputMode()
397 position_ = composition_->InsertInput(position_, input); in InsertCharacterInternal()
466 position_ = composition_->InsertInput(position_, input); in InsertCharacterKeyAndPreeditInternal()
534 composition_->SetInputMode(Transliterators::CONVERSION_STRING); in InsertCharacterKeyEvent()
576 composition_->DeleteAt(pos); in DeleteAt()
588 position_ = composition_->DeleteAt(position_); in Delete()
595 for (int i = 0; i < length && pos < composition_->GetLength(); ++i) { in DeleteRange()
602 composition_->Erase(); in EditErase()
627 position_ = composition_->DeleteAt(position_); in Backspace()
642 if (position_ < composition_->GetLength()) { in MoveCursorRight()
658 position_ = composition_->GetLength(); in MoveCursorToEnd()
667 if (new_position <= composition_->GetLength()) { in MoveCursorTo()
678 composition_->GetPreedit(position_, left, focused, right); in GetPreedit()
692 composition_->GetString(output); in GetStringForPreedit()
727 composition_->GetStringWithTrimMode(FIX, &base_output); in GetQueryForConversion()
793 composition_->GetStringWithTrimMode(ASIS, &asis_query); in GetQueryForPrediction()
808 composition_->GetStringWithTrimMode(TRIM, &trimed_query); in GetQueryForPrediction()
826 DCHECK(composition_.get()); in GetQueriesForPrediction()
837 composition_->GetExpandedStrings(base, expanded); in GetQueriesForPrediction()
846 return composition_->GetLength(); in GetLength()
860 composition_->GetStringWithTransliterator(t12r, &full_base); in GetTransliteratedText()
863 composition_->ConvertPosition(position, Transliterators::LOCAL, t12r); in GetTransliteratedText()
865 composition_->ConvertPosition(position + size, in GetTransliteratedText()
936 composition_->GetStringWithTransliterator( in AutoSwitchMode()
1010 return composition_->ShouldCommit(); in ShouldCommit()
1230 composition_.reset(src.composition_->Clone()); in CopyFrom()