Home
last modified time | relevance | path

Searched refs:WIDE (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2()
93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
241 … UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
242 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
243 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
244 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
262 … *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
263 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
264 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
265 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRangesTest.java84 … {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"}, in TestFormatting()
85 … {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"}, in TestFormatting()
88 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25英寸"}, in TestFormatting()
89 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0–1 inches"}, in TestFormatting()
99 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00–1.00 euros"}, in TestFormatting()
100 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"}, in TestFormatting()
101 … {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"}, in TestFormatting()
102 …{0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"}, in TestFormatting()
DIntlTestDateFormatSymbols.java65 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
87 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
209 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
210 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
211 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
254 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
255 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
256 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
329 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
330 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DListFormatterTest.java256 { "pt", Type.AND, Width.WIDE, "A, B e C" }, in TestCreateStyled()
259 { "pt", Type.OR, Width.WIDE, "A, B ou C" }, in TestCreateStyled()
262 { "pt", Type.UNITS, Width.WIDE, "A, B e C" }, in TestCreateStyled()
265 { "en", Type.AND, Width.WIDE, "A, B, and C" }, in TestCreateStyled()
268 { "en", Type.OR, Width.WIDE, "A, B, or C" }, in TestCreateStyled()
271 { "en", Type.UNITS, Width.WIDE, "A, B, C" }, in TestCreateStyled()
304 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
DMeasureUnitTest.java1699 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
1720 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
1865 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1876 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1884 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1931 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
1948 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
2063 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
2069 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
2075 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java62 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
84 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
206 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
207 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
208 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
251 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
252 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
253 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
326 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
327 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DListFormatterTest.java206 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.AND, ListFormatter.Width.WIDE, "rouge,… in TestDifferentStyles()
207 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.OR, ListFormatter.Width.WIDE, "rouge, … in TestDifferentStyles()
208 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.WIDE, "roug… in TestDifferentStyles()
331 { "pt", Type.AND, Width.WIDE, "A, B e C" }, in TestCreateStyled()
334 { "pt", Type.OR, Width.WIDE, "A, B ou C" }, in TestCreateStyled()
337 { "pt", Type.UNITS, Width.WIDE, "A, B e C" }, in TestCreateStyled()
340 { "en", Type.AND, Width.WIDE, "A, B, and C" }, in TestCreateStyled()
343 { "en", Type.OR, Width.WIDE, "A, B, or C" }, in TestCreateStyled()
346 { "en", Type.UNITS, Width.WIDE, "A, B, C" }, in TestCreateStyled()
379 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
DMeasureUnitTest.java2093 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
2114 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
2259 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
2270 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
2278 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
2325 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
2342 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
2457 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
2463 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
2469 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg()
[all …]
/third_party/glib/glib/tests/
Dunicode.c1139 WIDE in test_wide() enumerator
1176 { 0x3000, WIDE }, in test_wide()
1177 { 0xFF60, WIDE }, in test_wide()
1180 { 0x2329, WIDE }, in test_wide()
1181 { 0x3001, WIDE }, in test_wide()
1182 { 0xFE69, WIDE }, in test_wide()
1183 { 0x30000, WIDE }, in test_wide()
1184 { 0x3FFFD, WIDE }, in test_wide()
1187 { 0x4DBF, WIDE }, in test_wide()
1188 { 0x9FFF, WIDE }, in test_wide()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java136 public static final int WIDE = 1; field in DateFormatSymbols
797 case WIDE : in getMonths()
811 case WIDE : in getMonths()
851 case WIDE : in setMonths()
866 case WIDE : in setMonths()
924 case WIDE : in getWeekdays()
940 case WIDE : in getWeekdays()
973 case WIDE : in setWeekdays()
989 case WIDE : in setWeekdays()
1054 case WIDE : in getQuarters()
[all …]
DListFormatter.java93 WIDE, enumConstant
346 return getInstance(locale, Type.AND, Width.WIDE); in getInstance()
358 return getInstance(ULocale.forLocale(locale), Type.AND, Width.WIDE); in getInstance()
694 case WIDE: in typeWidthToStyleString()
705 case WIDE: in typeWidthToStyleString()
716 case WIDE: in typeWidthToStyleString()
DMeasureFormat.java163 WIDE(ListFormatter.Width.WIDE, UnitWidth.FULL_NAME, UnitWidth.FULL_NAME), enumConstant
531 return MeasureFormat.FormatWidth.WIDE; in getWidth()
1015 if (formatWidth == FormatWidth.WIDE) { in createTimeUnitFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java134 public static final int WIDE = 1; field in DateFormatSymbols
779 case WIDE : in getMonths()
793 case WIDE : in getMonths()
831 case WIDE : in setMonths()
846 case WIDE : in setMonths()
900 case WIDE : in getWeekdays()
916 case WIDE : in getWeekdays()
948 case WIDE : in setWeekdays()
964 case WIDE : in setWeekdays()
1025 case WIDE : in getQuarters()
[all …]
DListFormatter.java156 WIDE, enumConstant
763 case WIDE: in typeWidthToStyleString()
774 case WIDE: in typeWidthToStyleString()
785 case WIDE: in typeWidthToStyleString()
/third_party/icu/icu4c/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
716 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
728 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
822 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
838 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
846 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp683 case WIDE : in getMonths()
702 case WIDE : in getMonths()
746 case WIDE : in getWeekdays()
768 case WIDE : in getWeekdays()
802 case WIDE : in getQuarters()
821 case WIDE : in getQuarters()
991 case WIDE : in setMonths()
1018 case WIDE : in setMonths()
1085 case WIDE : in setWeekdays()
1119 case WIDE : in setWeekdays()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dudat.cpp663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
691 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
707 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
719 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
813 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
829 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
837 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp681 case WIDE : in getMonths()
700 case WIDE : in getMonths()
744 case WIDE : in getWeekdays()
766 case WIDE : in getWeekdays()
800 case WIDE : in getQuarters()
819 case WIDE : in getQuarters()
989 case WIDE : in setMonths()
1016 case WIDE : in setMonths()
1083 case WIDE : in setWeekdays()
1117 case WIDE : in setWeekdays()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
716 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
728 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
822 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
838 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
846 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp683 case WIDE : in getMonths()
702 case WIDE : in getMonths()
746 case WIDE : in getWeekdays()
768 case WIDE : in getWeekdays()
802 case WIDE : in getQuarters()
821 case WIDE : in getQuarters()
991 case WIDE : in setMonths()
1018 case WIDE : in setMonths()
1085 case WIDE : in setWeekdays()
1119 case WIDE : in setWeekdays()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
712 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
736 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
818 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
830 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
846 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
858 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp691 case WIDE : in getMonths()
710 case WIDE : in getMonths()
754 case WIDE : in getWeekdays()
776 case WIDE : in getWeekdays()
810 case WIDE : in getQuarters()
829 case WIDE : in getQuarters()
999 case WIDE : in setMonths()
1026 case WIDE : in setMonths()
1093 case WIDE : in setWeekdays()
1127 case WIDE : in setWeekdays()
[all …]
/third_party/python/Include/
Dpyport.h317 #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/grpc/third_party/address_sorting/
DLICENSE1 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Daddress_sorting.bzl4 # Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.

1234