/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 77 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>. 86 * This style is equivalent to the LDML date format pattern "VVVV". 91 * This style is equivalent to the LDML date format pattern "vvvv". 96 * This style is equivalent to the LDML date format pattern "v". 101 * This style is equivalent to the LDML date format pattern "zzzz". 106 * This style is equivalent to the LDML date format pattern "z". 111 * This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ" 116 * This style is equivalent to the LDML date format pattern "O". 122 * This style is equivalent to the LDML date format pattern "X". 128 * This style i 804 format(Style style, TimeZone tz, long date) format() argument 824 format(Style style, TimeZone tz, long date, Output<TimeType> timeType) format() argument 1011 parse(Style style, String text, ParsePosition pos, EnumSet<ParseOption> options, Output<TimeType> timeType) parse() argument 1468 parse(Style style, String text, ParsePosition pos, Output<TimeType> timeType) parse() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 359 void SetTextStyle(const TextStyle& style) in SetTextStyle() argument 361 textStyle_ = style; in SetTextStyle() 368 void SetSelectedTextStyle(const TextStyle& style) in SetSelectedTextStyle() argument 370 selectedTextStyle_ = style; in SetSelectedTextStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_system_bar_style_test_ng.cpp | 211 windowManager->SetSetSystemBarStyleCallBack([&styleForSet](const RefPtr<SystemBarStyle>& style) { in HWTEST_F() 212 styleForSet = style; in HWTEST_F() 270 windowManager->SetSetSystemBarStyleCallBack([&styleForSet, &funcCalled](const RefPtr<SystemBarStyle>& style) { in HWTEST_F() 271 styleForSet = style; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | shape_container_composed_element.cpp | 164 auto style = render->GetStrokeState().GetLineCap(); in GetStrokeLineCap() local 165 return LineCapStyleToString(style); in GetStrokeLineCap() 174 auto style = render->GetStrokeState().GetLineJoin(); in GetStrokeLineJoin() local 175 return LineJoinStyleToString(style); in GetStrokeLineJoin()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | gnomelayout.cpp | 259 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area)); in newSample() local 262 style->fg[i] = style->white; in newSample() 265 gtk_widget_set_style(area, style); in newSample()
|
/third_party/node/deps/v8/tools/ |
H A D | gc-nvp-trace-processor.py | 89 if 'style' in self.props: 90 args.append('with %s' % self.props['style']) 216 Set('style fill solid 0.5 noborder'), 217 Set('style histogram rowstacked'), 218 Set('style data histograms'), 227 Set('style fill solid 0.5 noborder'), 228 Set('style histogram rowstacked'), 229 Set('style data histograms'), 239 Plot(Item('Mutator', real_mutator, lc = 'black', style = 'lines')) 242 Set('style histogra [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
H A D | htmldiff.pl | 304 my $styles = q(<style type='text/css'> 324 </style> 338 mydata[r].style.display = ( mydata[r].style.display == '' ) ? 'none'
|
/third_party/skia/src/core/ |
H A D | SkScalerCache.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 262 SkFontStyle style = face->fontStyle(); in dump() local 264 face->uniqueID(), name.c_str(), style.weight(), style.width(), style.slant(), in dump()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | gnomelayout.cpp | 259 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area)); in newSample() local 262 style->fg[i] = style->white; in newSample() 265 gtk_widget_set_style(area, style); in newSample()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
H A D | GlobalizationPreferences.java | 624 * be used if for the style, where only the date or time format individually 648 * DF_NONE should be used for the style, where only the date or 660 throw new IllegalArgumentException("Illegal date format style arguments"); in getDateFormat() 682 * @param style NF_NUMBER, NF_CURRENCY, NF_PERCENT, NF_SCIENTIFIC, NF_INTEGER 685 public NumberFormat getNumberFormat(int style) { in getNumberFormat() argument 686 if (style < 0 || style >= NF_LIMIT) { in getNumberFormat() 691 result = numberFormats[style]; in getNumberFormat() 696 result = guessNumberFormat(style); in getNumberFormat() 704 * @param style NF_NUMBE 709 setNumberFormat(int style, NumberFormat format) setNumberFormat() argument 934 guessNumberFormat(int style) guessNumberFormat() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GlobalizationPreferences.java | 626 * be used if for the style, where only the date or time format individually 650 * DF_NONE should be used for the style, where only the date or 662 throw new IllegalArgumentException("Illegal date format style arguments"); in getDateFormat() 684 * @param style NF_NUMBER, NF_CURRENCY, NF_PERCENT, NF_SCIENTIFIC, NF_INTEGER 687 public NumberFormat getNumberFormat(int style) { in getNumberFormat() argument 688 if (style < 0 || style >= NF_LIMIT) { in getNumberFormat() 693 result = numberFormats[style]; in getNumberFormat() 698 result = guessNumberFormat(style); in getNumberFormat() 706 * @param style NF_NUMBE 711 setNumberFormat(int style, NumberFormat format) setNumberFormat() argument 936 guessNumberFormat(int style) guessNumberFormat() argument [all...] |
/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 233 FMFontStyle style; in FT_EXPORT_DEF() local 239 &style, &size ); in FT_EXPORT_DEF() 247 if ( style & bold ) in FT_EXPORT_DEF() 249 if ( style & italic ) in FT_EXPORT_DEF() 771 StyleTable* style; in parse_fond() local 779 style = (StyleTable*)p; in parse_fond() 801 if ( style->indexes[face_index] > 1 && in parse_fond() 802 style->indexes[face_index] <= string_count ) in parse_fond() 804 unsigned char* suffixes = names[style->indexes[face_index] - 1]; in parse_fond()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 2 // Use of this source code is governed by a BSD-style license that can be 129 // Format a list of values using the given style. 211 // Format a list of values using the given style. 215 void Sequence(SequenceStyle style, 957 void Printer::Sequence(SequenceStyle style, in Sequence() argument 961 if (style == kSequenceStyleList) { in Sequence() 963 } else if (style == kSequenceStyleBracedBlock) { in Sequence() 965 } else if (style == kSequenceStyleBracedBlockAlreadyOpen) { in Sequence() 966 style = kSequenceStyleBracedBlock; in Sequence() 969 if (style in Sequence() [all...] |
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 331 SkPaint::Style style = paint.getStyle(); 332 if (style == SkPaint::kFill_Style || style == SkPaint::kStrokeAndFill_Style) { 342 SkASSERT(style == SkPaint::kStroke_Style); 350 if (style == SkPaint::kStroke_Style || style == SkPaint::kStrokeAndFill_Style) { 377 SkASSERT(style == SkPaint::kFill_Style); 646 SkFontStyle style = tface->fontStyle(); 647 if (style [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_theme.cpp | 22 void PickerTheme::Builder::Parse(const RefPtr<ThemeStyle>& style, const RefPtr<PickerTheme>& theme) const in Parse() argument 24 if (!style || !theme) { in Parse() 27 auto pattern = style->GetAttr<RefPtr<ThemeStyle>>("picker_pattern", nullptr); in Parse()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 59 bool SpanDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 153 auto spanStyleIter = BinarySearchFindIndex(spanStyleOperators, ArraySize(spanStyleOperators), style.first.c_str()); in SetSpecializedStyle() 155 spanStyleOperators[spanStyleIter].value(style.second, *this); in SetSpecializedStyle() 158 // span has no box component, set true to prevent setting style to box (empty object). in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.cpp | 49 bool DivDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 181 auto operatorIter = BinarySearchFindIndex(styleSetters, ArraySize(styleSetters), style.first.c_str()); in SetSpecializedStyle() 183 styleSetters[operatorIter].value(style.second, *this); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_navigation_bar.cpp | 160 bool DomNavigationBar::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 173 BinarySearchFindIndex(navigationBarStyleOperators, ArraySize(navigationBarStyleOperators), style.first.c_str()); in SetSpecializedStyle() 175 navigationBarStyleOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()
|
H A D | dom_stepper_item.cpp | 35 bool DOMStepperItem::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 74 ArraySize(stepperItemStyleOperators), style.first.c_str()); in SetSpecializedStyle() 76 stepperItemStyleOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()
|
H A D | dom_select.cpp | 127 bool DOMSelect::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 130 // not support style setting for navigation. in SetSpecializedStyle() 157 BinarySearchFindIndex(selectStyleOperators, ArraySize(selectStyleOperators), style.first.c_str()); in SetSpecializedStyle() 159 selectStyleOperators[operatorIter].value(style.second, *this, *selectComponent_); in SetSpecializedStyle()
|
H A D | dom_slider.cpp | 112 bool DOMSlider::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 126 BinarySearchFindIndex(sliderStylesOperators, ArraySize(sliderStylesOperators), style.first.c_str()); in SetSpecializedStyle() 128 sliderStylesOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()
|
H A D | dom_dialog.cpp | 48 bool DOMDialog::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() argument 100 auto operatorIter = BinarySearchFindIndex(styleOperators, ArraySize(styleOperators), style.first.c_str()); in SetSpecializedStyle() 102 styleOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_radio_util.cpp | 129 for (const auto& style : styles) { in SetChildStyle() 130 if (style.first == DOM_PADDING) { in SetChildStyle() 132 if (Edge::FromString(style.second, padding)) { in SetChildStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 97 void SetTextBackgroundStyle(const TextBackgroundStyle& style) override; 98 static void SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style); 99 static void SetTextBackgroundStyleByBaseSpan(UINode* uiNode, const TextBackgroundStyle& style);
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_label_unit_test.cpp | 240 Style style; in HWTEST_F() local 241 style.borderOpa_ = OPA_OPAQUE; in HWTEST_F() 242 label_->SetStyle(style); in HWTEST_F()
|