Home
last modified time | relevance | path

Searched refs:kInt64 (Results 1 – 25 of 51) sorted by relevance

123

/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp155 fType = kInt64; in Formattable()
248 case kInt64: in operator =()
298 case kInt64: in operator ==()
384 case kInt64: in isNumeric()
403 case Formattable::kInt64: in getLong()
456 case Formattable::kInt64: in getInt64()
502 case Formattable::kInt64: // loses precision in getDouble()
557 fType = kInt64; in setInt64()
741 } else if (fType==kLong || fType==kInt64 || // use toPlainString for integer types in internalGetCharString()
766 case kInt64: in populateDecimalQuantity()
[all …]
Dnumber_usageprefs.cpp124 case Formattable::kInt64: in mixedMeasuresToMicros()
Dumsg.cpp436 case Formattable::kInt64: in umsg_vformat()
567 case Formattable::kInt64: in umsg_vparse()
Dquantityformatter.cpp168 } else if (number.getType() == Formattable::kInt64) { in selectPlural()
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp155 fType = kInt64; in Formattable()
248 case kInt64: in operator =()
298 case kInt64: in operator ==()
384 case kInt64: in isNumeric()
403 case Formattable::kInt64: in getLong()
456 case Formattable::kInt64: in getInt64()
502 case Formattable::kInt64: // loses precision in getDouble()
557 fType = kInt64; in setInt64()
741 } else if (fType==kLong || fType==kInt64 || // use toPlainString for integer types in internalGetCharString()
766 case kInt64: in populateDecimalQuantity()
[all …]
Dnumber_usageprefs.cpp126 case Formattable::kInt64: in mixedMeasuresToMicros()
Dumsg.cpp436 case Formattable::kInt64: in umsg_vformat()
567 case Formattable::kInt64: in umsg_vparse()
Dquantityformatter.cpp168 } else if (number.getType() == Formattable::kInt64) { in selectPlural()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp155 fType = kInt64; in Formattable()
248 case kInt64: in operator =()
298 case kInt64: in operator ==()
384 case kInt64: in isNumeric()
403 case Formattable::kInt64: in getLong()
456 case Formattable::kInt64: in getInt64()
502 case Formattable::kInt64: // loses precision in getDouble()
557 fType = kInt64; in setInt64()
741 } else if (fType==kLong || fType==kInt64 || // use toPlainString for integer types in internalGetCharString()
766 case kInt64: in populateDecimalQuantity()
[all …]
Dnumber_usageprefs.cpp124 case Formattable::kInt64: in mixedMeasuresToMicros()
Dumsg.cpp436 case Formattable::kInt64: in umsg_vformat()
567 case Formattable::kInt64: in umsg_vparse()
Dquantityformatter.cpp168 } else if (number.getType() == Formattable::kInt64) { in selectPlural()
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc20 case CTypeInfo::Type::kInt64: in GetTypedArrayElementsKind()
101 if (c_signature->ReturnInfo().GetType() == CTypeInfo::Type::kInt64 || in CanOptimizeFastSignature()
118 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kInt64 || in CanOptimizeFastSignature()
Dcommon-operator.h189 enum Type { kInt32, kInt64 }; enumerator
194 : value_(value), rmode_(rmode), type_(kInt64) {} in RelocatablePtrConstantInfo()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h84 kInt64, enumerator
128 semantic() == MachineSemantic::kInt64; in IsSigned()
187 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64); in Int64()
288 case CTypeInfo::Type::kInt64: in TypeForCType()
Dmachine-type.cc76 case MachineSemantic::kInt64: in operator <<()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h245 kInt64, enumerator
306 type == Type::kInt64 || type == Type::kUint64; in IsIntegralType()
648 V(int64_t, kInt64) \
687 V(int64_t, kInt64) \
/third_party/icu/icu4c/source/test/intltest/
Dtsnmfmt.cpp30 case Formattable::kInt64: return "kInt64"; in formattableTypeName()
313 else if (number[i].getType() == Formattable::kInt64) in tryIt()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
Dutil.cpp106 case Formattable::kInt64: in formattableToString()
/third_party/icu/icu4c/source/samples/numfmt/
Dutil.cpp106 case Formattable::kInt64: in formattableToString()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h262 kInt64, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h262 kInt64, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h262 kInt64, enumerator
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1104 kInt64, enumerator
1115 explicit Constant(int64_t v) : type_(kInt64), value_(v) {} in Constant()
1134 DCHECK(type() == kInt64); in FitsInInt32()
1148 DCHECK_EQ(kInt64, type()); in ToInt64()
1775 } else if (constant.type() == Constant::kInt64 && in NON_EXPORTED_BASE()
Dinstruction.cc543 } else if (info.type() == RelocatablePtrConstantInfo::kInt64) { in Constant()
544 type_ = kInt64; in Constant()
578 case Constant::kInt64: in operator <<()

123