Home
last modified time | relevance | path

Searched refs:WIDE_NEWLINE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp29 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE); variable
324 if (data[pos - offset] == WIDE_NEWLINE[0] || pos - offset < 0) { in GetSubParagraphByOffset()
330 if (data[pos + offset] == WIDE_NEWLINE[0] || in GetSubParagraphByOffset()
H A Dtext_field_pattern.cpp152 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE); variable
1658 if (data[dataPtr] != WIDE_NEWLINE[0]) { in StripNextLine()