Searched refs:NARROW (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
252 const UnicodeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
253 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
254 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) !=
255 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) {
256 errln("ERROR: setMonths(FORMAT,NARROW) failed");
273 const UnicodeString *standaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
274 fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
275 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) !
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java56 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
77 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
212 final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
213 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
214 final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
217 errln("ERROR: setMonths(FORMAT,NARROW) failed (different size array)");
222 errln("ERROR: setMonths(FORMAT,NARROW) failed (different string values)");
257 final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
258 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
259 final String[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
[all...]
H A DPluralRangesTest.java57 {"ja", "NARROW", "{0}~{1}"},
77 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "€0.00–1.00"},
78 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"},
79 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
H A DMeasureUnitTest.java428 ULocale.FRENCH, FormatWidth.NARROW);
559 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf);
560 verifyFormatPeriod("en NARROW", mf, narrowData);
750 {ULocale.ENGLISH, FormatWidth.NARROW, "2mi 1\u2032 2.3\u2033"},
753 {russia, FormatWidth.NARROW, "2 \u043C\u0438\u043B\u044C 1 \u0444\u0443\u0442 2,3 \u0434\u044E\u0439\u043C\u0430"},
784 {FormatWidth.NARROW, 1.0, MeasureUnit.SECOND, "1#/s", DONT_CARE, 0, 0},
785 {FormatWidth.NARROW, 2.0, MeasureUnit.SECOND, "2#/s", DONT_CARE, 0, 0},
787 {FormatWidth.NARROW, 1.0, MeasureUnit.MINUTE, "1#/m", DONT_CARE, 0, 0},
788 {FormatWidth.NARROW, 2.0, MeasureUnit.MINUTE, "2#/m", DONT_CARE, 0, 0},
869 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW);
[all...]
H A DRelativeDateTimeFormatterTest.java307 RelativeDateTimeFormatter.Style.NARROW,
341 RelativeDateTimeFormatter.Style.NARROW,
620 RelativeDateTimeFormatter.Style.NARROW,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java133 public static final int NARROW = 2; field in class:DateFormatSymbols
725 * either WIDE, ABBREVIATED, or NARROW.
741 case NARROW :
755 case NARROW :
781 * either WIDE, ABBREVIATED, or NARROW.
794 case NARROW :
809 case NARROW :
853 * WIDE, ABBREVIATED, SHORT, or NARROW
870 case NARROW :
886 case NARROW
[all...]
H A DRelativeDateTimeFormatter.java95 NARROW, enum constant in enum:RelativeDateTimeFormatter.Style
656 qualitativeUnitMap.get(Style.NARROW),
666 dayOfWeekMap.put(Style.NARROW, readDaysOfWeek(
754 quantitativeUnitMap.get(Style.NARROW),
755 qualitativeUnitMap.get(Style.NARROW));
797 quantitativeUnitMap.get(Style.NARROW));
845 qualitativeUnitMap.get(Style.NARROW),
848 dayOfWeekMap.get(Style.NARROW).get(weekDay));
H A DDateTimePatternGenerator.java1900 NARROW = -0x101, field in class:DateTimePatternGenerator
1960 {'U', YEAR, NARROW, 5},
1973 {'M', MONTH, NARROW, 5},
1977 {'L', MONTH, NARROW - DELTA, 5},
1986 {'E', WEEKDAY, NARROW, 5},
1990 {'c', WEEKDAY, NARROW - 2*DELTA, 5},
1994 {'e', WEEKDAY, NARROW - DELTA, 5},
2018 {'Z', ZONE, NARROW - DELTA, 1, 3},
2025 {'X', ZONE, NARROW - DELTA, 1},
2028 {'x', ZONE, NARROW
[all...]
H A DMeasureFormat.java83 ULocale.FRENCH, FormatWidth.NARROW);
184 NARROW("unitsNarrow", ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE), enum constant in enum:MeasureFormat.FormatWidth
187 * Identical to NARROW except when formatMeasures is called with
/external/icu/icu4c/source/i18n/
H A Dudat.cpp649 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
657 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
669 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
685 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
713 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
725 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
787 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
795 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
807 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
823 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
[all...]
H A Ddtfmtsym.cpp639 case NARROW :
658 case NARROW :
705 case NARROW :
727 case NARROW :
758 case NARROW :
777 case NARROW :
952 case NARROW :
979 case NARROW :
1053 case NARROW :
1087 case NARROW
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h285 NARROW, enumerator in enum:U_FINAL::DtWidthType
300 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
367 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
377 * are no NARROW quarters.
390 * are no NARROW quarters.
449 * @param width The requested name width: WIDE, ABBREVIATED, NARROW.
463 * @param width The name width: WIDE, ABBREVIATED, NARROW (currently only ABBREVIATED is supported).
474 * @param width The requested name width: WIDE, ABBREVIATED, NARROW
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2477 public static final int NARROW = 4; field in interface:UCharacter.EastAsianWidth
2538 public static final int NARROW = 10; field in interface:UCharacter.DecompositionType
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java1939 { 0x0020, UProperty.EAST_ASIAN_WIDTH, UCharacter.EastAsianWidth.NARROW },
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 568 milliseconds