Lines Matching full:start
145 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() argument
277 IMSA_HILOGI("InputMethodAbility testHideKeyboardSelfWithoutImeListener START");
296 IMSA_HILOGI("InputMethodAbility testHideKeyboardSelf START");
316 IMSA_HILOGI("InputMethodAbility MoveCursor Test START");
335 IMSA_HILOGI("InputMethodAbility InsertText Test START");
355 IMSA_HILOGI("InputMethodAbility SendFunctionKey Test START");
374 IMSA_HILOGI("InputMethodAbility testDelete Test START");
400 IMSA_HILOGI("InputMethodAbility testGetEnterKeyType START");
425 IMSA_HILOGI("InputMethodAbility testGetTextParamExceptionValidation_001 START");
426 int32_t start = 10; variable
428 imc_->OnSelectionChange(g_textTemp, start, end);
447 IMSA_HILOGI("InputMethodAbility testGetTextParamExceptionValidation_002 START");
448 int32_t start = 11; variable
450 imc_->OnSelectionChange(g_textTemp, start, end);
469 IMSA_HILOGI("InputMethodAbility testGetTextParamExceptionValidation_003 START");
470 int32_t start = 9; variable
472 imc_->OnSelectionChange(g_textTemp, start, end);
491 IMSA_HILOGI("InputMethodAbility testGetTextAfterCursor_001 START");
492 int32_t start = 8; variable
494 imc_->OnSelectionChange(g_textTemp, start, end);
510 IMSA_HILOGI("InputMethodAbility testGetTextAfterCursor_002 START");
512 int32_t start = 7; variable
514 imc_->OnSelectionChange(g_textTemp, start, end);
522 start = 4;
524 imc_->OnSelectionChange(g_textTemp, start, end);
539 IMSA_HILOGI("InputMethodAbility testGetTextAfterCursor_003 START");
540 int32_t start = 4; variable
542 imc_->OnSelectionChange(g_textTemp, start, end);
558 IMSA_HILOGI("InputMethodAbility testGetTextBeforeCursor_001 START");
559 int32_t start = 6; variable
561 imc_->OnSelectionChange(g_textTemp, start, end);
577 IMSA_HILOGI("InputMethodAbility testGetTextBeforeCursor_002 START");
579 int32_t start = 7; variable
581 imc_->OnSelectionChange(g_textTemp, start, end);
589 start = 4;
591 imc_->OnSelectionChange(g_textTemp, start, end);
606 IMSA_HILOGI("InputMethodAbility testGetTextBeforeCursor_003 START");
607 int32_t start = 4; variable
609 imc_->OnSelectionChange(g_textTemp, start, end);