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

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
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);
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
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);
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) !
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java454 * Appends ALOAD or (WIDE) ALOAD_<n>
466 addOpcode(WIDE);
473 * Appends ASTORE or (WIDE) ASTORE_<n>
485 addOpcode(WIDE);
536 * Appends ILOAD or (WIDE) ILOAD_<n>
548 addOpcode(WIDE);
555 * Appends ISTORE or (WIDE) ISTORE_<n>
567 addOpcode(WIDE);
586 * Appends LLOAD or (WIDE) LLOAD_<n>
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");
H A DCodeIterator.java730 // 0 .. UNUSED (186), LOOKUPSWITCH, TABLESWITCH, WIDE
750 else if (opcode == WIDE)
751 if (code[index + 1] == (byte)IINC) // WIDE IINC
754 return index + 4; // WIDE ...
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java369 final byte WIDE = 1;
422 if (fieldTypes[front] == WIDE) {
441 if (fieldTypes[front] != WIDE) {
443 if (fieldTypes[back] == WIDE) {
451 if (fieldTypes[front] != WIDE) {
494 if (fieldTypes[i] == WIDE && !gotDouble) {
505 if (fieldTypes[i] == WIDE) {
529 return 1; //WIDE
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
510 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
526 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
534 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
612 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
624 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
640 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
648 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
H A Ddtfmtsym.cpp558 case WIDE :
577 case WIDE :
621 case WIDE :
643 case WIDE :
677 case WIDE :
696 case WIDE :
815 case WIDE :
842 case WIDE :
909 case WIDE :
943 case WIDE
[all...]
/external/icu/icu4c/source/i18n/
H A Dudat.cpp501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
513 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
529 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
537 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
615 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
627 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
643 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
651 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
H A Ddtfmtsym.cpp558 case WIDE :
577 case WIDE :
621 case WIDE :
643 case WIDE :
677 case WIDE :
696 case WIDE :
815 case WIDE :
842 case WIDE :
909 case WIDE :
943 case WIDE
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h284 WIDE, enumerator in enum:DateFormatSymbols::DtWidthType
302 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
314 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
358 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
369 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
378 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
391 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h284 WIDE, enumerator in enum:DateFormatSymbols::DtWidthType
300 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
367 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
376 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
389 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java252 else if (op == Opcode.WIDE)
H A DBasicBlock.java275 else if (op == Opcode.WIDE && ci.byteAt(index + 1) == Opcode.RET)
H A DTracer.java667 case Opcode.WIDE :
728 throw new RuntimeException("bad WIDE instruction: " + op);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java608 case WIDE:
919 throw new BadBytecode("Invalid WIDE operand [pos = " + pos + "]: " + opcode);
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java1742 bytecode.addOpcode(WIDE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 1967 milliseconds

12