/third_party/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 68 …ype width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetMonths2() 93 …ype width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetWeekdays2() 255 …codeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 256 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 257 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != in TestSymbols() 258 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols() 276 …andaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols() 277 ….setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols() 278 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != in TestSymbols() 279 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 62 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2() 84 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2() 236 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 237 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 238 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 281 …ing[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 282 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 283 …ng[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 360 … final String[] narrowWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 361 fr.setWeekdays(narrowWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() [all …]
|
D | ListFormatterTest.java | 209 …tyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.NARROW, "rouge jaune bleu… in TestDifferentStyles() 333 { "pt", Type.AND, Width.NARROW, "A, B, C" }, in TestCreateStyled() 336 { "pt", Type.OR, Width.NARROW, "A, B ou C" }, in TestCreateStyled() 339 { "pt", Type.UNITS, Width.NARROW, "A B C" }, in TestCreateStyled() 342 { "en", Type.AND, Width.NARROW, "A, B, C" }, in TestCreateStyled() 345 { "en", Type.OR, Width.NARROW, "A, B, or C" }, in TestCreateStyled() 348 { "en", Type.UNITS, Width.NARROW, "A B C" }, in TestCreateStyled() 379 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
|
D | PluralRangesTest.java | 87 … {0.0, 1.0, ULocale.ENGLISH, UnitWidth.NARROW, Currency.getInstance("EUR"), "€0.00 – €1.00"}, in TestFormatting() 88 … {0.0, 1.0, ULocale.FRENCH, UnitWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"}, in TestFormatting() 89 … {0.0, 100.0, ULocale.FRENCH, UnitWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0¥"}, in TestFormatting()
|
D | MeasureUnitTest.java | 2107 ULocale.FRENCH, FormatWidth.NARROW); in TestExamplesInDocs() 2263 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf); in TestFormatPeriodEn() 2481 {ULocale.ENGLISH, FormatWidth.NARROW, "2mi 1\u2032 2.3\u2033"}, in testMultiples() 2484 …{russia, FormatWidth.NARROW, "2 \u043C\u0438\u043B\u044C 1 \u0444\u0442 2,3 \u0434\u044E\u0439\u04… in testMultiples() 2512 { ulocDanish, FormatWidth.NARROW, "5 t og 37 m" }, in testManyLocaleDurations() 2514 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations() 2516 { ULocale.ENGLISH, FormatWidth.NARROW, "5h 37m" }, in testManyLocaleDurations() 2518 { ulocSpanish, FormatWidth.NARROW, "5h 37min" }, in testManyLocaleDurations() 2520 { ulocFinnish, FormatWidth.NARROW, "5t 37min" }, in testManyLocaleDurations() 2522 { ULocale.FRENCH, FormatWidth.NARROW, "5h 37min" }, in testManyLocaleDurations() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 65 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2() 87 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2() 239 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 240 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 241 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 284 …ing[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 285 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 286 …ng[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols() 363 … final String[] narrowWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() 364 fr.setWeekdays(narrowWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols() [all …]
|
D | ListFormatterTest.java | 258 { "pt", Type.AND, Width.NARROW, "A, B, C" }, in TestCreateStyled() 261 { "pt", Type.OR, Width.NARROW, "A, B ou C" }, in TestCreateStyled() 264 { "pt", Type.UNITS, Width.NARROW, "A B C" }, in TestCreateStyled() 267 { "en", Type.AND, Width.NARROW, "A, B, C" }, in TestCreateStyled() 270 { "en", Type.OR, Width.NARROW, "A, B, or C" }, in TestCreateStyled() 273 { "en", Type.UNITS, Width.NARROW, "A B C" }, in TestCreateStyled() 304 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
|
D | PluralRangesTest.java | 91 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "€0.00–1.00"}, in TestFormatting() 92 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"}, in TestFormatting() 93 … {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
|
D | MeasureUnitTest.java | 1713 ULocale.FRENCH, FormatWidth.NARROW); in TestExamplesInDocs() 1869 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf); in TestFormatPeriodEn() 2087 {ULocale.ENGLISH, FormatWidth.NARROW, "2mi 1\u2032 2.3\u2033"}, in testMultiples() 2090 …{russia, FormatWidth.NARROW, "2 \u043C\u0438\u043B\u044C 1 \u0444\u0442 2,3 \u0434\u044E\u0439\u04… in testMultiples() 2118 { ulocDanish, FormatWidth.NARROW, "5 t og 37 m" }, in testManyLocaleDurations() 2120 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations() 2122 { ULocale.ENGLISH, FormatWidth.NARROW, "5h 37m" }, in testManyLocaleDurations() 2124 { ulocSpanish, FormatWidth.NARROW, "5 h 37 min" }, in testManyLocaleDurations() 2126 { ulocFinnish, FormatWidth.NARROW, "5t 37min" }, in testManyLocaleDurations() 2128 { ULocale.FRENCH, FormatWidth.NARROW, "5h 37min" }, in testManyLocaleDurations() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 142 public static final int NARROW = 2; field in DateFormatSymbols 804 case NARROW : in getMonths() 818 case NARROW : in getMonths() 857 case NARROW : in setMonths() 872 case NARROW : in setMonths() 933 case NARROW : in getWeekdays() 949 case NARROW : in getWeekdays() 982 case NARROW : in setWeekdays() 998 case NARROW : in setWeekdays() 1061 case NARROW : in getQuarters() [all …]
|
D | DateTimePatternGenerator.java | 266 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) { in fillInMissing() 267 … setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED)); in fillInMissing() 1227 NARROW("-narrow"); enumConstant 2348 NARROW = -0x101, field in DateTimePatternGenerator 2422 {'G', ERA, NARROW, 5}, 2430 {'U', YEAR, NARROW, 5}, 2435 {'Q', QUARTER, NARROW, 5}, 2439 {'q', QUARTER, NARROW - DELTA, 5}, 2444 {'M', MONTH, NARROW, 5}, 2448 {'L', MONTH, NARROW - DELTA, 5}, [all …]
|
D | ListFormatter.java | 107 NARROW, enumConstant 698 case NARROW: in typeWidthToStyleString() 709 case NARROW: in typeWidthToStyleString() 720 case NARROW: in typeWidthToStyleString()
|
D | MeasureFormat.java | 177 NARROW(ListFormatter.Width.NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enumConstant 186 NUMERIC(ListFormatter.Width.NARROW, UnitWidth.NARROW, UnitWidth.SHORT),
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateFormatSymbols.java | 139 public static final int NARROW = 2; field in DateFormatSymbols 786 case NARROW : in getMonths() 800 case NARROW : in getMonths() 837 case NARROW : in setMonths() 852 case NARROW : in setMonths() 909 case NARROW : in getWeekdays() 925 case NARROW : in getWeekdays() 957 case NARROW : in setWeekdays() 973 case NARROW : in setWeekdays() 1032 case NARROW : in getQuarters() [all …]
|
D | DateTimePatternGenerator.java | 239 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) { in fillInMissing() 240 … setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED)); in fillInMissing() 1167 NARROW("-narrow"); enumConstant 2297 NARROW = -0x101, field in DateTimePatternGenerator 2371 {'G', ERA, NARROW, 5}, 2379 {'U', YEAR, NARROW, 5}, 2384 {'Q', QUARTER, NARROW, 5}, 2388 {'q', QUARTER, NARROW - DELTA, 5}, 2393 {'M', MONTH, NARROW, 5}, 2397 {'L', MONTH, NARROW - DELTA, 5}, [all …]
|
D | ListFormatter.java | 170 NARROW, enumConstant 767 case NARROW: in typeWidthToStyleString() 778 case NARROW: in typeWidthToStyleString() 789 case NARROW: in typeWidthToStyleString()
|
/third_party/python/Include/ |
D | pyport.h | 317 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ argument 318 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE)) 320 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | udat.cpp | 660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 708 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 720 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 732 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 744 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 806 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 814 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | udat.cpp | 660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 736 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 798 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 806 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 818 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() 834 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | udat.cpp | 651 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 659 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 715 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 727 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 789 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 797 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 809 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() 825 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | udat.cpp | 660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 736 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 798 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 806 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 818 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() 834 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() [all …]
|
D | dtfmtsym.cpp | 692 case NARROW : in getMonths() 711 case NARROW : in getMonths() 758 case NARROW : in getWeekdays() 780 case NARROW : in getWeekdays() 811 case NARROW : in getQuarters() 830 case NARROW : in getQuarters() 1005 case NARROW : in setMonths() 1032 case NARROW : in setMonths() 1106 case NARROW : in setWeekdays() 1140 case NARROW : in setWeekdays() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MixedUnitLongNameHandler.java | 88 if (width == NumberFormatter.UnitWidth.NARROW) { in forMeasureUnit() 89 listWidth = ListFormatter.Width.NARROW; in forMeasureUnit()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberFormatter.java | 102 NARROW, enumConstant
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatter.java | 163 NARROW, enumConstant
|