Home
last modified time | relevance | path

Searched refs:style (Results 726 - 750 of 1321) sorted by relevance

1...<<21222324252627282930>>...53

/third_party/icu/icu4c/source/i18n/
H A Dtzfmt.cpp654 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 Dtzfmt.cpp654 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 Dtzfmt.cpp654 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 Djs-number-format.cc2 // 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 Dtextarea_declaration.h47 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_polygon_declaration.h35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Dsvg_path_declaration.h35 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_marquee.h42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_switch.h42 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_grid_container.h39 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_grid_row.h38 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_calendar.h37 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h39 int32_t* style; member
H A Dcj_panel_ffi.h43 CJ_EXPORT void FfiOHOSAceFrameworkPanelBorderStyle(int32_t style);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_model_impl.cpp22 void MenuModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() argument
H A Dmenu_model_impl.h27 void SetFontStyle(Ace::FontStyle style) override;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_radio_component.h41 bool ApplyPrivateStyle(const AppStyleItem *style) override;
H A Dlist_component.h36 bool ApplyPrivateStyle(const AppStyleItem* style) override;
H A Dclock_hand_component.h41 bool ApplyPrivateStyle(const AppStyleItem* style) override;
H A Dinput_checkbox_component.h40 bool ApplyPrivateStyle(const AppStyleItem *style) override;
H A Dimage_component.h46 bool ApplyPrivateStyle(const AppStyleItem *style) override;
H A Dslider_component.h37 bool ApplyPrivateStyle(const AppStyleItem* style) override;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpicker_view_tdd_test.h56 void SetNumStyle(const char* keyName, const int32_t style);
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_media_query_tdd_test.h63 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 Dpath_effect_impl.h39 virtual void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) = 0;

Completed in 18 milliseconds

1...<<21222324252627282930>>...53