Searched refs:wtext (Results 1 – 1 of 1) sorted by relevance
8753 auto wtext = GetWideText(); in OnBackPressed() local8754 if (index >= 0 && index < static_cast<int32_t>(wtext.length())) { in OnBackPressed()8759 if (wtext[index] == L' ') { in OnBackPressed()8761 } else if (index > 0 && wtext[index - 1] == L' ') { in OnBackPressed()