Searched refs:U_INT64_MIN (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | utmscale.cpp | 28 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, … 30 …U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6… 31 …U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6… 32 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, … 33 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, … 34 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, … 35 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
|
D | fmtable.cpp | 462 } else if (fValue.fDouble < (double)U_INT64_MIN) { in getInt64() 464 return U_INT64_MIN; in getInt64() 471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
|
D | rbnf.cpp | 1322 if (number == U_INT64_MIN) { in format()
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 206 # ifndef U_INT64_MIN 208 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 206 # ifndef U_INT64_MIN 208 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | utmstest.c | 226 if (fromMin > U_INT64_MIN) { in TestFromInt64() 287 if (toMin > U_INT64_MIN) { in TestToInt64()
|
D | cnumtst.c | 1406 const double doubleInt64Min = (double)U_INT64_MIN; in TestInt64Format() 1453 unum_formatInt64(fmt, U_INT64_MIN, result, 512, NULL, &status); in TestInt64Format() 1471 } else if (val64 != U_INT64_MIN) { in TestInt64Format()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 674 expect(fmt, (Formattable)(int64_t)U_INT64_MIN, "-9.223372036854775808E18"); in TestInt64() 3244 expect(df, U_INT64_MIN, "9223372036854775808", FALSE); in TestNonpositiveMultiplier() 3245 expect(df, U_INT64_MIN+1, "9223372036854775807"); in TestNonpositiveMultiplier() 3252 expect(df, -(U_INT64_MIN/2)-1, "-9223372036854775806"); in TestNonpositiveMultiplier() 3253 expect(df, -(U_INT64_MIN/2), "-9223372036854775808"); in TestNonpositiveMultiplier() 3254 expect(df, -(U_INT64_MIN/2)+1, "-9223372036854775810", FALSE); in TestNonpositiveMultiplier() 6994 int64_t long_number = U_INT64_MIN; // -9223372036854775808L; in TestFormatFastpaths() 7066 int64_t long_number = U_INT64_MIN + 1; in TestFormatFastpaths()
|
D | numberformat2test.cpp | 1706 precision.initVisibleDigits(U_INT64_MIN, digits, status)); in TestLargeIntValue() 1717 precision.initVisibleDigits(U_INT64_MIN, digits, status)); in TestLargeIntValue() 1750 precision.initVisibleDigits(U_INT64_MIN, digits, status)); in TestIntInitVisibleDigits()
|