HomeSort by relevance Sort by last modified time
    Searched refs:NARROW (Results 1 - 25 of 55) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfprintf.c 1 #define NARROW
vfwprintf.c 75 #ifndef NARROW
142 #ifndef NARROW
194 #ifndef NARROW
413 #ifndef NARROW
671 #ifdef NARROW
705 #ifndef NARROW
729 #endif /* NARROW */
847 #ifdef NARROW
998 #ifdef NARROW
1085 #ifndef NARROW
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestTextPrinter.java 122 {DAY_OF_WEEK, TextStyle.NARROW, 1, "M"},
123 {DAY_OF_WEEK, TextStyle.NARROW, 2, "T"},
124 {DAY_OF_WEEK, TextStyle.NARROW, 3, "W"},
125 {DAY_OF_WEEK, TextStyle.NARROW, 4, "T"},
126 {DAY_OF_WEEK, TextStyle.NARROW, 5, "F"},
127 {DAY_OF_WEEK, TextStyle.NARROW, 6, "S"},
128 {DAY_OF_WEEK, TextStyle.NARROW, 7, "S"},
172 {MONTH_OF_YEAR, TextStyle.NARROW, 1, "J"},
173 {MONTH_OF_YEAR, TextStyle.NARROW, 2, "F"},
174 {MONTH_OF_YEAR, TextStyle.NARROW, 3, "M"}
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKTextStyle.java 79 assertEquals(TextStyle.NARROW, TextStyle.NARROW.asNormal());
83 assertEquals(TextStyle.NARROW_STANDALONE, TextStyle.NARROW.asStandalone());
91 assertTrue(!TextStyle.NARROW.isStandalone());
  /libcore/ojluni/src/main/java/java/time/format/
TextStyle.java 69 * Text styles define three sizes for the formatted text - 'full', 'short' and 'narrow'.
74 * and the 'narrow' month is 'J'. Note that the narrow size is often not unique.
75 * For example, 'January', 'June' and 'July' all have the 'narrow' text 'J'.
111 * Narrow text, typically a single letter.
114 NARROW(Calendar.NARROW_FORMAT, 1),
116 * Narrow text for stand-alone use, typically a single letter.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 117 public static final int NARROW = 2;
301 * either WIDE, ABBREVIATED, or NARROW.
306 // JDK does not support context / narrow months
312 case NARROW:
334 * either WIDE, ABBREVIATED, or NARROW.
338 // JDK does not support context / narrow months
345 case NARROW:
388 * WIDE, ABBREVIATED, or NARROW
392 // JDK does not support context / narrow weekdays
398 case NARROW
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 68 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
93 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
254 const UnicodeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
255 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW);
256 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) !=
257 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) {
258 errln("ERROR: setMonths(FORMAT,NARROW) failed");
275 const UnicodeString *standaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
276 fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW);
277 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) !=
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 59 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
81 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
218 final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
219 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
220 final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
223 errln("ERROR: setMonths(FORMAT,NARROW) failed (different size array)");
228 errln("ERROR: setMonths(FORMAT,NARROW) failed (different string values)");
263 final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
264 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
265 final String[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
    [all...]
PluralRangesTest.java 61 {"ja", "NARROW", "{0}?{1}"},
83 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "?0.00?1.00"},
84 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00?1,00 ?"},
85 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0?100\u00a0JPY"},
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 58 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
80 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
217 final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
218 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
219 final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
222 errln("ERROR: setMonths(FORMAT,NARROW) failed (different size array)");
227 errln("ERROR: setMonths(FORMAT,NARROW) failed (different string values)");
262 final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
263 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
264 final String[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
    [all...]
PluralRangesTest.java 60 {"ja", "NARROW", "{0}?{1}"},
82 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "?0.00?1.00"},
83 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00?1,00 ?"},
84 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0?100\u00a0JPY"},
MeasureUnitTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 139 public static final int NARROW = 2;
345 * Narrow era names. For example: "A" and "B". An array of 2 strings,
369 * Narrow month strings. For example: "J", "F", etc. An array of
395 * Standalone narrow month strings. For example: "J", "F", etc. An array of
433 * CLDR-style format narrow weekday strings, for example: "S", "M", etc.
471 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
488 * narrow AM and PM strings. For example: "a" and "p". An array of
621 * Localized names for narrow day periods.
639 * Localized names for standalone narrow day periods.
668 MONTH_FORMAT, /* except narrow */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 142 public static final int NARROW = 2;
356 * Narrow era names. For example: "A" and "B". An array of 2 strings,
380 * Narrow month strings. For example: "J", "F", etc. An array of
406 * Standalone narrow month strings. For example: "J", "F", etc. An array of
444 * CLDR-style format narrow weekday strings, for example: "S", "M", etc.
482 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
499 * narrow AM and PM strings. For example: "a" and "p". An array of
632 * Localized names for narrow day periods.
650 * Localized names for standalone narrow day periods.
679 MONTH_FORMAT, /* except narrow */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
450 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
457 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
449 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
456 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
458 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 464 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
465 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
471 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
472 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
474 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
450 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
457 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 651 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
659 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
715 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
727 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
789 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
797 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
809 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
825 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
    [all...]
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 169 case DateFormatSymbols.NARROW:
202 return DateFormatSymbols.NARROW;

Completed in 1604 milliseconds

1 2 3