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

1 2 3 4 5 6 7

  /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 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 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 78 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0?1 degré Fahrenheit"},
79 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1?2 degrés Fahrenheit"},
82 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
83 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0?1 inches"},
93 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00?1.00 euros"},
94 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?1,00 euro"},
95 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?2,00 euros"},
96 {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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 34 private static final boolean WIDE = true;
112 int position = WIDE
120 int visibleBegin = WIDE ? mScrollX : mScrollY;
121 int visibleLength = WIDE ? getWidth() : getHeight();
123 int slotBegin = WIDE ? rect.left : rect.top;
124 int slotEnd = WIDE ? rect.right : rect.bottom;
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
183 if (WIDE) {
437 if (WIDE) {
512 if (WIDE) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 134 public static final int WIDE = 1;
404 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
442 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
615 * Localized names for wide day periods.
633 * Localized names for standalone wide day periods.
768 * either WIDE, ABBREVIATED, or NARROW.
776 case WIDE :
790 case WIDE :
822 * either WIDE, ABBREVIATED, or NARROW.
828 case WIDE
    [all...]
CurrencyFormat.java 46 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
  /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...]
CurrencyFormat.java 45 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
  /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
  /external/compiler-rt/lib/builtins/
assembly.h 104 #define WIDE(op) op.w
106 #define WIDE(op) op
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 454 * Appends ALOAD or (WIDE) ALOAD_&lt;n&gt;
466 addOpcode(WIDE);
473 * Appends ASTORE or (WIDE) ASTORE_&lt;n&gt;
485 addOpcode(WIDE);
536 * Appends ILOAD or (WIDE) ILOAD_&lt;n&gt;
548 addOpcode(WIDE);
555 * Appends ISTORE or (WIDE) ISTORE_&lt;n&gt;
567 addOpcode(WIDE);
586 * Appends LLOAD or (WIDE) LLOAD_&lt;n&gt;
598 addOpcode(WIDE);
    [all...]
CodeAttribute.java 521 ci.writeByte(WIDE, pos - 3);
529 else if (opcode == WIDE) {
552 ci.writeByte(WIDE, pos - 2);
579 ci.writeByte(WIDE, pos - 1);
Opcode.java 229 int WIDE = 196;
440 0, // wide, 196 depends on the following opcode
  /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 294 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
295 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
301 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
302 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
304 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 198 case DateFormatSymbols.WIDE:
230 return DateFormatSymbols.WIDE;
  /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...]

Completed in 873 milliseconds

1 2 3 4 5 6 7