Searched refs:wideTextValue (Results 1 – 1 of 1) sorted by relevance
4518 auto wideTextValue = contentController_->GetWideText(); in GetWordLength() local4519 if (wideTextValue[strIndex] == L' ') { in GetWordLength()4535 auto chr = wideTextValue[strIndex]; in GetWordLength()4563 auto wideTextValue = contentController_->GetWideText(); in GetLineBeginPosition() local4564 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() local4597 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineEndPosition()[all …]