/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() 254 …codeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 255 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 256 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != in TestSymbols() 257 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols() 275 …andaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols() 276 ….setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols() 277 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != in TestSymbols() 278 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols() [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 …]
|
D | DateTimeGeneratorTest.java | 1672 …imePatternGenerator.QUARTER, DateTimePatternGenerator.DisplayWidth.NARROW, "Q" ), in TestGetFieldDisplayNames() 1675 …ernGenerator.DAY_OF_WEEK_IN_MONTH, DateTimePatternGenerator.DisplayWidth.NARROW, "wkday. of m… in TestGetFieldDisplayNames() 1678 …ernGenerator.DAY_OF_WEEK_IN_MONTH, DateTimePatternGenerator.DisplayWidth.NARROW, "wkday of mo… in TestGetFieldDisplayNames() 1681 …imePatternGenerator.SECOND, DateTimePatternGenerator.DisplayWidth.NARROW, "s" ), in TestGetFieldDisplayNames()
|
/third_party/python/Include/ |
D | pyport.h | 312 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ argument 313 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE)) 315 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
|
/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()
|
D | RelativeDateTimeFormatter.java | 101 NARROW; enumConstant 701 DateFormatSymbols.WIDE, DateFormatSymbols.SHORT, DateFormatSymbols.NARROW 1199 return Style.NARROW; in styleFromKey() 1210 return Style.NARROW; in styleFromAlias() 1219 case NARROW: return 7; in styleSuffixLength()
|
D | MeasureFormat.java | 168 NARROW(ListFormatter.Style.UNIT_NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enumConstant 175 NUMERIC(ListFormatter.Style.UNIT_NARROW, UnitWidth.NARROW, UnitWidth.SHORT),
|
/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 …]
|
D | dtfmtsym.cpp | 700 case NARROW : in getMonths() 719 case NARROW : in getMonths() 766 case NARROW : in getWeekdays() 788 case NARROW : in getWeekdays() 819 case NARROW : in getQuarters() 838 case NARROW : in getQuarters() 1013 case NARROW : in setMonths() 1040 case NARROW : in setMonths() 1114 case NARROW : in setWeekdays() 1148 case NARROW : in setWeekdays() [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/icu4c/source/i18n/ |
D | udat.cpp | 655 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 663 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 675 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 691 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols() 719 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 731 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 793 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 801 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols() 813 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() 829 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols() [all …]
|
D | dtfmtsym.cpp | 691 case NARROW : in getMonths() 710 case NARROW : in getMonths() 757 case NARROW : in getWeekdays() 779 case NARROW : in getWeekdays() 810 case NARROW : in getQuarters() 829 case NARROW : in getQuarters() 1004 case NARROW : in setMonths() 1031 case NARROW : in setMonths() 1105 case NARROW : in setWeekdays() 1139 case NARROW : in setWeekdays() [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 …]
|
D | dtfmtsym.cpp | 690 case NARROW : in getMonths() 709 case NARROW : in getMonths() 756 case NARROW : in getWeekdays() 778 case NARROW : in getWeekdays() 809 case NARROW : in getQuarters() 828 case NARROW : in getQuarters() 1003 case NARROW : in setMonths() 1030 case NARROW : in setMonths() 1104 case NARROW : in setWeekdays() 1138 case NARROW : in setWeekdays() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberFormatter.java | 102 NARROW, enumConstant
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | LongNameHandler.java | 97 if (width == UnitWidth.NARROW) { in getMeasureData() 146 if (width == UnitWidth.NARROW) { in getPerUnitFormat()
|
/third_party/XKeyboardConfig/symbols/ |
D | cd | 64 // SPACE, SPACE, NO-BREAK SPACE, NARROW NO_BREAK SPACE
|
/third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/symbols/ |
D | cd | 64 // SPACE, SPACE, NO-BREAK SPACE, NARROW NO_BREAK SPACE
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 575 NumberFormatter.with().unit(MeasureUnit.DAY).unitWidth(UnitWidth.NARROW), in unitMeasure() 586 NumberFormatter.with().unit(MeasureUnit.SQUARE_METER).unitWidth(UnitWidth.NARROW), in unitMeasure() 596 NumberFormatter.with().unit(MeasureUnit.SQUARE_METER).unitWidth(UnitWidth.NARROW), in unitMeasure() 607 NumberFormatter.with().unit(MeasureUnit.FAHRENHEIT).unitWidth(UnitWidth.NARROW), in unitMeasure() 796 NumberFormatter.with().unit(USD).unitWidth(UnitWidth.NARROW), in unitCurrency() 888 NumberFormatter.with().unit(PTE).unitWidth(UnitWidth.NARROW), in unitCurrency() 2299 … NumberFormatter.with().sign(SignDisplay.ACCOUNTING).unit(USD).unitWidth(UnitWidth.NARROW), in sign()
|