Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp233 return textStr_.c_str(); in GetText()
248 textStr_ = newText; in UpdateTextString()
254 return textStr_; in GetInnerText()
458 std::wstring wideText = convert.from_bytes(textStr_); in GetTextWidthByCursorIndex()
553 std::wstring wideText = convert.from_bytes(textStr_); in InsertTextByCursorIndex()
609 std::wstring wideText = convert.from_bytes(textStr_); in SetCursorIndex()
644 if ((length == 0) || (textStr_.length() == 0) || (cursorIndex_ == 0)) { in DeleteBackward()
653 std::wstring wideText = convert.from_bytes(textStr_); in DeleteBackward()
692 if (textStr_.length() > maxLength) { in SetMaxLength()
693 SetText(textStr_.substr(0, maxLength)); in SetMaxLength()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h412 std::string textStr_; variable