Searched defs:kInt64 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.h407 kInt64 enumerator in enum:DigitList::EHave
437 fHave = kInt64;
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h407 kInt64 enumerator in enum:DigitList::EHave
442 fHave = kInt64;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h264 kInt64, enumerator in enum:Formattable::Type
283 * is kDouble, kLong, or kInt64
323 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
339 * kInt64 then the result is undefined.
515 * kInt64.
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h264 kInt64, enumerator in enum:Formattable::Type
283 * is kDouble, kLong, or kInt64
323 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
339 * kInt64 then the result is undefined.
515 * kInt64.
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h657 enum Type { kInt32, kInt64, kFloat64, kExternalReference, kHeapObject }; enumerator in enum:v8::internal::compiler::FINAL::Type
660 explicit Constant(int64_t v) : type_(kInt64), value_(v) {}
676 DCHECK_EQ(kInt64, type());

Completed in 163 milliseconds