Searched refs:SingleLineFormatter (Results 1 – 3 of 3) sorted by relevance
78 class SingleLineFormatter : public BlackListCharsFormatter {80 SingleLineFormatter();81 ~SingleLineFormatter() override = default;
45 SingleLineFormatter::SingleLineFormatter() : BlackListCharsFormatter(std::wregex(L"\n")) {} in SingleLineFormatter() function in OHOS::Ace::SingleLineFormatter
1453 textInputFormatters_.emplace_back(std::make_unique<SingleLineFormatter>()); in UpdateFormatters()