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

1 2

  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 166 kShort = 3,
168 kDateOffset = kShort + 1,
172 // kShort + kDateOffset = 7
181 // kShort + kDateTimeOffset = 12
192 kShortRelative = kShort | kRelative,
206 SHORT = kShort,
    [all...]
  /external/v8/src/interpreter/
bytecode-operands.cc 60 case OperandSize::kShort:
bytecode-operands.h 71 kShort = 2,
83 V(FixedUnsignedShort, false, true, OperandSize::kShort)
bytecode-array-writer.cc 127 case OperandSize::kShort: {
206 constant_array_builder()->DiscardReservedEntry(OperandSize::kShort);
213 OperandSize::kShort, Smi::FromInt(delta));
313 case OperandSize::kShort:
bytecode-register.cc 101 return OperandSize::kShort;
bytecode-decoder.cc 42 case OperandSize::kShort:
60 case OperandSize::kShort:
constant-array-builder.cc 85 zone, k8BitCapacity, k16BitCapacity, OperandSize::kShort);
187 case OperandSize::kShort:
interpreter-assembler.cc 289 OperandSize::kShort,
304 OperandSize::kShort,
365 case OperandSize::kShort:
382 case OperandSize::kShort:
446 DCHECK_EQ(operand_size, OperandSize::kShort);
    [all...]
bytecode-array-builder.cc 871 DCHECK(Bytecodes::SizeForUnsignedOperand(function_id) <= OperandSize::kShort);
898 DCHECK(Bytecodes::SizeForUnsignedOperand(function_id) <= OperandSize::kShort);
    [all...]
bytecodes.h     [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 181 DateFormat::kShort, DateFormat::kFull, loc);
261 DateFormat::kShort, DateFormat::kFull, loc);
297 DateFormat::kShort, DateFormat::kFull, loc);
  /external/icu/icu4c/source/i18n/
datefmt.cpp 424 return createDateTimeInstance(kShort, kShort, Locale::getDefault());
windtfmt.cpp 79 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) {
msgfmt.cpp 142 icu::DateFormat::kShort,
    [all...]
reldtfmt.cpp 529 if (patternsSize >= (kDateTimeOffset + kShort + 1)) {
dtitvfmt.cpp 686 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1);
712 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1);
    [all...]
dtptngen.cpp 604 for (int32_t i=DateFormat::kFull; i<=DateFormat::kShort; i++) {
623 if ( i==DateFormat::kShort && !dfPattern.isEmpty() ) {
    [all...]
smpdtfmt.cpp 390 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
812 if (patternsSize >= (kDateTimeOffset + kShort + 1)) {
    [all...]
  /art/runtime/
transaction.h 154 kShort,
transaction.cc 357 LogValue(ObjectLog::kShort, offset, value, is_volatile);
447 case kShort:
dex_file.h     [all...]
dex_file.cc     [all...]
dex_file_annotations.cc     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
  /art/dexdump/
dexdump.cc     [all...]

Completed in 332 milliseconds

1 2