Searched defs:textLength (Results 1 – 5 of 5) sorted by relevance
43 bool InputAIChecker::IsSingleClickAtBoundary(int32_t position, int32_t textLength) in IsSingleClickAtBoundary()
1542 auto textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in UpdateShowCountBorderStyle() local4332 auto textLength = static_cast<uint32_t>(StringUtils::ToWstring(textContent).length()); in MeasureCounterNodeHeight() local4507 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in GetWordLength() local4564 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineBeginPosition() local4597 int32_t textLength = static_cast<int32_t>(wideTextValue.length()); in GetLineEndPosition() local4661 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLeftWord() local4681 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLineBegin() local4758 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveRightWord() local4779 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveLineEnd() local4817 int32_t textLength = static_cast<int32_t>(contentController_->GetWideText().length()); in CursorMoveEnd() local[all …]
444 …uint32_t textLength, uint32_t maxLength, const LayoutConstraintF& contentConstraint, LayoutWrapper… in UpdateCounterNode()582 auto textLength = in CounterNodeMeasure() local
356 uint16_t textLength = GetTextLength(); in UpdateOffsetX() local435 uint16_t textLength = GetTextLength(); in UpdateExtraOffsetX() local
468 void SetSuccess(napi_env env, char *textOut, size_t textLength, CallbackContext *asyncContext) in SetSuccess()