Home
last modified time | relevance | path

Searched refs:NEWLINE (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp33 const String NEWLINE = "\n"; member
50 stringBuilder.Append(NEWLINE); in EmitInterface()
52 stringBuilder.Append(NEWLINE); in EmitInterface()
54 stringBuilder.Append(NEWLINE); in EmitInterface()
241 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
243 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
245 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
258 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
260 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
263 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp28 const std::string NEWLINE = "\n"; member
29 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE);
H A Dtext_field_pattern.cpp118 const std::string NEWLINE = "\n"; member
119 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp54 const std::string NEWLINE = "\n"; member
55 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE);

Completed in 23 milliseconds