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

  /external/icu4c/i18n/
digitlst.h 407 kInt64
437 fHave = kInt64;
fmtable.cpp 150 fType = kInt64;
243 case kInt64:
293 case kInt64:
384 case kInt64:
403 case Formattable::kInt64:
455 case Formattable::kInt64:
500 case Formattable::kInt64: // loses precision
554 fType = kInt64;
720 case kInt64:
774 fType = kInt64;
    [all...]
digitlst.cpp 125 } else if(other.fHave==kInt64) {
421 } else if(fHave == kInt64) {
522 if(fHave==kInt64) {
umsg.cpp 436 case Formattable::kInt64:
569 case Formattable::kInt64:
numfmt.cpp 544 case Formattable::kInt64:
582 case Formattable::kInt64:
    [all...]
  /external/icu4c/samples/numfmt/
util.cpp 92 case Formattable::kInt64:
  /external/icu4c/i18n/unicode/
fmtable.h 260 kInt64,
279 * is kDouble, kLong, kInt64 or kDecimalNumber.
319 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
335 * kInt64 then the result is undefined.
511 * kInt64.
  /external/icu4c/test/intltest/
tsnmfmt.cpp 28 case Formattable::kInt64: return "kInt64";
311 else if (number[i].getType() == Formattable::kInt64)
dcfmtest.cpp 160 "kInt64",
346 case 'l': expectType = Formattable::kInt64; break;
msfmrgts.cpp 221 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
    [all...]
numfmtst.cpp 430 af.getType() == Formattable::kInt64) {
    [all...]
numrgts.cpp     [all...]
intltest.cpp 151 case Formattable::kInt64:
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 308 case Formattable::kInt64:
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 334 case Formattable::kInt64: return longValueOf(env, res.getInt64());

Completed in 366 milliseconds