Searched refs:WIDE (Results 1 - 25 of 56) sorted by relevance

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRangesTest.java76 {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"},
H A DIntlTestDateFormatSymbols.java59 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
81 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
188 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
189 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
190 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
193 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
198 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
233 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
234 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
235 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
[all...]
H A DMeasureUnitTest.java1027 ULocale.FRENCH, FormatWidth.WIDE);
1048 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1169 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
1180 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf);
1188 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf);
1224 ULocale.ENGLISH, FormatWidth.WIDE, nf);
1241 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT};
1347 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1353 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1359 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp68 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
93 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
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);
263 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRangesTest.java75 {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"},
76 {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"},
79 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25英寸"},
80 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0–1 inches"},
90 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00–1.00 euros"},
91 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"},
92 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"},
93 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"},
H A DIntlTestDateFormatSymbols.java58 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
80 int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW};
187 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
188 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
189 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
192 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)");
197 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)");
232 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
233 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
234 final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
[all...]
H A DMeasureUnitTest.java1026 ULocale.FRENCH, FormatWidth.WIDE);
1047 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1168 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf);
1179 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf);
1187 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf);
1223 ULocale.ENGLISH, FormatWidth.WIDE, nf);
1240 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT};
1346 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1352 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
1358 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormatSymbols.java111 public static final int WIDE = 1; field in class:DateFormatSymbols
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 o
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java134 public static final int WIDE = 1; field in class:DateFormatSymbols
768 * either WIDE, ABBREVIATED, or NARROW.
776 case WIDE :
790 case WIDE :
822 * either WIDE, ABBREVIATED, or NARROW.
828 case WIDE :
843 case WIDE :
890 * WIDE, ABBREVIATED, SHORT, or NARROW
897 case WIDE :
913 case WIDE
[all...]
H A DCurrencyFormat.java46 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java136 public static final int WIDE = 1; field in class:DateFormatSymbols
784 * either WIDE, ABBREVIATED, or NARROW.
793 case WIDE :
807 case WIDE :
840 * either WIDE, ABBREVIATED, or NARROW.
847 case WIDE :
862 case WIDE :
912 * WIDE, ABBREVIATED, SHORT, or NARROW
920 case WIDE :
936 case WIDE
[all...]
H A DCurrencyFormat.java45 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
/external/compiler-rt/lib/builtins/arm/
H A Dudivmodsi4.S124 WIDE(addhs) r3, r3, IMM (1 << shift); \
125 WIDE(subhs) r0, r0, r1, lsl IMM shift
H A Dudivsi3.S121 WIDE(addhs) r3, r3, IMM (1 << shift); \
122 WIDE(subhs) r0, r0, r1, lsl IMM shift
H A Dumodsi3.S115 WIDE(subhs) r0, r0, r1, lsl IMM shift
/external/compiler-rt/lib/builtins/
H A Dassembly.h104 #define WIDE(op) op.w macro
106 #define WIDE(op) op macro
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java454 * 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...]
H A DCodeAttribute.java521 ci.writeByte(WIDE, pos - 3);
529 else if (opcode == WIDE) {
552 ci.writeByte(WIDE, pos - 2);
579 ci.writeByte(WIDE, pos - 1);
H A DOpcode.java229 int WIDE = 196; field in interface:Opcode
H A DCodeAnalyzer.java248 case WIDE :
H A DInstructionPrinter.java135 case WIDE:
166 throw new RuntimeException("Invalid WIDE operand");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java62 private static final byte WIDE = 1; field in class:ClassProto
459 if (fieldTypes[front] == WIDE) {
478 if (fieldTypes[front] != WIDE) {
480 if (fieldTypes[back] == WIDE) {
488 if (fieldTypes[front] != WIDE) {
531 if (fieldTypes[i] == WIDE && !gotDouble) {
542 if (fieldTypes[i] == WIDE) {
868 return 1; //WIDE
H A DOdexedFieldInstructionMapper.java50 private static final int WIDE = 1; field in class:OdexedFieldInstructionMapper
170 return WIDE;
/external/icu/icu4c/source/i18n/
H A Dudat.cpp663 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...]
H A Ddtfmtsym.cpp681 case WIDE :
700 case WIDE :
744 case WIDE :
766 case WIDE :
800 case WIDE :
819 case WIDE :
989 case WIDE :
1016 case WIDE :
1083 case WIDE :
1117 case WIDE
[all...]

Completed in 391 milliseconds

123