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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfprintf.c 1 #define NARROW
  /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/android_icu4j/src/main/java/android/icu/number/
NumberFormatter.java 72 * <li>NARROW: "$123.00" and "123 m"
89 * information on the difference between NARROW and SHORT, see SHORT.
92 * In CLDR, this option corresponds to the "Narrow" format for measure units and the "¤¤¤¤¤" placeholder for
98 NARROW,
101 * Print an abbreviated version of the unit name. Similar to NARROW, but use a slightly wider abbreviation or
105 * For example, in <em>es-US</em>, the SHORT form for Fahrenheit is "{0} °F", but the NARROW form is "{0}°",
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberFormatter.java 71 * <li>NARROW: "$123.00" and "123 m"
89 * information on the difference between NARROW and SHORT, see SHORT.
92 * In CLDR, this option corresponds to the "Narrow" format for measure units and the "¤¤¤¤¤" placeholder for
99 NARROW,
102 * Print an abbreviated version of the unit name. Similar to NARROW, but use a slightly wider abbreviation or
106 * For example, in <em>es-US</em>, the SHORT form for Fahrenheit is "{0} °F", but the NARROW form is "{0}°",
  /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/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 95 NARROW;
97 private static final int INDEX_COUNT = 3; // NARROW.ordinal() + 1
508 DateFormatSymbols.WIDE, DateFormatSymbols.SHORT, DateFormatSymbols.NARROW
    [all...]
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...]
MeasureFormat.java 88 ULocale.FRENCH, FormatWidth.NARROW);
175 NARROW(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE),
178 * Identical to NARROW except when formatMeasures is called with
186 private static final int INDEX_COUNT = 3; // NARROW.ordinal() + 1
    [all...]
DateTimePatternGenerator.java 591 // 5,6 => narrow dayPeriod (field length 5)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 221 * Gets narrow era strings. For example: "A" and "B".
224 * @return the narrow era strings.
230 * Sets narrow era strings. For example: "A" and "B".
231 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
294 NARROW,
313 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
325 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
369 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
380 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
390 * are no NARROW quarters
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 100 NARROW;
102 private static final int INDEX_COUNT = 3; // NARROW.ordinal() + 1
565 DateFormatSymbols.WIDE, DateFormatSymbols.SHORT, DateFormatSymbols.NARROW
    [all...]
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...]
MeasureFormat.java 87 ULocale.FRENCH, FormatWidth.NARROW);
183 NARROW(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE),
186 * Identical to NARROW except when formatMeasures is called with
196 private static final int INDEX_COUNT = 3; // NARROW.ordinal() + 1
    [all...]
DateTimePatternGenerator.java 594 // 5,6 => narrow dayPeriod (field length 5)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 

Completed in 1451 milliseconds

1 2