Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DOtTableTagger.java142 int scriptCount = td.tagRangeField(FieldType.SHORT, "script count"); in registerTagMethods()
159 int langCount = td.tagRangeField(FieldType.SHORT, "language count"); in registerTagMethods()
178 td.tagRangeField(FieldType.SHORT, "feature count"); in registerTagMethods()
180 td.tagRangeField(FieldType.SHORT, null); in registerTagMethods()
190 int featureCount = td.tagRangeField(FieldType.SHORT, "feature count"); in registerTagMethods()
207 td.tagRangeField(FieldType.SHORT, "lookup count"); in registerTagMethods()
209 td.tagRangeField(FieldType.SHORT, null); in registerTagMethods()
219 int lookupCount = td.tagRangeField(FieldType.SHORT, "lookup count"); in registerTagMethods()
237 td.tagRangeField(FieldType.SHORT, "lookup type"); in registerTagMethods()
238 td.tagRangeField(FieldType.SHORT, "lookup flags"); in registerTagMethods()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DOtTableTagger.java142 int scriptCount = td.tagRangeField(FieldType.SHORT, "script count"); in registerTagMethods()
159 int langCount = td.tagRangeField(FieldType.SHORT, "language count"); in registerTagMethods()
178 td.tagRangeField(FieldType.SHORT, "feature count"); in registerTagMethods()
180 td.tagRangeField(FieldType.SHORT, null); in registerTagMethods()
190 int featureCount = td.tagRangeField(FieldType.SHORT, "feature count"); in registerTagMethods()
207 td.tagRangeField(FieldType.SHORT, "lookup count"); in registerTagMethods()
209 td.tagRangeField(FieldType.SHORT, null); in registerTagMethods()
219 int lookupCount = td.tagRangeField(FieldType.SHORT, "lookup count"); in registerTagMethods()
237 td.tagRangeField(FieldType.SHORT, "lookup type"); in registerTagMethods()
238 td.tagRangeField(FieldType.SHORT, "lookup flags"); in registerTagMethods()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DCompactDecimalFormatTest.java368 CompactDecimalFormat.getInstance(ULocale.ENGLISH, CompactStyle.SHORT); in TestDefaultSignificantDigits()
378 getCDFInstance(ULocale.forLanguageTag("sw"), CompactStyle.SHORT); in TestCharacterIterator()
390 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
402 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
412 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
427 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
432 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData); in TestChineseShort()
437 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
442 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
447 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishCurrencyTestData); in TestEnglishCurrency()
[all …]
DListFormatterTest.java210 …StyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.SHORT, "rouge, jaune, bl… in TestDifferentStyles()
248 ListFormatter fmt = ListFormatter.getInstance(ULocale.CHINESE, Type.UNITS, Width.SHORT); in TestFormattedValue()
275 ListFormatter fmt = ListFormatter.getInstance(ULocale.ENGLISH, Type.UNITS, Width.SHORT); in TestFormattedValue()
332 { "pt", Type.AND, Width.SHORT, "A, B e C" }, in TestCreateStyled()
335 { "pt", Type.OR, Width.SHORT, "A, B ou C" }, in TestCreateStyled()
338 { "pt", Type.UNITS, Width.SHORT, "A, B e C" }, in TestCreateStyled()
341 { "en", Type.AND, Width.SHORT, "A, B, & C" }, in TestCreateStyled()
344 { "en", Type.OR, Width.SHORT, "A, B, or C" }, in TestCreateStyled()
347 { "en", Type.UNITS, Width.SHORT, "A, B, C" }, in TestCreateStyled()
379 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
DPluralRangesTest.java82 … {3.1, 4.25, ULocale.FRANCE, UnitWidth.SHORT, MeasureUnit.FAHRENHEIT, "3,1–4,25\u202F°F"}, in TestFormatting()
83 {3.1, 4.25, ULocale.ENGLISH, UnitWidth.SHORT, MeasureUnit.FAHRENHEIT, "3.1–4.25°F"}, in TestFormatting()
91 … {0.0, 1.0, ULocale.ENGLISH, UnitWidth.SHORT, Currency.getInstance("EUR"), "€0.00 – €1.00"}, in TestFormatting()
92 … {0.0, 1.0, ULocale.FRENCH, UnitWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0€"}, in TestFormatting()
93 … {0.0, 100.0, ULocale.FRENCH, UnitWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
DDateFormatRoundTripTest.java83 case DateFormat.SHORT : in styleName()
120 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
128 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
136 for (int dstyle = DateFormat.FULL; dstyle <= DateFormat.SHORT; ++dstyle) { in _test()
137 for (int tstyle = DateFormat.FULL; tstyle <= DateFormat.SHORT; ++tstyle) { in _test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DCompactDecimalFormatTest.java371 CompactDecimalFormat.getInstance(ULocale.ENGLISH, CompactStyle.SHORT); in TestDefaultSignificantDigits()
381 getCDFInstance(ULocale.forLanguageTag("sw"), CompactStyle.SHORT); in TestCharacterIterator()
393 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
405 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
415 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
430 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
435 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData); in TestChineseShort()
440 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
445 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
450 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishCurrencyTestData); in TestEnglishCurrency()
[all …]
DPluralRangesTest.java86 … {3.1, 4.25, ULocale.FRANCE, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3,1–4,25 °F"}, in TestFormatting()
87 … {3.1, 4.25, ULocale.ENGLISH, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3.1–4.25°F"}, in TestFormatting()
95 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.SHORT, Currency.getInstance("EUR"), "EUR0.00–1.00"}, in TestFormatting()
96 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0EUR"}, in TestFormatting()
97 … {0.0, 100.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
DListFormatterTest.java257 { "pt", Type.AND, Width.SHORT, "A, B e C" }, in TestCreateStyled()
260 { "pt", Type.OR, Width.SHORT, "A, B ou C" }, in TestCreateStyled()
263 { "pt", Type.UNITS, Width.SHORT, "A, B e C" }, in TestCreateStyled()
266 { "en", Type.AND, Width.SHORT, "A, B, & C" }, in TestCreateStyled()
269 { "en", Type.OR, Width.SHORT, "A, B, or C" }, in TestCreateStyled()
272 { "en", Type.UNITS, Width.SHORT, "A, B, C" }, in TestCreateStyled()
304 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
DDateFormatRoundTripTest.java86 case DateFormat.SHORT : in styleName()
123 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
131 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
139 for (int dstyle = DateFormat.FULL; dstyle <= DateFormat.SHORT; ++dstyle) { in _test()
140 for (int tstyle = DateFormat.FULL; tstyle <= DateFormat.SHORT; ++tstyle) { in _test()
/third_party/python/Lib/ctypes/
Dwintypes.py29 SHORT = ctypes.c_short variable
105 _fields_ = [('Left', SHORT),
106 ('Top', SHORT),
107 ('Right', SHORT),
108 ('Bottom', SHORT)]
112 _fields_ = [('X', SHORT),
113 ('Y', SHORT)]
191 PSHORT = ctypes.POINTER(SHORT)
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_xinput.h108 SHORT sThumbLX;
109 SHORT sThumbLY;
110 SHORT sThumbRX;
111 SHORT sThumbRY;
/third_party/flutter/glfw/deps/mingw/
Dxinput.h167 SHORT sThumbLX;
168 SHORT sThumbLY;
169 SHORT sThumbRX;
170 SHORT sThumbRY;
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DDevanagari_InterIndic.txt14 ऄ→\uE004; # SIGN SHORT A
24 ऎ→\uE00E; # UNMAPPED LETTER SHORT E(For Southern Scripts)
28 ऒ→\uE012; # UNMAPPED LETTER SHORT O (For Southern Scripts)
78 \u0946→\uE046; # UNMAPPED VOWEL SIGN SHORT E
82 ॊ→\uE04A; # UNMAPPED VOWEL SIGN SHORT O
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c100 V_(R16_SNORM, SHORT, NONE),
104 V_(R16_SSCALED, SHORT, NONE),
143 V_(R16G16_SNORM, SHORT, NONE),
147 V_(R16G16_SSCALED, SHORT, NONE),
179 V_(R16G16B16_SNORM, SHORT, NONE),
183 V_(R16G16B16_SSCALED, SHORT, NONE),
188 V_(R16G16B16A16_SNORM, SHORT, NONE),
192 V_(R16G16B16A16_SSCALED, SHORT, NONE),
/third_party/skia/third_party/externals/icu/source/data/translit/
DDevanagari_InterIndic.txt15 ऄ→\uE004; # SIGN SHORT A
25 ऎ→\uE00E; # UNMAPPED LETTER SHORT E(For Southern Scripts)
29 ऒ→\uE012; # UNMAPPED LETTER SHORT O (For Southern Scripts)
79 \u0946→\uE046; # UNMAPPED VOWEL SIGN SHORT E
83 ॊ→\uE04A; # UNMAPPED VOWEL SIGN SHORT O
/third_party/icu/icu4c/source/data/translit/
DDevanagari_InterIndic.txt15 ऄ→\uE004; # SIGN SHORT A
25 ऎ→\uE00E; # UNMAPPED LETTER SHORT E(For Southern Scripts)
29 ऒ→\uE012; # UNMAPPED LETTER SHORT O (For Southern Scripts)
79 \u0946→\uE046; # UNMAPPED VOWEL SIGN SHORT E
83 ॊ→\uE04A; # UNMAPPED VOWEL SIGN SHORT O
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormat.java891 public static final int SHORT = 3; field in DateFormat
927 public static final int RELATIVE_SHORT = RELATIVE | SHORT;
1578 return getDateTimeInstance(SHORT, SHORT); in getInstance()
1869 if (timeStyle < DateFormat.NONE || timeStyle > DateFormat.SHORT) { in get()
1872 if (dateStyle < DateFormat.NONE || dateStyle > DateFormat.SHORT) { in get()
2066 return getDateTimeInstance(cal, SHORT, SHORT, ULocale.forLocale(locale)); in getInstance()
2078 return getDateTimeInstance(cal, SHORT, SHORT, locale); in getInstance()
DDateTimePatternGenerator.java176 for (int i = DateFormat.FULL; i <= DateFormat.SHORT; ++i) { in addICUPatterns()
182 if (i == DateFormat.SHORT) { in addICUPatterns()
2350 SHORT = -0x103, field in DateTimePatternGenerator
2420 {'G', ERA, SHORT, 1, 3},
2428 {'U', YEAR, SHORT, 1, 3},
2433 {'Q', QUARTER, SHORT, 3},
2437 {'q', QUARTER, SHORT - DELTA, 3},
2442 {'M', MONTH, SHORT, 3},
2446 {'L', MONTH, SHORT - DELTA, 3},
2455 {'E', WEEKDAY, SHORT, 1, 3},
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormat.java835 public static final int SHORT = 3; field in DateFormat
865 public static final int RELATIVE_SHORT = RELATIVE | SHORT;
1470 return getDateTimeInstance(SHORT, SHORT); in getInstance()
1743 if (timeStyle < DateFormat.NONE || timeStyle > DateFormat.SHORT) { in get()
1746 if (dateStyle < DateFormat.NONE || dateStyle > DateFormat.SHORT) { in get()
1932 return getDateTimeInstance(cal, SHORT, SHORT, ULocale.forLocale(locale)); in getInstance()
1944 return getDateTimeInstance(cal, SHORT, SHORT, locale); in getInstance()
DDateTimePatternGenerator.java149 for (int i = DateFormat.FULL; i <= DateFormat.SHORT; ++i) { in addICUPatterns()
155 if (i == DateFormat.SHORT) { in addICUPatterns()
2299 SHORT = -0x103, field in DateTimePatternGenerator
2369 {'G', ERA, SHORT, 1, 3},
2377 {'U', YEAR, SHORT, 1, 3},
2382 {'Q', QUARTER, SHORT, 3},
2386 {'q', QUARTER, SHORT - DELTA, 3},
2391 {'M', MONTH, SHORT, 3},
2395 {'L', MONTH, SHORT - DELTA, 3},
2404 {'E', WEEKDAY, SHORT, 1, 3},
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_image_formats.txt128 RG16I 32 2x16 RG_INTEGER, SHORT
130 R16I 16 1x16 RED_INTEGER, SHORT
140 RGBA16_SNORM_EXT 64 4x16 RGBA, SHORT
141 RG16_SNORM_EXT 32 2x16 RG, SHORT
143 R16_SNORM_EXT 16 1x16 RED, SHORT
/third_party/openGLES/extensions/NV/
DNV_image_formats.txt128 RG16I 32 2x16 RG_INTEGER, SHORT
130 R16I 16 1x16 RED_INTEGER, SHORT
140 RGBA16_SNORM_EXT 64 4x16 RGBA, SHORT
141 RG16_SNORM_EXT 32 2x16 RG, SHORT
143 R16_SNORM_EXT 16 1x16 RED, SHORT
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java62 String icuStdShort = getIcuDisplayName(tzid, false, TimeZone.SHORT, loc); in TestTimeZoneNames()
63 String icuDstShort = getIcuDisplayName(tzid, true, TimeZone.SHORT, loc); in TestTimeZoneNames()
66 … checkDisplayNamePair(TimeZone.SHORT, tzid, loc, warningOnly || ProblematicZones.contains(tzid)); in TestTimeZoneNames()
110 case TimeZone.SHORT: in getIcuDisplayName()
121 String styleStr = (style == TimeZone.SHORT) ? "SHORT" : "LONG"; in checkDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCompactData.java61 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate()
72 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
76 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
95 sb.append(compactStyle == CompactStyle.SHORT ? "/patternsShort" : "/patternsLong"); in getResourceBundleKey()

12345678910>>...16