Home
last modified time | relevance | path

Searched refs:nakedCharPosition (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.h101 int32_t nakedCharPosition, CreateParagraphData paragraphData);
105 int32_t nakedCharPosition, CreateParagraphData paragraphData);
H A Dtext_field_layout_algorithm.cpp805 int32_t nakedCharPosition, CreateParagraphData paragraphData) in CreateParagraph() argument
819 auto displayText = TextFieldPattern::CreateDisplayText(content, nakedCharPosition, in CreateParagraph()
869 bool needObscureText, int32_t nakedCharPosition, CreateParagraphData paragraphData) in CreateInlineParagraph() argument
884 auto displayText = TextFieldPattern::CreateDisplayText(content, nakedCharPosition, in CreateInlineParagraph()
H A Dtext_field_pattern.h648 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire…
H A Dtext_field_pattern.cpp414 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire… in CreateDisplayText() argument
419 if (nakedCharPosition >= 0 && nakedCharPosition < static_cast<int32_t>(content.length())) { in CreateDisplayText()
422 text[nakedCharPosition] = rawContent[nakedCharPosition]; in CreateDisplayText()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1030 int32_t nakedCharPosition = -1; variable
1046 EXPECT_EQ(ret, nakedCharPosition);
1053 EXPECT_EQ(ret, nakedCharPosition);