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

  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 83 Formattable(); // Type kLong, value 0
243 kLong,
283 * is kDouble, kLong, or kInt64
313 * kLong then the result is undefined.
507 * kLong.
datefmt.h 162 kLong = 1,
168 // kLong + kDateOffset = 5
177 // kLong + kDateTimeOffset = 10
186 kLongRelative = kLong | kRelative,
202 LONG = kLong,
    [all...]
  /art/runtime/lambda/
shorty_field_type.h 55 kLong = 'J',
93 case kLong:
235 case kLong:
272 case kLong:
306 case kLong:
307 return "kLong";
432 // ShortyFieldTypeSelectType<ShortyFieldType::kLong>::type => int64_t
442 // ShortyFieldTypeSelectEnum<int64_t>::value => ShortyFieldType::kLong
444 // Signed-ness must match for a valid select, e.g. uint64_t will not map to kLong, but int64_t will.
467 SHORTY_FIELD_TYPE_SELECT_IMPL(int64_t, kLong);
    [all...]
  /art/runtime/
dex_file.h     [all...]

Completed in 82 milliseconds