HomeSort by relevance Sort by last modified time
    Searched defs:kInt64 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 407 kInt64
437 fHave = kInt64;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 264 kInt64,
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/
digitlst.h 407 kInt64
442 fHave = kInt64;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 264 kInt64,
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/
instruction.h 657 enum Type { kInt32, kInt64, kFloat64, kExternalReference, kHeapObject };
660 explicit Constant(int64_t v) : type_(kInt64), value_(v) {}
676 DCHECK_EQ(kInt64, type());

Completed in 200 milliseconds