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

1 2 3

  /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};
211 // At least for English we know a wide eraName should be longer than an abbrev era
240 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
241 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
242 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
243 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
244 errln("ERROR: setMonths(FORMAT,WIDE) failed");
261 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
262 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRangesTest.java 84 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0?1 degré Fahrenheit"},
85 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1?2 degrés Fahrenheit"},
88 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
89 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0?1 inches"},
99 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00?1.00 euros"},
100 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?1,00 euro"},
101 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?2,00 euros"},
102 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0?100 yens japonais"},
IntlTestDateFormatSymbols.java 65 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
87 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
194 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
195 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
196 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
199 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
204 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
239 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
240 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
241 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
    [all...]
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRangesTest.java 81 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0?1 degré Fahrenheit"},
82 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1?2 degrés Fahrenheit"},
85 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
86 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0?1 inches"},
96 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00?1.00 euros"},
97 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?1,00 euro"},
98 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?2,00 euros"},
99 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0?100 yens japonais"},
IntlTestDateFormatSymbols.java 62 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
84 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
191 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
192 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
193 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
196 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
201 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
236 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
237 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
238 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
    [all...]
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 111 public static final int WIDE = 1;
301 * either WIDE, ABBREVIATED, or NARROW.
308 case WIDE:
334 * either WIDE, ABBREVIATED, or NARROW.
340 case WIDE:
388 * WIDE, ABBREVIATED, or NARROW
394 case WIDE:
411 * either WIDE, ABBREVIATED, or NARROW.
417 case WIDE:
467 // * either WIDE or ABBREVIATED. There are no NARROW quarters
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
RET.java 34 private boolean wide; field in class:RET
48 setIndex(index); // May set wide as side effect
58 if (wide) {
59 out.writeByte(org.apache.bcel.Const.WIDE);
62 if (wide) {
71 wide = index > org.apache.bcel.Const.MAX_BYTE;
72 if (wide) {
73 super.setLength(4); // Including the wide byte
84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException {
85 this.wide = wide
    [all...]
IINC.java 32 private boolean wide; field in class:IINC
52 setIndex(n); // May set wide as side effect
63 if (wide) {
64 out.writeByte(org.apache.bcel.Const.WIDE);
67 if (wide) {
78 wide = super.getIndex() > org.apache.bcel.Const.MAX_BYTE;
80 wide = wide || (c > Byte.MAX_VALUE);
82 wide = wide || (c < Byte.MIN_VALUE)
    [all...]
LocalVariableInstruction.java 44 private boolean wide() { method in class:LocalVariableInstruction
88 if (wide()) {
89 out.writeByte(Const.WIDE);
93 if (wide()) {
129 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException {
130 if (wide) {
177 if (wide()) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 133 public static final int WIDE = 1;
403 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
441 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
614 * Localized names for wide day periods.
632 * Localized names for standalone wide day periods.
767 * either WIDE, ABBREVIATED, or NARROW.
775 case WIDE :
789 case WIDE :
821 * either WIDE, ABBREVIATED, or NARROW.
827 case WIDE
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 136 public static final int WIDE = 1;
415 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
453 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
626 * Localized names for wide day periods.
644 * Localized names for standalone wide day periods.
784 * either WIDE, ABBREVIATED, or NARROW.
793 case WIDE :
807 case WIDE :
840 * either WIDE, ABBREVIATED, or NARROW.
847 case WIDE
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 104 #define WIDE(op) op.w
106 #define WIDE(op) op
  /external/compiler-rt/lib/builtins/arm/
udivmodsi4.S 124 WIDE(addhs) r3, r3, IMM (1 << shift); \
125 WIDE(subhs) r0, r0, r1, lsl IMM shift
udivsi3.S 121 WIDE(addhs) r3, r3, IMM (1 << shift); \
122 WIDE(subhs) r0, r0, r1, lsl IMM shift
umodsi3.S 115 WIDE(subhs) r0, r0, r1, lsl IMM shift
  /external/compiler-rt/lib/builtins/
assembly.h 104 #define WIDE(op) op.w
106 #define WIDE(op) op
  /external/icu/icu4c/source/i18n/
udat.cpp 663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
691 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
707 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
719 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
813 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
829 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
837 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
    [all...]
  /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)
  /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)

Completed in 1718 milliseconds

1 2 3