Searched refs:textAfter (Results 1 – 1 of 1) sorted by relevance
5211 auto textAfter = textTemp.substr(index + 1); in InsertValueToBeforeSpan() local5214 …ition += static_cast<int32_t>(insertValueTemp.length()) - static_cast<int32_t>(textAfter.length()); in InsertValueToBeforeSpan()5215 if (!textAfter.empty()) { in InsertValueToBeforeSpan()5224 spanNodeAfter->UpdateContent(StringUtils::ToString(textAfter)); in InsertValueToBeforeSpan()9571 auto textAfter = wContent.substr(index + 1); in OnBackPressed() local9572 if (textAfter.empty()) { in OnBackPressed()9581 wContent = textAfter; in OnBackPressed()