Home
last modified time | relevance | path

Searched refs:U_INT64_MIN (Results 1 – 17 of 17) sorted by relevance

/external/icu4c/i18n/
Dutmscale.c26 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, …
28U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6…
29U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6…
30 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, …
31 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, …
32 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
33 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
Dfmtable.cpp448 } else if (fValue.fDouble < U_INT64_MIN) { in getInt64()
450 return U_INT64_MIN; in getInt64()
/external/chromium/third_party/icu/source/i18n/
Dutmscale.c26 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, …
28U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6…
29U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT6…
30 …), INT64_C(-982389955685), INT64_C(862284451685), U_INT64_MIN, …
31 …), INT64_C(-985451107685), INT64_C(859223299685), U_INT64_MIN, …
32 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
33 … INT64_C(-11368793), INT64_C(9981605), U_INT64_MIN, …
Dfmtable.cpp405 } else if (fValue.fDouble < U_INT64_MIN) { in getInt64()
407 return U_INT64_MIN; in getInt64()
Ddecimfmt.cpp1009 … || (fMultiplier > 0 && (number > U_INT64_MAX / fMultiplier || number < U_INT64_MIN / fMultiplier)) in format()
1010 …|| (fMultiplier < 0 && (number == U_INT64_MIN || -number > U_INT64_MAX / -fMultiplier || -number <… in format()
/external/webkit/JavaScriptCore/icu/unicode/
Dumachine.h216 # ifndef U_INT64_MIN
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/icu4c/common/unicode/
Dumachine.h200 # ifndef U_INT64_MIN
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dumachine.h216 # ifndef U_INT64_MIN
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/chromium/third_party/icu/public/common/unicode/
Dumachine.h193 # ifndef U_INT64_MIN
195 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/webkit/WebCore/icu/unicode/
Dumachine.h216 # ifndef U_INT64_MIN
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/webkit/WebKit/mac/icu/unicode/
Dumachine.h216 # ifndef U_INT64_MIN
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
/external/chromium/third_party/icu/source/test/cintltst/
Dutmstest.c224 if (fromMin > U_INT64_MIN) { in TestFromInt64()
284 if (toMin > U_INT64_MIN) { in TestToInt64()
Dcnumtst.c990 const double doubleInt64Min = (double)U_INT64_MIN; in TestInt64Format()
1037 unum_formatInt64(fmt, U_INT64_MIN, result, 512, NULL, &status); in TestInt64Format()
1055 } else if (val64 != U_INT64_MIN) { in TestInt64Format()
/external/icu4c/test/cintltst/
Dutmstest.c224 if (fromMin > U_INT64_MIN) { in TestFromInt64()
284 if (toMin > U_INT64_MIN) { in TestToInt64()
Dcnumtst.c1011 const double doubleInt64Min = (double)U_INT64_MIN; in TestInt64Format()
1058 unum_formatInt64(fmt, U_INT64_MIN, result, 512, NULL, &status); in TestInt64Format()
1076 } else if (val64 != U_INT64_MIN) { in TestInt64Format()
/external/chromium/third_party/icu/source/test/intltest/
Dnumfmtst.cpp495 expect(fmt, (Formattable)(int64_t)U_INT64_MIN, "-9.223372036854775808E18"); in TestInt64()
2574 expect(df, U_INT64_MIN, posOutOfRange); in TestNonpositiveMultiplier()
2575 expect(df, U_INT64_MIN+1, "9223372036854775807"); in TestNonpositiveMultiplier()
2582 expect(df, -(U_INT64_MIN/2)-1, "-9223372036854775806"); in TestNonpositiveMultiplier()
2583 expect(df, -(U_INT64_MIN/2), "-9223372036854775808"); in TestNonpositiveMultiplier()
2584 expect(df, -(U_INT64_MIN/2)+1, negOutOfRange); in TestNonpositiveMultiplier()
/external/icu4c/test/intltest/
Dnumfmtst.cpp501 expect(fmt, (Formattable)(int64_t)U_INT64_MIN, "-9.223372036854775808E18"); in TestInt64()
2580 expect(df, U_INT64_MIN, "9223372036854775808", FALSE); in TestNonpositiveMultiplier()
2581 expect(df, U_INT64_MIN+1, "9223372036854775807"); in TestNonpositiveMultiplier()
2588 expect(df, -(U_INT64_MIN/2)-1, "-9223372036854775806"); in TestNonpositiveMultiplier()
2589 expect(df, -(U_INT64_MIN/2), "-9223372036854775808"); in TestNonpositiveMultiplier()
2590 expect(df, -(U_INT64_MIN/2)+1, "-9223372036854775810", FALSE); in TestNonpositiveMultiplier()