Home
last modified time | relevance | path

Searched refs:kShort (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ddatefmt.h171 kShort = 3, enumerator
173 kDateOffset = kShort + 1,
197 kShortRelative = kShort | kRelative,
211 SHORT = kShort,
/external/v8/src/interpreter/
Dbytecode-array-writer.cc218 case OperandSize::kShort: { in EmitBytecode()
306 constant_array_builder()->DiscardReservedEntry(OperandSize::kShort); in PatchJumpWith16BitOperand()
314 OperandSize::kShort, Smi::FromInt(delta)); in PatchJumpWith16BitOperand()
414 case OperandSize::kShort: in EmitJump()
Dbytecode-operands.h79 kShort = 2, enumerator
91 V(FixedUnsignedShort, false, true, OperandSize::kShort)
Dbytecode-decoder.cc44 case OperandSize::kShort: in DecodeSignedOperand()
62 case OperandSize::kShort: in DecodeUnsignedOperand()
Dbytecode-operands.cc57 case OperandSize::kShort: in OperandSizeToString()
Dbytecode-register.cc91 return OperandSize::kShort; in SizeOfOperand()
Dconstant-array-builder.cc143 zone, k8BitCapacity, k16BitCapacity, OperandSize::kShort); in ConstantArrayBuilder()
291 case OperandSize::kShort: in OperandSizeToSlice()
Dinterpreter-assembler.cc434 OperandSize::kShort, in BytecodeOperandUnsignedShort()
452 OperandSize::kShort, in BytecodeOperandSignedShort()
508 case OperandSize::kShort: in BytecodeSignedOperand()
526 case OperandSize::kShort: in BytecodeUnsignedOperand()
626 DCHECK_EQ(operand_size, OperandSize::kShort); in BytecodeOperandRuntimeId()
Dbytecode-array-builder.cc1403 OperandSize::kShort); in CallRuntime()
1431 OperandSize::kShort); in CallRuntimeForPair()
Dbytecodes.h907 return OperandSize::kShort; in SizeForUnsignedOperand()
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h181 DateFormat::kShort, DateFormat::kFull, loc); in call()
261 DateFormat::kShort, DateFormat::kFull, loc); in call()
297 DateFormat::kShort, DateFormat::kFull, loc); in call()
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp424 return createDateTimeInstance(kShort, kShort, Locale::getDefault()); in createInstance()
Dwindtfmt.cpp81 if (patSize >= (DateFormat::kDateTimeOffset + DateFormat::kShort + 1)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dmsgfmt.cpp143 icu::DateFormat::kShort,
1837 …ultDateFormat = DateFormat::createDateTimeInstance(DateFormat::kShort, DateFormat::kShort, fLocale… in getDefaultDateFormat()
Ddtitvfmt.cpp689 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1); in initializePattern()
715 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1); in initializePattern()
Dreldtfmt.cpp529 if (patternsSize >= (kDateTimeOffset + kShort + 1)) { in loadDates()
Dsmpdtfmt.cpp345 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status); in SimpleDateFormat()
771 if (patternsSize >= (kDateTimeOffset + kShort + 1)) { in construct()
Ddtptngen.cpp676 for (int32_t i=DateFormat::kFull; i<=DateFormat::kShort; i++) { in addICUPatterns()
695 if ( i==DateFormat::kShort && !dfPattern.isEmpty() ) { in addICUPatterns()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1408 date = DateFormat::createDateInstance(DateFormat::kShort, Locale::getUS()); in TestDateFormatCalendar()
1415 time = DateFormat::createTimeInstance(DateFormat::kShort, Locale::getUS()); in TestDateFormatCalendar()
4072 …{ "root@calendar=chinese", DateFormat::kShort, { UnicodeString("2012-04-02"), UnicodeString(… in TestMonthPatterns()
4079 …{ "en@calendar=chinese", DateFormat::kShort, { UnicodeString("4/2/2012"), UnicodeString(… in TestMonthPatterns()
4083 { "zh@calendar=chinese", DateFormat::kShort, { CharsToUnicodeString("2012/4/2"), in TestMonthPatterns()
4095 { "zh_Hant@calendar=chinese", DateFormat::kShort, { CharsToUnicodeString("2012/4/2"), in TestMonthPatterns()
4101 …{ "fr@calendar=chinese", DateFormat::kShort, { UnicodeString("2/4/29"), UnicodeString(… in TestMonthPatterns()
4103 …{ "en@calendar=dangi", DateFormat::kShort, { UnicodeString("3bis/2/2012"), UnicodeString(… in TestMonthPatterns()
4108 … { "ko@calendar=dangi", DateFormat::kShort, { CharsToUnicodeString("29. \\uC7243. 2."), in TestMonthPatterns()
4379 …{ "haw@calendar=gregorian", DateFormat::kShort, UnicodeString("d/M/yy"), UnicodeStri… in TestFormatsWithNumberSystems()
Ddtfmrgts.cpp1730 …LocalPointer<DateFormat> enFmt(DateFormat::createDateInstance(DateFormat::kShort, Locale("en")), e… in TestT13380()
1736 …LocalPointer<DateFormat> tgFmt(DateFormat::createDateInstance(DateFormat::kShort, Locale("tg")), e… in TestT13380()
Dnumrgts.cpp2708 DateFormat *df = DateFormat::createDateInstance(DateFormat::kShort, loc);
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h63 kShort, enumerator
DSkSLSPIRVCodeGenerator.cpp2440 type = ConstantType::kShort; in writeIntLiteral()