Home
last modified time | relevance | path

Searched refs:txt (Results 1 - 6 of 6) sorted by relevance

/base/update/updater/services/ui/view/component/
H A Dtext_label_adapter.cpp52 void TextLabelAdapter::SetText(const std::string &txt) in SetText() argument
55 if (txt == "*") { in SetText()
58 OHOS::UILabel::SetText(txt.c_str()); in SetText()
H A Dlabel_btn_adapter.cpp111 void LabelBtnAdapter::SetText(const std::string &txt) in SetText() argument
114 * if argument txt is "*", then won't change the content of this label, in SetText()
115 * ignore this txt and keep label button text as before. "*" is normally in SetText()
118 if (txt == "*") { in SetText()
121 OHOS::UILabelButton::SetText(txt.c_str()); in SetText()
H A Dtext_label_adapter.h40 void SetText(const std::string &txt);
H A Dlabel_btn_adapter.h45 void SetText(const std::string &txt);
/base/hiviewdfx/hisysevent/frameworks/native/
H A Djson_flatten_parser.cpp146 std::string txt; in ParseString() local
147 txt.push_back(json[curPos++]); in ParseString()
153 txt.push_back(json[curPos]); in ParseString()
156 txt.push_back(json[curPos++]); in ParseString()
157 return txt; in ParseString()
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp147 std::u16string txt = converter.from_bytes(text); in ChangeSelection() local
148 return controller->OnSelectionChange(txt, start, end); in ChangeSelection()

Completed in 2 milliseconds