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...]
  /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/v8/src/objects/
js-relative-time-format.h 59 NARROW, // Use the shortest possible form.
88 STATIC_ASSERT(Style::NARROW <= StyleBits::kMax);
js-list-format.h 67 NARROW, // Use the shortest possible form.
94 STATIC_ASSERT(Style::NARROW <= StyleBits::kMax);
js-relative-time-format.cc 35 case JSRelativeTimeFormat::Style::NARROW:
46 if (strcmp(str, "narrow") == 0) return JSRelativeTimeFormat::Style::NARROW;
97 // «"long", "short", "narrow"», "long").
99 std::vector<const char*> style_values = {"long", "short", "narrow"};
195 case Style::NARROW:
js-list-format.cc 33 const char* kUnitNarrow = "unit-narrow";
44 case JSListFormat::Style::NARROW:
45 // Currently, ListFormat::createInstance on "standard-narrow" will
58 // Currently, ListFormat::createInstance on "or-short" and "or-narrow"
67 case JSListFormat::Style::NARROW:
78 case JSListFormat::Style::NARROW:
93 if (strcmp(&str[1], "arrow") == 0) return JSListFormat::Style::NARROW;
157 // «"long", "short", "narrow"», "long").
159 std::vector<const char*> style_values = {"long", "short", "narrow"};
231 case Style::NARROW
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 65 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
87 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
224 final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
225 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
226 final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
229 errln("ERROR: setMonths(FORMAT,NARROW) failed (different size array)");
234 errln("ERROR: setMonths(FORMAT,NARROW) failed (different string values)");
269 final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
270 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
271 final String[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
    [all...]
PluralRangesTest.java 67 {"ja", "NARROW", "{0}?{1}"},
91 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "?0.00?1.00"},
92 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00?1,00 ?"},
93 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0?100\u00a0JPY"},
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 62 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
84 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
221 final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
222 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
223 final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
226 errln("ERROR: setMonths(FORMAT,NARROW) failed (different size array)");
231 errln("ERROR: setMonths(FORMAT,NARROW) failed (different string values)");
266 final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
267 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
268 final String[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW);
    [all...]
PluralRangesTest.java 64 {"ja", "NARROW", "{0}?{1}"},
88 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "?0.00?1.00"},
89 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00?1,00 ?"},
90 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0?100\u00a0JPY"},
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberFormatter.java 76 * <li>NARROW: "$123.00" and "123 m"
94 * identity of the unit. For more information on the difference between NARROW and SHORT, see
98 * In CLDR, this option corresponds to the "Narrow" format for measure units and the "¤¤¤¤¤"
104 NARROW,
107 * Print an abbreviated version of the unit name. Similar to NARROW, but use a slightly wider
111 * For example, in <em>es-US</em>, the SHORT form for Fahrenheit is "{0} °F", but the NARROW form
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberFormatter.java 75 * <li>NARROW: "$123.00" and "123 m"
93 * identity of the unit. For more information on the difference between NARROW and SHORT, see
97 * In CLDR, this option corresponds to the "Narrow" format for measure units and the "¤¤¤¤¤"
104 NARROW,
107 * Print an abbreviated version of the unit name. Similar to NARROW, but use a slightly wider
111 * For example, in <em>es-US</em>, the SHORT form for Fahrenheit is "{0} °F", but the NARROW form
  /external/python/cpython3/Include/
pyport.h 291 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
292 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
298 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
299 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
301 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 138 public static final int NARROW = 2;
344 * Narrow era names. For example: "A" and "B". An array of 2 strings,
368 * Narrow month strings. For example: "J", "F", etc. An array of
394 * Standalone narrow month strings. For example: "J", "F", etc. An array of
432 * CLDR-style format narrow weekday strings, for example: "S", "M", etc.
470 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
487 * narrow AM and PM strings. For example: "a" and "p". An array of
620 * Localized names for narrow day periods.
638 * Localized names for standalone narrow day periods.
667 MONTH_FORMAT, /* except narrow */
    [all...]
DateTimePatternGenerator.java 250 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) {
251 setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED));
609 // 5,6 => narrow dayPeriod (field length 5)
    [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...]
DateTimePatternGenerator.java 254 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) {
255 setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED));
612 // 5,6 => narrow dayPeriod (field length 5)
    [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)
  /external/python/cpython2/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)
  /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...]

Completed in 1067 milliseconds

1 2 3