Home
last modified time | relevance | path

Searched refs:style (Results 376 - 400 of 1806) sorted by relevance

1...<<11121314151617181920>>...73

/third_party/node/deps/icu-small/source/i18n/
H A Dudatpg.cpp219 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 Ddatefmt.cpp387 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()
H A Dnumber_utils.cpp52 const char16_t* utils::getPatternForStyle(const Locale& locale, const char* nsName, CldrPatternStyle style, in getPatternForStyle() argument
55 switch (style) { in getPatternForStyle()
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp4 * Use of this source code is governed by a BSD-style license that can be
259 SkStrokeRec::InitStyle style = in TestStrokeRec() local
261 SkStrokeRec rec(style); in TestStrokeRec()
266 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() argument
284 *style = GrStyle(stroke, std::move(pe)); in TestStyle()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddatefmt.cpp390 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument
393 return createDateTimeInstance(kNone, style, aLocale); in createTimeInstance()
399 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument
402 return createDateTimeInstance(style, kNone, aLocale); in createDateInstance()
530 // Try to create a SimpleDateFormat of the desired style. in create()
/third_party/weex-loader/src/
H A Dloader.js46 style: path.resolve(loaderPath, 'style.js'),
65 case 'style':
115 name: defaultLoaders.style
231 output += 'var $app_style$ = ' + getRequireString(_this, getLoaderString('style', {
257 $app_module$.exports.style = $app_style$
375 output = 'var $app_style$ = ' + getRequireString(_this, getLoaderString('style', {
388 output = 'var $app_style$ = ' + getRequireString(_this, getLoaderString('style', {
401 output = 'var $app_style$ = ' + getRequireString(_this, getLoaderString('style', {
414 output = 'var $app_style$ = ' + getRequireString(_this, getLoaderString('style', {
[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...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h201 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
408 * A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
1622 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1941 * @param style
1947 Derived integerWidth(const IntegerWidth &style) const &;
1952 * @param style
1958 Derived integerWidth(const IntegerWidth &style) &&;
2116 * @param style
2122 Derived sign(UNumberSignDisplay style) const &;
2127 * @param style
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h195 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
402 * A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
1616 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1935 * @param style
1941 Derived integerWidth(const IntegerWidth &style) const &;
1946 * @param style
1952 Derived integerWidth(const IntegerWidth &style) &&;
2110 * @param style
2116 Derived sign(UNumberSignDisplay style) const &;
2121 * @param style
[all...]
H A Dtimezone.h728 * @param style
733 UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const;
742 * @param style
749 UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;
H A Ddtptngen.h310 * setDateTimeFormat(UDateFormatStyle style, ...).
324 * the style for UDAT_MEDIUM (the default). To get them individually, see
325 * getDateTimeFormat(UDateFormatStyle style).
337 * inferred style of the date pattern; these are UDateFormatStyle values:
346 * @param style
349 * the new dateTimeFormat to set for the the specified style
353 * U_ILLEGAL_ARGUMENT_ERROR for style out of range).
356 void setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dateTimeFormat,
362 * @param style
367 * U_ILLEGAL_ARGUMENT_ERROR for style ou
[all...]
H A Dudatpg.h516 * the style for UDAT_MEDIUM (the default). To get them individually, see
533 * inferred style of the date pattern; these are UDateFormatStyle values:
544 * @param style
547 * the new dateTimeFormat to set for the the specified style
554 * function (e.g. U_ILLEGAL_ARGUMENT_ERROR for style out of range).
559 UDateFormatStyle style,
568 * @param style
576 * function (e.g. U_ILLEGAL_ARGUMENT_ERROR for style out of range).
579 * style, or empty string in case of error. The pointer and its contents
581 * udatpg_setDateTimeFormatForStyle for the same style i
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h193 * A class that defines the notation style to be used when formatting numbers in NumberFormatter.
400 * A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
1579 * Specifies the notation style (simple, scientific, or compact) for rendering numbers.
1898 * @param style
1904 Derived integerWidth(const IntegerWidth &style) const &;
1909 * @param style
1915 Derived integerWidth(const IntegerWidth &style) &&;
2073 * @param style
2079 Derived sign(UNumberSignDisplay style) const &;
2084 * @param style
[all...]
/third_party/gn/misc/vim/ftplugin/
H A Dgn.vim2 " Use of this source code is governed by a BSD-style license that can be
/third_party/icu/icu4c/source/io/
H A Dlocbund.h78 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/third_party/skia/third_party/externals/icu/source/io/
H A Dlocbund.h78 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/third_party/skia/include/core/
H A DSkMaskFilter.h4 * Use of this source code is governed by a BSD-style license that can be
27 * @param style The SkBlurStyle to use
32 static sk_sp<SkMaskFilter> MakeBlur(SkBlurStyle style, SkScalar sigma,
/third_party/rust/crates/syn/tests/common/
H A Deq.rs458 spanless_eq_struct!(Attribute; kind id style span);
493 spanless_eq_struct!(MacCallStmt; mac style attrs tokens);
509 spanless_eq_struct!(StrLit; symbol suffix symbol_unescaped style span);
703 (TokenKind::DocComment(_kind, style, symbol), TokenKind::Pound) => { in eq()
704 doc_comment(*style, *symbol, &mut other_trees) in eq()
706 (TokenKind::Pound, TokenKind::DocComment(_kind, style, symbol)) => { in eq()
707 doc_comment(*style, *symbol, &mut this_trees) in eq()
720 style: AttrStyle, in doc_comment()
724 if match style { in doc_comment()
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp1798 int style { 0 };
1817 style = 1;
1823 style = 2;
1829 style = 3;
1833 style = 0;
1838 return colors[style];
1852 int style { 0 };
1871 style = 128;
1875 style = 155;
1880 return vint4(style, styl
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
227 REPORTER_ASSERT(reporter, impl->styles().size() == 1); // paragraph style does not count in UNIX_ONLY_TEST()
234 (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
236 REPORTER_ASSERT(reporter, style.getColor() == SK_ColorBLACK); in UNIX_ONLY_TEST()
1048 REPORTER_ASSERT(reporter, impl->styles().size() == 1); // paragraph style does not count in UNIX_ONLY_TEST()
1054 [reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1056 REPORTER_ASSERT(reporter, style.getColor() == SK_ColorRED); in UNIX_ONLY_TEST()
1063 // Checked: DIFF+ (Space between 1 & 2 style blocks)
1144 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in UNIX_ONLY_TEST()
1147 REPORTER_ASSERT(reporter, style in UNIX_ONLY_TEST()
7135 TextStyle style; UNIX_ONLY_TEST() local
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DSkFontStyleSet_ohos.h2 // Use of this source code is governed by a BSD-style license that can be
22 virtual void getStyle(int index, SkFontStyle* style, SkString* styleName) override;
27 int styleIndex = 0; // the index of the font style set
28 bool isFallback = false; // the flag of font style set. False for fallback family, true for generic family.
29 int tpCount = -1; // the typeface count in the font style set
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.h30 /// Style controls the formatter's output style.
44 /// Constructor for the formatter using a default style.
47 /// Constructor for the formatter using the custom style.
48 /// @param style the style used for the formatter.
49 explicit Formatter(const Style& style);
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcanonicalize_entry_point_io.h99 /// @param style the approach to use for emitting shader IO.
102 explicit Config(ShaderStyle style,
/third_party/skia/modules/svg/include/
H A DCssStyleParser.h3 * Description: Implementation for Css style parser.
18 void parseCssStyle(const std::string& style);
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp52 const char16_t* utils::getPatternForStyle(const Locale& locale, const char* nsName, CldrPatternStyle style, in getPatternForStyle() argument
55 switch (style) { in getPatternForStyle()

Completed in 30 milliseconds

1...<<11121314151617181920>>...73