Home
last modified time | relevance | path

Searched refs:wtext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8753 auto wtext = GetWideText(); in OnBackPressed() local
8754 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()