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 D | text_field_layout_algorithm.h | 101 int32_t nakedCharPosition, CreateParagraphData paragraphData); 105 int32_t nakedCharPosition, CreateParagraphData paragraphData);
|
H A D | text_field_layout_algorithm.cpp | 805 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 D | text_field_pattern.h | 648 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire…
|
H A D | text_field_pattern.cpp | 414 …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 D | text_field_pattern_testtwo.cpp | 1030 int32_t nakedCharPosition = -1; variable 1046 EXPECT_EQ(ret, nakedCharPosition); 1053 EXPECT_EQ(ret, nakedCharPosition);
|