/third_party/node/deps/icu-small/source/i18n/ |
H A D | scientificnumberformatter.cpp | 102 LocalPointer<Style> style(styleToAdopt); in createInstance() 109 style.getAlias(), in createInstance() 116 style.orphan(); in createInstance()
|
H A D | udatpg.cpp | 219 UDateFormatStyle style, in udatpg_setDateTimeFormatForStyle() 230 dtpg->setDateTimeFormat(style, dtFormatString, *pErrorCode); in udatpg_setDateTimeFormatForStyle() 235 UDateFormatStyle style, int32_t *pLength, in udatpg_getDateTimeFormatForStyle() 245 const UnicodeString &result = dtpg->getDateTimeFormat(style, *pErrorCode); in udatpg_getDateTimeFormatForStyle() 218 udatpg_setDateTimeFormatForStyle(UDateTimePatternGenerator *udtpg, UDateFormatStyle style, const char16_t *dateTimeFormat, int32_t length, UErrorCode *pErrorCode) udatpg_setDateTimeFormatForStyle() argument 234 udatpg_getDateTimeFormatForStyle(const UDateTimePatternGenerator *udtpg, UDateFormatStyle style, int32_t *pLength, UErrorCode *pErrorCode) udatpg_getDateTimeFormatForStyle() argument
|
H A D | datefmt.cpp | 387 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument 390 return createDateTimeInstance(kNone, style, aLocale); in createTimeInstance() 396 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument 399 return createDateTimeInstance(style, kNone, aLocale); in createDateInstance() 527 // Try to create a SimpleDateFormat of the desired style. in create()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tzfmt.h | 29 * Constants for time zone display format style used by format/parse APIs 66 * This style is equivalent to the LDML date format pattern "O". 73 * This style is equivalent to the LDML date format pattern "X". 80 * This style is equivalent to the LDML date format pattern "x". 87 * This style is equivalent to the LDML date format pattern "XX". 94 * This style is equivalent to the LDML date format pattern "xx". 101 * This style is equivalent to the LDML date format pattern "XXXX". 108 * This style is equivalent to the LDML date format pattern "xxxx". 115 * This style is equivalent to the LDML date format pattern "XXX". 122 * This style i [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.cc | 2 // Use of this source code is governed by a BSD-style license that can be 34 UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { in GetIcuWidth() argument 35 switch (style) { in GetIcuWidth() 110 // 14. Let s be ? GetOption(options, "style", "string", in New() 113 isolate, options, "style", service, {"long", "short", "narrow"}, in New() 162 // [[Style]] "style" in ResolvedOptions() 175 switch (style()) { in StyleAsString()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scientificnumberformatter.cpp | 102 LocalPointer<Style> style(styleToAdopt); in createInstance() 109 style.getAlias(), in createInstance() 116 style.orphan(); in createInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tzfmt.h | 29 * Constants for time zone display format style used by format/parse APIs 66 * This style is equivalent to the LDML date format pattern "O". 73 * This style is equivalent to the LDML date format pattern "X". 80 * This style is equivalent to the LDML date format pattern "x". 87 * This style is equivalent to the LDML date format pattern "XX". 94 * This style is equivalent to the LDML date format pattern "xx". 101 * This style is equivalent to the LDML date format pattern "XXXX". 108 * This style is equivalent to the LDML date format pattern "xxxx". 115 * This style is equivalent to the LDML date format pattern "XXX". 122 * This style i [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afshaper.c | 184 FT_TRACE4(( "GSUB lookups (style `%s'):\n", in af_shaper_get_coverage() 185 af_style_names[style_class->style] )); in af_shaper_get_coverage() 217 FT_TRACE4(( "GPOS lookups (style `%s'):\n", in af_shaper_get_coverage() 218 af_style_names[style_class->style] )); in af_shaper_get_coverage() 302 FT_TRACE4(( " no blue characters found; style skipped\n" )); in af_shaper_get_coverage() 324 * For this reason, we don't assign a style to a glyph if the current in af_shaper_get_coverage() 382 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_edit_testone_ng.cpp | 758 * @tc.desc: test update span style 794 * @tc.desc: test update span style 835 TextStyle style; in HWTEST_F() local 836 style.SetLineHeight(LINE_HEIGHT_VALUE); in HWTEST_F() 837 style.SetLetterSpacing(LETTER_SPACING); in HWTEST_F() 838 style.SetFontFeatures(TEXT_FONTFEATURE); in HWTEST_F() 841 options.style = style; in HWTEST_F() 848 richEditorPattern->SetTypingStyle(typingStyle, style); in HWTEST_F() 850 options1.style in HWTEST_F() 919 TextStyle style; HWTEST_F() local [all...] |
H A D | rich_editor_base_testone_ng.cpp | 311 * @tc.desc: test update span style 923 TextStyle style; in HWTEST_F() local 924 style.SetLineHeight(LINE_HEIGHT_VALUE); in HWTEST_F() 925 style.SetLetterSpacing(LETTER_SPACING); in HWTEST_F() 926 style.SetFontFeatures(TEXT_FONTFEATURE); in HWTEST_F() 929 options.style = style; in HWTEST_F() 937 richEditorController->SetTypingStyle(typingStyle, style); in HWTEST_F() 939 options1.style = richEditorPattern->typingTextStyle_; in HWTEST_F() 972 TextStyle style; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 884 // parse class style in ParseStyles() 900 // parse id style in ParseStyles() 911 // parse inline style in ParseStyles() 918 auto styleList = rootJson->GetValue("style"); in ParseInlineStyles() 923 auto style = styleList->GetChild(); in ParseInlineStyles() local 924 while (style && style->IsValid()) { in ParseInlineStyles() 925 auto key = style->GetKey(); in ParseInlineStyles() 926 auto value = style->IsString() ? style in ParseInlineStyles() 946 auto style = styleDetail->GetChild(); SelectStyle() local [all...] |
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_circle_progress.cpp | 417 Style style = StyleDefault::GetDefaultStyle(); in OnClick() local 418 style.lineColor_ = Color::White(); in OnClick() 419 circleProgress_->SetBackgroundStyle(style); in OnClick() 420 style.lineColor_ = Color::Blue(); in OnClick() 421 circleProgress_->SetForegroundStyle(style); in OnClick()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 438 StyleTable* style; in parse_fond() local 446 style = (StyleTable*)p; in parse_fond() 468 if ( style->indexes[face_index] > 1 && in parse_fond() 469 style->indexes[face_index] <= string_count ) in parse_fond() 471 unsigned char* suffixes = names[style->indexes[face_index] - 1]; in parse_fond()
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 6 TIP #48 (http://tip.tcl.tk/48) specified style engine. 134 """Formats a layout list so we can pass the result to ttk::style 135 layout and ttk::style settings. Note that the layout doesn't have to 193 script.append("ttk::style configure %s %s;" % (name, s)) 197 script.append("ttk::style map %s %s;" % (name, s)) 204 script.append("ttk::style layout %s {\n%s\n}" % (name, s)) 219 script.append("ttk::style element create %s %s %s %s" % ( 340 """Manipulate style database.""" 342 _name = "ttk::style" 350 def configure(self, style, query_op [all...] |
/third_party/python/Modules/ |
H A D | _csv.c | 89 QuoteStyle style; member 107 int quoting; /* style of quoting to write */ 332 if ((int)qs->style == quoting) in dialect_check_quoting() 1722 const StyleDesc *style; in csv_exec() local 1760 for (style = quote_styles; style->name; style++) { in csv_exec() 1761 if (PyModule_AddIntConstant(module, style->name, in csv_exec() 1762 style->style) in csv_exec() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_search.cpp | 144 bool DOMSearch::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 239 auto operatorIter = BinarySearchFindIndex(searchStyleSize, ArraySize(searchStyleSize), style.first.c_str()); in SetSpecializedStyle() 246 searchStyleSize[operatorIter].value(style.second, holder); in SetSpecializedStyle() 249 if (DOMTextFieldUtil::IsRadiusStyle(style.first)) { in SetSpecializedStyle()
|
H A D | dom_textarea.cpp | 158 bool DOMTextarea::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 247 auto textareaStyleIter = textAreaStyleMap.find(style.first); in SetSpecializedStyle() 249 textareaStyleIter->second(style.second, *this); in SetSpecializedStyle() 252 hasBoxRadius_ = DOMTextFieldUtil::IsRadiusStyle(style.first); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_side_bar.cpp | 104 SideBarContainerType style = SideBarContainerType::EMBED; in Create() local 107 style = static_cast<SideBarContainerType>(info[0]->ToBoolean()); in Create() 109 style = static_cast<SideBarContainerType>(info[0]->ToNumber<int>()); in Create() 114 SideBarContainerModel::GetInstance()->SetSideBarContainerType(style); in Create() 290 // controlButton icon set default style and position when input illegal value in JsControlButton() 306 // controlButton icon set default style when input illegal value in JsControlButton()
|
H A D | js_sliding_panel.cpp | 214 void JSSlidingPanel::JsPanelBorderStyle(int32_t style) in JsPanelBorderStyle() argument 217 if (style > 0 && style < 4) { in JsPanelBorderStyle() 218 borderStyle = static_cast<BorderStyle>(style); in JsPanelBorderStyle() 242 auto styleJsValue = argsPtrItem->GetProperty("style"); in JsPanelBorder()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_composed_element.cpp | 207 auto style = render->GetStrokeState().GetLineCap(); in GetStrokeLineCap() local 208 return ShapeContainerComposedElement::LineCapStyleToString(style); in GetStrokeLineCap() 217 auto style = render->GetStrokeState().GetLineJoin(); in GetStrokeLineJoin() local 218 return ShapeContainerComposedElement::LineJoinStyleToString(style); in GetStrokeLineJoin()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sctp.h | 512 /* Is a socket of this style? */ 513 #define sctp_style(sk, style) __sctp_style((sk), (SCTP_SOCKET_##style)) 515 enum sctp_socket_type style) in __sctp_style() 517 return sctp_sk(sk)->type == style; in __sctp_style() 514 __sctp_style(const struct sock *sk, enum sctp_socket_type style) __sctp_style() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeUnitTest.java | 75 for (int style = TimeUnitFormat.FULL_NAME; in TestBasic() 76 style <= TimeUnitFormat.ABBREVIATED_NAME; in TestBasic() 77 ++style) { in TestBasic() 84 String formatted = formats[style].format(source); in TestBasic() 259 + ", style: " + styles[styleIndex] in TestGreek() 331 * Tests the method public TimeUnitFormat(ULocale locale, int style), public TimeUnitFormat(Locale locale, int style) 336 // Tests when "if (style < FULL_NAME || style >= TOTAL_STYLES)" is true in TestTimeUnitFormat() 342 errln("TimeUnitFormat(ULocale,int) was suppose to return an " + "exception for a style valu in TestTimeUnitFormat() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeUnitTest.java | 72 for (int style = TimeUnitFormat.FULL_NAME; in TestBasic() 73 style <= TimeUnitFormat.ABBREVIATED_NAME; in TestBasic() 74 ++style) { in TestBasic() 81 String formatted = formats[style].format(source); in TestBasic() 256 + ", style: " + styles[styleIndex] in TestGreek() 328 * Tests the method public TimeUnitFormat(ULocale locale, int style), public TimeUnitFormat(Locale locale, int style) 333 // Tests when "if (style < FULL_NAME || style >= TOTAL_STYLES)" is true in TestTimeUnitFormat() 339 errln("TimeUnitFormat(ULocale,int) was suppose to return an " + "exception for a style valu in TestTimeUnitFormat() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | udatpg.cpp | 219 UDateFormatStyle style, in udatpg_setDateTimeFormatForStyle() 230 dtpg->setDateTimeFormat(style, dtFormatString, *pErrorCode); in udatpg_setDateTimeFormatForStyle() 235 UDateFormatStyle style, int32_t *pLength, in udatpg_getDateTimeFormatForStyle() 245 const UnicodeString &result = dtpg->getDateTimeFormat(style, *pErrorCode); in udatpg_getDateTimeFormatForStyle() 218 udatpg_setDateTimeFormatForStyle(UDateTimePatternGenerator *udtpg, UDateFormatStyle style, const UChar *dateTimeFormat, int32_t length, UErrorCode *pErrorCode) udatpg_setDateTimeFormatForStyle() argument 234 udatpg_getDateTimeFormatForStyle(const UDateTimePatternGenerator *udtpg, UDateFormatStyle style, int32_t *pLength, UErrorCode *pErrorCode) udatpg_getDateTimeFormatForStyle() argument
|
H A D | datefmt.cpp | 388 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument 391 return createDateTimeInstance(kNone, style, aLocale); in createTimeInstance() 397 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument 400 return createDateTimeInstance(style, kNone, aLocale); in createDateInstance() 528 // Try to create a SimpleDateFormat of the desired style. in create()
|