Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500Name.java38 private X500NameStyle style; field in X500Name
41 public X500Name(X500NameStyle style, X500Name name) in X500Name()
78 X500NameStyle style, in getInstance()
105 X500NameStyle style, in X500Name()
126 X500NameStyle style, in X500Name()
140 X500NameStyle style, in X500Name()
307 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
/external/skia/src/ports/
DSkFontConfigTypeface.h21 static FontConfigTypeface* Create(const SkFontStyle& style, in Create()
27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth, in Create()
45 FontConfigTypeface(const SkFontStyle& style, in FontConfigTypeface()
53 FontConfigTypeface(const SkFontStyle& style, bool fixedWidth, SkStreamAsset* localStream) in FontConfigTypeface()
DSkFontMgr_android.cpp31 const SkFontStyle& style, in SkTypeface_Android()
54 const SkFontStyle& style, in SkTypeface_AndroidSystem()
88 const SkFontStyle& style, in SkTypeface_AndroidStream()
138 SkFontStyle style; in SkFontStyleSet_Android() local
179 void getStyle(int index, SkFontStyle* style, SkString* name) override { in getStyle()
208 SkFontStyle style = this->style(i); in matchStyle() local
219 SkFontStyle style(int index) { in style() function in SkFontStyleSet_Android
334 const SkFontStyle& style, bool elegant, in find_family_style_character()
363 const SkFontStyle& style, in onMatchFamilyStyleCharacter()
412 SkFontStyle style; in onCreateFromStream() local
[all …]
DSkFontHost_linux.cpp27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom()
73 SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream()
101 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File()
145 void getStyle(int index, SkFontStyle* style, SkString* name) override { in getStyle()
178 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight in matchStyle() local
307 SkFontStyle style; in onCreateFromStream() local
324 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold in onLegacyCreateTypeface() local
407 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_directory_fonts() local
493 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_embedded_font() local
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacterSet.java63 int style = entry.getKey(); in write() local
72 …protected void writeCharset(OutputCapsule oc, int style, IntMap<BitmapCharacter> charset) throws I… in writeCharset()
103 private IntMap<BitmapCharacter> readCharset(InputCapsule ic, int style) throws IOException { in readCharset()
124 public BitmapCharacter getCharacter(int index, int style){ in getCharacter()
129 private IntMap<BitmapCharacter> getCharacterSet(int style) { in getCharacterSet()
191 int style = entry.getKey(); in merge() local
210 public void setStyle(int style) { in setStyle()
/external/icu/icu4c/source/io/
Dlocbund.cpp37 int32_t style; in locbund_cleanup() local
47 …ic inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter()
158 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java127 private void checkGet(Map<String, Integer> testmap, TrieMap.Style style) { in checkGet()
154 …public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double r… in timeIteration()
203 public void checkContents(Map<String, Integer> testMap, Style style) { in checkContents()
239 public void checkSearch(Style style) { in checkSearch()
291 …public long timeBuilding(Map<String, Integer> testmap, long comparisonTime, Style style, Option op… in timeBuilding()
346 private int checkSize(int comparisonSize, Style style, Option option, double ratioToMap) { in checkSize()
401 …yList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap… in timeGet()
454 Style style; field in TrieMapTest.MyLoop
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java71 private void checkDisplayNamePair(int style, String tzid, Locale loc, boolean warnOnly) { in checkDisplayNamePair()
92 private String getIcuDisplayName(String tzid, boolean daylight, int style, Locale loc) { in getIcuDisplayName()
115 …private void checkDisplayName(boolean daylight, int style, String tzid, Locale loc, String icunam… in checkDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalFormat.java92 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance()
104 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance()
116 CompactDecimalFormat(ULocale locale, CompactStyle style) { in CompactDecimalFormat()
163 CompactStyle style, PluralRules pluralRules, in CompactDecimalFormat()
185 … private void finishInit(CompactStyle style, String pattern, DecimalFormatSymbols formatSymbols) { in finishInit()
441 private Data getData(ULocale locale, CompactStyle style) { in getData()
DTimeUnitFormat.java89 private int style; field in TimeUnitFormat
151 public TimeUnitFormat(ULocale locale, int style) { in TimeUnitFormat()
165 private TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) { in TimeUnitFormat()
177 public TimeUnitFormat(Locale locale, int style) { in TimeUnitFormat()
364 …etup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, in setup()
DScientificNumberFormatter.java40 private final Style style; field in ScientificNumberFormatter
313 DecimalFormat decimalFormat, Style style) { in getInstance()
320 ULocale locale, Style style) { in getInstanceForLocale()
332 DecimalFormat decimalFormat, String preExponent, Style style) { in ScientificNumberFormatter()
DCompactDecimalDataCache.java234 private static Data loadStyle(ICUResourceBundle r, ULocale locale, String style) { in loadStyle()
240 populateData(r.get(i), locale, style, result); in loadStyle() local
264 UResourceBundle divisorData, ULocale locale, String style, Data result) { in populateData()
341 String pluralVariant, int idx, String template, ULocale locale, String style, in populatePrefixSuffix()
406 private static String localeAndStyle(ULocale locale, String style) { in localeAndStyle()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
DDateFormatProviderICU.java22 public DateFormat getDateInstance(int style, Locale locale) { in getDateInstance()
32 public DateFormat getTimeInstance(int style, Locale locale) { in getTimeInstance()
/external/skia/gm/
Dblurrect.cpp219 SkBlurStyle style = styles[k]; in onDraw() local
261 SkBlurStyle style) in BlurRectCompareGM()
277 SkBlurStyle style() const { in style() function in BlurRectCompareGM
327 SkBlurStyle style) : in BlurRectFastGM()
343 float blurRadius, SkBlurStyle style) in BlurRectSlowGM()
374 float blurRadius, SkBlurStyle style) in BlurRectSlowLowGM()
389 float blurRadius, SkBlurStyle style) in BlurRectGroundTruthGM()
/external/libmtp/examples/
Dhotplug.c39 enum style { enum
52 enum style style = style_usbmap; in main() local
/external/icu/icu4c/source/samples/date/
Ddate.c70 UDateFormatStyle style = UDAT_DEFAULT; in main() local
242 UDateFormatStyle style, in date()
292UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) { in getWhen()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java117 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName()
133 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames()
296 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { in getFieldStrings()
316 …private static Map<String,Integer> getFieldStringsMap(int field, int style, DateFormatSymbols dfs)… in getFieldStringsMap()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DMixin.java45 public Object newInstance(int style, String[] classes, int[] route); in newInstance()
100 private int style = STYLE_INTERFACES; field in Mixin.Generator
112 public void setStyle(int style) { in setStyle()
/external/icu/icu4c/source/test/intltest/
Dcompactdecimalformattest.cpp297 void CompactDecimalFormatTest::CheckLocale(const Locale& locale, UNumberCompactStyle style, const E… in CheckLocale()
325 CompactDecimalFormatTest::createCDFInstance(const Locale& locale, UNumberCompactStyle style, UError… in createCDFInstance()
336 const char *CompactDecimalFormatTest::StyleStr(UNumberCompactStyle style) { in StyleStr()
/external/v8/test/intl/number-format/
Dparse-percent.js28 var nf = new Intl.NumberFormat(['en'], {style: 'percent'}); property
Dparse-decimal.js28 var nf = new Intl.NumberFormat(['en'], {style: 'decimal'}); property
/external/pdfium/third_party/freetype/src/truetype/
Dttsubpix.c821 const FT_String* style, in sph_test_tweak()
852 const FT_String* style, in scale_test_tweak()
883 const FT_String* style, in sph_test_tweak_x_scaling()
909 FT_String* style = face->root.style_name; in sph_set_tweaks() local
/external/freetype/src/truetype/
Dttsubpix.c821 const FT_String* style, in sph_test_tweak()
852 const FT_String* style, in scale_test_tweak()
883 const FT_String* style, in sph_test_tweak_x_scaling()
909 FT_String* style = face->root.style_name; in sph_set_tweaks() local
/external/skia/tests/
DMaskCacheTest.cpp38 SkBlurStyle style = kNormal_SkBlurStyle; in DEF_TEST() local
76 SkBlurStyle style = kNormal_SkBlurStyle; in DEF_TEST() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
DECPointEncoder.java19 public void setPointFormat(String style); in setPointFormat()

12345678910