Searched refs:textStr_ (Results 1 – 2 of 2) sorted by relevance
233 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 …]
412 std::string textStr_; variable