/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | OtTableTagger.java | 142 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, "looku in registerTagMethods() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | CompactDecimalFormatTest.java | 353 // CompactStyle.SHORT, PluralRules.createRules("one: j is 1 or f is 1"), 371 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, SwahiliTestDataNegativ in TestSwahiliShortNegative() [all...] |
H A D | PluralRangesTest.java | 66 {"de", "SHORT", "{0}–{1}"}, in TestRangePattern() 86 {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()
|
H A D | DateFormatRoundTripTest.java | 86 case DateFormat.SHORT : in styleName() 87 return "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()
|
H A D | ListFormatterTest.java | 257 { "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()
|
H A D | MeasureUnitTest.java | 1693 ULocale.FRENCH, FormatWidth.SHORT); in TestExamplesInDocs() 1867 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT, nf); in TestFormatPeriodEn() 1868 verifyFormatPeriod("en SHORT", mf, abbrevData); in TestFormatPeriodEn() 1948 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek() 2086 {ULocale.ENGLISH, FormatWidth.SHORT, "2 mi, 1 ft, 2.3 in"}, in testMultiples() 2089 {russia, FormatWidth.SHORT, "2 \u043C\u0438\u043B\u0438 1 \u0444\u0442 2,3 \u0434\u044E\u0439\u043C."}, in testMultiples() 2173 {FormatWidth.SHORT, 1.0, MeasureUnit.SECOND, "1 lb/s", DONT_CARE, 0, 0}, in testSimplePer() 2174 {FormatWidth.SHORT, 2.0, MeasureUnit.SECOND, "2 lb/s", DONT_CARE, 0, 0}, in testSimplePer() 2176 {FormatWidth.SHORT, 1.0, MeasureUnit.MINUTE, "1 lb/min", DONT_CARE, 0, 0}, in testSimplePer() 2177 {FormatWidth.SHORT, 2. in testSimplePer() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | CompactDecimalFormatTest.java | 356 // CompactStyle.SHORT, PluralRules.createRules("one: j is 1 or f is 1"), 374 CompactDecimalFormat.getInstance(ULocale.ENGLISH, CompactStyle.SHORT); in TestDefaultSignificantDigits() 384 getCDFInstance(ULocale.forLanguageTag("sw"), CompactStyle.SHORT); in TestCharacterIterator() 396 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort() 408 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort() 418 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort() 433 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort() 438 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData); in TestChineseShort() 443 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort() 448 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegativ in TestSwahiliShortNegative() [all...] |
H A D | PluralRangesTest.java | 64 {"de", "SHORT", "{0}–{1}"}, in TestRangePattern() 82 {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()
|
H A D | ListFormatterTest.java | 211 DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.SHORT, "rouge, jaune, bleu et vert"); in TestDifferentStyles() 249 ListFormatter fmt = ListFormatter.getInstance(ULocale.CHINESE, Type.UNITS, Width.SHORT); in TestFormattedValue() 276 ListFormatter fmt = ListFormatter.getInstance(ULocale.ENGLISH, Type.UNITS, Width.SHORT); in TestFormattedValue() 333 { "pt", Type.AND, Width.SHORT, "A, B e C" }, in TestCreateStyled() 336 { "pt", Type.OR, Width.SHORT, "A, B ou C" }, in TestCreateStyled() 339 { "pt", Type.UNITS, Width.SHORT, "A, B e C" }, in TestCreateStyled() 342 { "en", Type.AND, Width.SHORT, "A, B, & C" }, in TestCreateStyled() 345 { "en", Type.OR, Width.SHORT, "A, B, or C" }, in TestCreateStyled() 348 { "en", Type.UNITS, Width.SHORT, "A, B, C" }, in TestCreateStyled() 380 Width[] widths = {Width.WIDE, Width.SHORT, Widt in TestContextual() [all...] |
H A D | DateFormatRoundTripTest.java | 83 case DateFormat.SHORT : in styleName() 84 return "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/python/Lib/ctypes/ |
H A D | wintypes.py | 29 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/glfw/deps/mingw/ |
H A D | xinput.h | 167 SHORT sThumbLX; 168 SHORT sThumbLY; 169 SHORT sThumbRX; 170 SHORT sThumbRY;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 176 for (int i = DateFormat.FULL; i <= DateFormat.SHORT; ++i) { in addICUPatterns() 182 if (i == DateFormat.SHORT) { in addICUPatterns() 317 for (int style = DateFormat.FULL; style <= DateFormat.SHORT; style++) { in setDateTimeFromCalendar() 668 int style = DateFormat.SHORT; in getBestPattern() 1033 * corresponding to date styles DateFormat.FULL..DateFormat.SHORT. This method sets 1043 for (int style = DateFormat.FULL; style <= DateFormat.SHORT; style++) { in setDateTimeFormat() 1052 * corresponding to date styles DateFormat.FULL..DateFormat.SHORT. This method gets 1070 * - DateFormat.SHORT (for any other date pattern). 1076 * one of DateFormat.FULL..DateFormat.SHORT. An exception will 1083 if (style < DateFormat.FULL || style > DateFormat.SHORT) { in setDateTimeFormat() 2437 SHORT = -0x103, global() field in DateTimePatternGenerator [all...] |
H A D | DateFormat.java | 49 * <li>The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are 90 * You can pass in different options to these factory methods to control the length of the result; from SHORT to MEDIUM 93 * <li>SHORT is completely numeric, such as 12.13.52 or 3:30pm 891 public static final int SHORT = 3; field in DateFormat 927 public static final int RELATIVE_SHORT = RELATIVE | SHORT; 1387 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1402 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1418 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1446 * SHORT for "M/d/yy" in the US locale. As currently implemented, relative date 1464 * SHORT fo [all...] |
H A D | MeasureFormat.java | 76 * MeasureFormat fmtFr = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.SHORT); 170 SHORT(ListFormatter.Width.SHORT, UnitWidth.SHORT, UnitWidth.ISO_CODE), enum constant 177 NARROW(ListFormatter.Width.NARROW, UnitWidth.NARROW, UnitWidth.SHORT), 186 NUMERIC(ListFormatter.Width.NARROW, UnitWidth.NARROW, UnitWidth.SHORT), 190 * (UnitWidth.SHORT) but wide for other units. 196 DEFAULT_CURRENCY(ListFormatter.Width.SHORT, UnitWidth.FULL_NAME, UnitWidth.SHORT); 1017 } else if (formatWidth == FormatWidth.SHORT) { in createTimeUnitFormat() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_format.c | 100 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/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | DateTimeFormatterFactory.java | 25 case "SHORT": return DateFormat.SHORT; in stringToStyle() 71 dateStyle = DateFormat.SHORT; in createFormatter() 72 timeStyle = DateFormat.SHORT; in createFormatter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | CompactData.java | 61 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()
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
H A D | TimeZoneNameTest.java | 62 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/text/ |
H A D | DateTimePatternGenerator.java | 149 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, [all...] |
H A D | DateFormat.java | 50 * <li>The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are 91 * You can pass in different options to these factory methods to control the length of the result; from SHORT to MEDIUM 94 * <li>SHORT is completely numeric, such as 12.13.52 or 3:30pm 835 public static final int SHORT = 3; field in DateFormat 865 public static final int RELATIVE_SHORT = RELATIVE | SHORT; 1291 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1305 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1320 * SHORT for "h:mm a" in the US locale. Relative time styles are not currently 1346 * SHORT for "M/d/yy" in the US locale. As currently implemented, relative date 1363 * SHORT fo [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 58 LOCATION ("LONG", "SHORT"), 60 SHORT (); enum constant 206 case SHORT: in getDisplayName() 319 * @param type the generic name type, either LONG or SHORT 325 assert(type == GenericNameType.LONG || type == GenericNameType.SHORT); in formatGenericNonLocationName() 574 isLong ? GenericNameType.LONG : GenericNameType.SHORT); in getPartialLocationName() 806 nameType = GenericNameType.SHORT; in createGenericMatchInfo() 810 nameType = GenericNameType.SHORT; in createGenericMatchInfo() 847 if (types.contains(GenericNameType.SHORT)) { in findTimeZoneNames()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 61 LOCATION ("LONG", "SHORT"), 63 SHORT (); enum constant 210 case SHORT: in getDisplayName() 323 * @param type the generic name type, either LONG or SHORT 329 assert(type == GenericNameType.LONG || type == GenericNameType.SHORT); in formatGenericNonLocationName() 578 isLong ? GenericNameType.LONG : GenericNameType.SHORT); in getPartialLocationName() 811 nameType = GenericNameType.SHORT; in createGenericMatchInfo() 815 nameType = GenericNameType.SHORT; in createGenericMatchInfo() 852 if (types.contains(GenericNameType.SHORT)) { in findTimeZoneNames()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.h | 69 SHORT, // Abbreviations used when possible. member in v8::internal::JSListFormat::Style 90 STATIC_ASSERT(Style::SHORT <= StyleBits::kMax);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | CompactData.java | 57 boolean compactIsShort = compactStyle == CompactStyle.SHORT; in populate() 68 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate() 72 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate() 91 sb.append(compactStyle == CompactStyle.SHORT ? "/patternsShort" : "/patternsLong"); in getResourceBundleKey()
|