/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_date_picker_bridge.cpp | 29 const std::string FORMAT_FONT = "%s|%s|%s"; variable 74 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetSelectedTextStyle() 132 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetTextStyle() 190 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetDisappearTextStyle()
|
H A D | arkts_native_timepicker_bridge.cpp | 21 const std::string FORMAT_FONT = "%s|%s|%s"; variable 96 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetTextStyle() 145 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetSelectedTextStyle() 194 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetDisappearTextStyle()
|
H A D | arkts_native_menu_item_bridge.cpp | 23 const std::string FORMAT_FONT = "%s|%s|%s"; variable 144 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetLabelFont() 200 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetContentFont()
|
H A D | arkts_native_textpicker_bridge.cpp | 23 const std::string FORMAT_FONT = "%s|%s|%s"; variable 180 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetTextStyle() 229 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetSelectedTextStyle() 278 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetDisappearTextStyle()
|
H A D | arkts_native_menu_bridge.cpp | 20 const std::string FORMAT_FONT = "%s|%s|%s"; variable 178 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetFont()
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 28 const std::string FORMAT_FONT = "%s|%s|%s"; variable 115 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetSelectedFont() 165 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetPopupFont() 215 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… in SetFont()
|
H A D | arkts_native_select_bridge.cpp | 25 const std::string FORMAT_FONT = "%s|%s|%s"; variable 305 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetFont() 351 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetOptionFont() 398 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetSelectedOptionFont()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_update.cpp | 1435 std::string FORMAT_FONT = "%s|%s|%s"; variable 1438 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… 1471 std::string FORMAT_FONT = "%s|%s|%s"; variable 1474 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… 1507 std::string FORMAT_FONT = "%s|%s|%s"; variable 1510 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… 1543 std::string FORMAT_FONT = "%s|%s|%s"; variable 1546 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(… 1579 std::string FORMAT_FONT = "%s|%s|%s"; variable 1582 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSize.c_str(), weight.c_str(), fontFamily.c_str(…
|