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

1 2 3 4 5

  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
209 // At least for English we know a wide eraName should be longer than an abbrev era
238 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
241 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
242 errln("ERROR: setMonths(FORMAT,WIDE) failed");
259 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
260 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRangesTest.java 76 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0?1 degré Fahrenheit"},
77 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1?2 degrés Fahrenheit"},
80 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
81 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0?1 inches"},
91 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00?1.00 euros"},
92 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?1,00 euro"},
93 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?2,00 euros"},
94 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0?100 yens japonais"},
IntlTestDateFormatSymbols.java 60 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
81 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
186 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
187 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
188 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
191 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
196 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
231 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
232 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
233 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
    [all...]
MeasureUnitTest.java 694 ULocale.FRENCH, FormatWidth.WIDE);
715 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
835 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
846 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf);
854 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRangesTest.java 72 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0?1 degré Fahrenheit"},
73 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1?2 degrés Fahrenheit"},
76 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25??"},
77 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0?1 inches"},
87 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00?1.00 euros"},
88 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?1,00 euro"},
89 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00?2,00 euros"},
90 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0?100 yens japonais"},
IntlTestDateFormatSymbols.java 56 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
77 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
182 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
183 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
184 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
187 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
192 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
227 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
228 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
229 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
    [all...]
MeasureUnitTest.java 690 ULocale.FRENCH, FormatWidth.WIDE);
711 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
831 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
842 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf);
850 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 109 public static final int WIDE = 1;
299 * either WIDE, ABBREVIATED, or NARROW.
306 case WIDE:
332 * either WIDE, ABBREVIATED, or NARROW.
338 case WIDE:
386 * WIDE, ABBREVIATED, or NARROW
392 case WIDE:
409 * either WIDE, ABBREVIATED, or NARROW.
415 case WIDE:
465 // * 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 125 public static final int WIDE = 1;
395 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
433 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
710 * either WIDE, ABBREVIATED, or NARROW.
718 case WIDE :
732 case WIDE :
764 * either WIDE, ABBREVIATED, or NARROW.
770 case WIDE :
785 case WIDE :
818 * Returns wide weekday strings. For example: "Sunday", "Monday", etc
    [all...]
CurrencyFormat.java 44 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 127 public static final int WIDE = 1;
406 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
444 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
726 * either WIDE, ABBREVIATED, or NARROW.
735 case WIDE :
749 case WIDE :
782 * either WIDE, ABBREVIATED, or NARROW.
789 case WIDE :
804 case WIDE :
839 * Returns wide weekday strings. For example: "Sunday", "Monday", etc
    [all...]
CurrencyFormat.java 43 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
  /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 94 #define WIDE(op) op.w
96 #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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 64 private static final byte WIDE = 1;
392 //the "type" for each field in fields. 0=reference,1=wide,2=other
435 //next, we need to group all the wide fields after the reference fields. But the wide fields have to be
440 if (fieldTypes[front] == WIDE) {
441 //we need to swap in a 32-bit field, so the wide fields will be correctly aligned
456 //do the swap thing for wide fields
459 if (fieldTypes[front] != WIDE) {
461 if (fieldTypes[back] == WIDE) {
469 if (fieldTypes[front] != WIDE) {
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 661 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
673 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
689 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
697 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
705 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
717 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
799 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
811 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
827 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
835 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
    [all...]
dtfmtsym.cpp 207 static const char gNamesWideTag[]="wide";
642 case WIDE :
661 case WIDE :
705 case WIDE :
727 case WIDE :
761 case WIDE :
780 case WIDE :
    [all...]
  /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...]

Completed in 1726 milliseconds

1 2 3 4 5