/external/icu4c/i18n/ |
D | utmscale.c | 26 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, … 28 …U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6… 29 …U_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, …
|
D | fmtable.cpp | 448 } else if (fValue.fDouble < U_INT64_MIN) { in getInt64() 450 return U_INT64_MIN; in getInt64()
|
/external/chromium/third_party/icu/source/i18n/ |
D | utmscale.c | 26 …), INT64_C(-984472800485), INT64_C(860201606885), U_INT64_MIN, … 28 …U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT6… 29 …U_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, …
|
D | fmtable.cpp | 405 } else if (fValue.fDouble < U_INT64_MIN) { in getInt64() 407 return U_INT64_MIN; in getInt64()
|
D | decimfmt.cpp | 1009 … || (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/ |
D | umachine.h | 216 # ifndef U_INT64_MIN 218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/icu4c/common/unicode/ |
D | umachine.h | 200 # ifndef U_INT64_MIN 202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 216 # ifndef U_INT64_MIN 218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | umachine.h | 193 # ifndef U_INT64_MIN 195 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/webkit/WebCore/icu/unicode/ |
D | umachine.h | 216 # ifndef U_INT64_MIN 218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | umachine.h | 216 # ifndef U_INT64_MIN 218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) macro
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | utmstest.c | 224 if (fromMin > U_INT64_MIN) { in TestFromInt64() 284 if (toMin > U_INT64_MIN) { in TestToInt64()
|
D | cnumtst.c | 990 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/ |
D | utmstest.c | 224 if (fromMin > U_INT64_MIN) { in TestFromInt64() 284 if (toMin > U_INT64_MIN) { in TestToInt64()
|
D | cnumtst.c | 1011 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/ |
D | numfmtst.cpp | 495 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/ |
D | numfmtst.cpp | 501 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()
|