Searched refs:style (Results 251 - 275 of 633) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp309 DateFormat::createTimeInstance(DateFormat::EStyle style, argument
312 return createDateTimeInstance(kNone, style, aLocale);
318 DateFormat::createDateInstance(DateFormat::EStyle style, argument
321 return createDateTimeInstance(style, kNone, aLocale);
446 // Try to create a SimpleDateFormat of the desired style.
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java653 * be used if for the style, where only the date or time format individually
678 * DF_NONE should be used for the style, where only the date or
691 throw new IllegalArgumentException("Illegal date format style arguments");
713 * @param style NF_NUMBER, NF_CURRENCY, NF_PERCENT, NF_SCIENTIFIC, NF_INTEGER
717 public NumberFormat getNumberFormat(int style) { argument
718 if (style < 0 || style >= NF_LIMIT) {
723 result = numberFormats[style];
728 result = guessNumberFormat(style);
736 * @param style NF_NUMBE
742 setNumberFormat(int style, NumberFormat format) argument
971 guessNumberFormat(int style) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java66 for (int style = TimeUnitFormat.FULL_NAME;
67 style <= TimeUnitFormat.ABBREVIATED_NAME;
68 ++style) {
75 String formatted = formats[style].format(source);
245 + ", style: " + styles[styleIndex]
298 * Tests the method public TimeUnitFormat(ULocale locale, int style), public TimeUnitFormat(Locale locale, int style)
302 // Tests when "if (style < FULL_NAME || style >= TOTAL_STYLES)" is true
308 errln("TimeUnitFormat(ULocale,int) was suppose to return an " + "exception for a style valu
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp2 // Use of this source code is governed by a BSD-style license that can be
325 CFX_ByteString style = CFX_ByteString(FXFT_Get_Face_Style_Name(m_Face)); local
330 if (!style.IsEmpty() && style != "Regular") {
331 facename += " " + style;
/external/skia/include/core/
H A DSkMaskFilter.h5 * Use of this source code is governed by a BSD-style license that can be
227 SkBlitter*, SkPaint::Style style) const;
H A DSkPaint.h4 * Use of this source code is governed by a BSD-style license that can be
47 The SkPaint class holds the style and color information about how to draw
357 /** Return the paint's style, used for controlling how primitives'
364 /** Set the paint's style, used for controlling how primitives'
367 @param style The new style to set in the paint
369 void setStyle(Style style);
410 @return the paint's stroke width, used whenever the paint's style is
419 style is Stroke or StrokeAndFill.
425 @return the paint's miter limit, used whenever the paint's style i
982 SkPaint::Style style = this->getStyle(); local
[all...]
/external/skia/src/core/
H A DSkMaskFilter.cpp5 * Use of this source code is governed by a BSD-style license that can be
219 SkPaint::Style style) const {
237 SkPaint::Style style) const {
240 if (SkPaint::kFill_Style == style) {
267 style)) {
/external/v8/tools/
H A Dgc-nvp-trace-processor.py108 if 'style' in self.props:
109 args.append('with %s' % self.props['style'])
235 Set('style fill solid 0.5 noborder'),
236 Set('style histogram rowstacked'),
237 Set('style data histograms'),
246 Set('style fill solid 0.5 noborder'),
247 Set('style histogram rowstacked'),
248 Set('style data histograms'),
258 Plot(Item('Mutator', real_mutator, lc = 'black', style = 'lines'))
261 Set('style histogra
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c168 UNumberFormatStyle style= UNUM_DEFAULT; local
175 log_verbose("Testing unum_open() with default style and locale\n");
176 def=unum_open(style, NULL,0,NULL, NULL,&status);
185 log_verbose("\nTesting unum_open() with french locale and default style(decimal)\n");
186 fr=unum_open(style,NULL,0, "fr_FR",NULL, &status);
191 style=UNUM_CURRENCY;
193 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status);
199 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status);
205 style=UNUM_PERCENT;
206 per_def=unum_open(style,NUL
2431 UNumberFormatStyle style = currencyStyles[sIndex]; local
2465 UNumberFormatStyle style; member in struct:__anon5821
2557 UNumberFormatStyle style = UNUM_CURRENCY; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... .eclipse.swt.widgets.Composite parent int style public void registerPage (java.lang.Object, org. ...
/external/bison/doc/
H A Dbison.x6 is a parser generator in the style of
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dprofile.py36 style = ('clear: both; background-color: #ff9; color: #000; ' variable in class:ProfileMiddleware
81 body += '<pre style="%s">%s\n%s</pre>' % (
82 self.style, cgi.escape(output), cgi.escape(output_callers))
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Drcssmin.py337 def cssmin(style, keep_bang_comments=False): # pylint: disable = W0621
342 `style` : ``str``
348 :Return: Minified style
351 return main_sub(main_subber(keep_bang_comments), style)
/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js251 obj.style.color="#000000";
256 obj.style.color="#aaaaaa";
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java54 public CTableCombo(Composite parent, int style) { argument
55 super(parent, style = checkStyle(style));
56 init(parent, style);
59 static int checkStyle(int style) { argument
61 return style & mask;
64 private void init(Composite parent, int style) { argument
66 m_text = new CImageLabel(this, style & ~SWT.BORDER);
/external/icu/icu4c/
H A Dicu4c.css2 * Default CSS style sheet for the ICU4C Open Source readme
284 font-style: italic;
304 border-style: groove;
339 font-style: italic;
486 border-style: groove;
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h151 * Constants for various style patterns. These reflect the order of items in
199 * Please use the C++ style constants defined above.
512 * Create a default date/time formatter that uses the SHORT style for both
521 * Creates a time formatter with the given formatting style for the given
524 * @param style The given formatting style. For example,
531 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
535 * Creates a date formatter with the given formatting style for the given
538 * @param style The given formatting style
[all...]
H A Dtimezone.h659 * @param style
664 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const;
673 * @param style
680 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;
/external/libvpx/libvpx/test/android/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddc_only_idct_add_v6.asm4 ; Use of this source code is governed by a BSD-style license and patent
H A Ddequantize_v6.asm4 ; Use of this source code is governed by a BSD-style license
/external/libvpx/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm4 ; Use of this source code is governed by a BSD-style license
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm4 ; Use of this source code is governed by a BSD-style license
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Drdopt_altivec.asm4 ; Use of this source code is governed by a BSD-style license
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_mmx.asm4 ; Use of this source code is governed by a BSD-style license

Completed in 2039 milliseconds

<<11121314151617181920>>