Home
last modified time | relevance | path

Searched defs:textLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp43 bool InputAIChecker::IsSingleClickAtBoundary(int32_t position, int32_t textLength) in IsSingleClickAtBoundary()
H A Dtext_field_pattern.cpp1542 auto textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in UpdateShowCountBorderStyle() local
4332 auto textLength = static_cast<uint32_t>(StringUtils::ToWstring(textContent).length()); in MeasureCounterNodeHeight() local
4507 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in GetWordLength() local
4564 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineBeginPosition() local
4597 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineEndPosition() local
4661 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLeftWord() local
4681 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLineBegin() local
4758 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveRightWord() local
4779 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLineEnd() local
4817 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveEnd() local
[all …]
H A Dtext_field_layout_algorithm.cpp444uint32_t textLength, uint32_t maxLength, const LayoutConstraintF& contentConstraint, LayoutWrapper… in UpdateCounterNode()
582 auto textLength = in CounterNodeMeasure() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp356 uint16_t textLength = GetTextLength(); in UpdateOffsetX() local
435 uint16_t textLength = GetTextLength(); in UpdateExtraOffsetX() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp468 void SetSuccess(napi_env env, char *textOut, size_t textLength, CallbackContext *asyncContext) in SetSuccess()