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

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
173 // At least for English we know a wide eraName should be longer than an abbrev era
202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
206 errln("ERROR: setMonths(FORMAT,WIDE) failed");
223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
    [all...]
  /external/icu4c/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...]
  /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/javassist/src/main/javassist/bytecode/
Bytecode.java 454 * 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...]
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
CodeAnalyzer.java 248 case WIDE :
InstructionPrinter.java 135 case WIDE:
136 return wide(iter, pos);
148 private static String wide(CodeIterator iter, int pos) { method in class:InstructionPrinter
166 throw new RuntimeException("Invalid WIDE operand");
CodeIterator.java 730 // 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 ...
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 446 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
458 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
470 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
478 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
551 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
563 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
575 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
583 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
dtfmtsym.cpp 184 static const char gNamesWideTag[]="wide";
563 case WIDE :
581 case WIDE :
624 case WIDE :
642 case WIDE :
672 case WIDE :
690 case WIDE :
801 case WIDE :
828 case WIDE :
895 case WIDE
    [all...]
  /external/icu4c/i18n/
udat.cpp 498 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);
    [all...]
dtfmtsym.cpp 164 static const char gNamesWideTag[]="wide";
558 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
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java     [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...]
  /prebuilts/python/linux-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...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 283 WIDE,
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
  /external/icu4c/i18n/unicode/
dtfmtsym.h 284 WIDE,
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.
320 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
329 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
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
607 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 531 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
540 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
550 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
559 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 223 public static final int WIDE = 0xc4;
311 /** "W": {@code wide ...} */
550 "c4 W wide;" +
BytecodeArray.java 782 case ByteOps.WIDE: {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 209 if (opcode == ByteOps.WIDE) {
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 252 else if (op == Opcode.WIDE)
BasicBlock.java 275 else if (op == Opcode.WIDE && ci.byteAt(index + 1) == Opcode.RET)
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 608 case WIDE:
919 throw new BadBytecode("Invalid WIDE operand [pos = " + pos + "]: " + opcode);
    [all...]

Completed in 445 milliseconds

1 2