Home
last modified time | relevance | path

Searched refs:wideTextValue (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.cpp4518 auto wideTextValue = contentController_->GetWideText(); in GetWordLength() local
4519 if (wideTextValue[strIndex] == L' ') { in GetWordLength()
4535 auto chr = wideTextValue[strIndex]; in GetWordLength()
4563 auto wideTextValue = contentController_->GetWideText(); in GetLineBeginPosition() local
4564 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineBeginPosition()
4577 } while (((strIndex > 0) && (wideTextValue[strIndex] != L'\n')) || in GetLineBeginPosition()
4579 if (strIndex < 0 || strIndex >= static_cast<int32_t>(wideTextValue.length())) { in GetLineBeginPosition()
4582 if (wideTextValue[strIndex] == L'\n') { in GetLineBeginPosition()
4596 auto wideTextValue = contentController_->GetWideText(); in GetLineEndPosition() local
4597 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineEndPosition()
[all …]