/third_party/icu/icu4c/source/i18n/ |
H A D | tzfmt.cpp | 654 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format() argument 662 switch (style) { in format() 710 switch (style) { in format() 814 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 816 return parse(style, text, pos, getDefaultParseOptions(), timeType); in parse() 820 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 832 (style == UTZFMT_STYLE_SPECIFIC_LONG || style == UTZFMT_STYLE_GENERIC_LONG || style == UTZFMT_STYLE_GENERIC_LOCATION); in parse() 834 (style in parse() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzfmt.cpp | 654 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format() argument 662 switch (style) { in format() 710 switch (style) { in format() 814 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 816 return parse(style, text, pos, getDefaultParseOptions(), timeType); in parse() 820 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 832 (style == UTZFMT_STYLE_SPECIFIC_LONG || style == UTZFMT_STYLE_GENERIC_LONG || style == UTZFMT_STYLE_GENERIC_LOCATION); in parse() 834 (style in parse() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzfmt.cpp | 654 TimeZoneFormat::format(UTimeZoneFormatStyle style, const TimeZone& tz, UDate date, in format() argument 662 switch (style) { in format() 710 switch (style) { in format() 814 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 816 return parse(style, text, pos, getDefaultParseOptions(), timeType); in parse() 820 TimeZoneFormat::parse(UTimeZoneFormatStyle style, const UnicodeString& text, ParsePosition& pos, in parse() argument 832 (style == UTZFMT_STYLE_SPECIFIC_LONG || style == UTZFMT_STYLE_GENERIC_LONG || style == UTZFMT_STYLE_GENERIC_LOCATION); in parse() 834 (style in parse() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 2 // Use of this source code is governed by a BSD-style license that can be 36 // or "unit" identifying the style of the number format. 59 // localized long name if formatting with the "unit" style. It is 373 // Return the style as a String. 374 Handle<String> StyleAsString(Isolate* isolate, Style style) { in StyleAsString() argument 375 switch (style) { in StyleAsString() 936 // [[Style]] "style" in ResolvedOptions() 968 Style style = StyleFromSkeleton(skeleton); in ResolvedOptions() local 971 StyleAsString(isolate, style), Just(kDontThrow)) in ResolvedOptions() 992 if (style in ResolvedOptions() 1228 Style style = maybe_style.FromJust(); New() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/ |
H A D | textarea_declaration.h | 47 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_polygon_declaration.h | 35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
H A D | svg_path_declaration.h | 35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_marquee.h | 42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
H A D | dom_switch.h | 42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
H A D | dom_grid_container.h | 39 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
H A D | dom_grid_row.h | 38 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
H A D | dom_calendar.h | 37 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alert_dialog_ffi.h | 39 int32_t* style; member
|
H A D | cj_panel_ffi.h | 43 CJ_EXPORT void FfiOHOSAceFrameworkPanelBorderStyle(int32_t style);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | menu_model_impl.cpp | 22 void MenuModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() argument
|
H A D | menu_model_impl.h | 27 void SetFontStyle(Ace::FontStyle style) override;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_radio_component.h | 41 bool ApplyPrivateStyle(const AppStyleItem *style) override;
|
H A D | list_component.h | 36 bool ApplyPrivateStyle(const AppStyleItem* style) override;
|
H A D | clock_hand_component.h | 41 bool ApplyPrivateStyle(const AppStyleItem* style) override;
|
H A D | input_checkbox_component.h | 40 bool ApplyPrivateStyle(const AppStyleItem *style) override;
|
H A D | image_component.h | 46 bool ApplyPrivateStyle(const AppStyleItem *style) override;
|
H A D | slider_component.h | 37 bool ApplyPrivateStyle(const AppStyleItem* style) override;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | picker_view_tdd_test.h | 56 void SetNumStyle(const char* keyName, const int32_t style);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_media_query_tdd_test.h | 63 const AppStyleItem *GetStyleItemFromStyle(const AppStyle *style, const char *itemName) const;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | path_effect_impl.h | 39 virtual void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) = 0;
|