Home
last modified time | relevance | path

Searched refs:U_INT64_MAX (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/icu-small/source/i18n/
Dutmscale.cpp28 …), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, …
30U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0)…
31U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C…
32 …), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, …
33 …), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, …
34 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
35 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
Dusrchimp.h49 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
Dfmtable.cpp459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
461 return U_INT64_MAX; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp28 …), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, …
30U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0)…
31U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C…
32 …), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, …
33 …), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, …
34 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
35 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
Dusrchimp.h49 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
Dfmtable.cpp459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
461 return U_INT64_MAX; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
Dplurrule.cpp1654 if (scaled > U_INT64_MAX) { in getFractionalDigits()
1655 return U_INT64_MAX; in getFractionalDigits()
/third_party/skia/third_party/externals/icu/source/i18n/
Dutmscale.cpp28 …), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, …
30U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0)…
31U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C…
32 …), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, …
33 …), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, …
34 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
35 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
Dusrchimp.h49 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
Dfmtable.cpp459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
461 return U_INT64_MAX; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
/third_party/icu/icu4c/source/i18n/
Dutmscale.cpp28 …), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, …
30U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0)…
31U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C…
32 …), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, …
33 …), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, …
34 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
35 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
Dusrchimp.h49 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
Dfmtable.cpp459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
461 return U_INT64_MAX; in getInt64()
471 return fDecimalQuantity->isNegative() ? U_INT64_MIN : U_INT64_MAX; in getInt64()
Dplurrule.cpp1664 if (scaled > U_INT64_MAX) { in getFractionalDigits()
1665 return U_INT64_MAX; in getFractionalDigits()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h210 # ifndef U_INT64_MAX
212 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h247 # ifndef U_INT64_MAX
249 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h246 # ifndef U_INT64_MAX
248 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h247 # ifndef U_INT64_MAX
249 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
/third_party/icu/icu4c/source/test/cintltst/
Dutmstest.c75 if (interval < (uint64_t)U_INT64_MAX) { in initRandom()
240 if (fromMax < U_INT64_MAX) { in TestFromInt64()
302 if (toMax < U_INT64_MAX) { in TestToInt64()
Dcstrtest.c106 i = T_CString_int64ToString(src, U_INT64_MAX, 10); in TestAPI()
110 i = T_CString_int64ToString(src, U_INT64_MAX, 16); in TestAPI()
Dcnumtst.c1422 const double doubleInt64Max = (double)U_INT64_MAX; in TestInt64Format()
1424 const double doubleBig = 10.0 * (double)U_INT64_MAX; in TestInt64Format()
1438 unum_formatInt64(fmt, U_INT64_MAX, result, 512, NULL, &status); in TestInt64Format()
1456 } else if (val64 != U_INT64_MAX) { in TestInt64Format()
1520 } else if (val64 != U_INT64_MAX) { in TestInt64Format()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dputil.cpp357 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); in uprv_isNaN()
383 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); in uprv_isInfinite()
/third_party/icu/icu4c/source/common/
Dputil.cpp346 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); in uprv_isNaN()
372 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); in uprv_isInfinite()
/third_party/node/deps/icu-small/source/common/
Dputil.cpp350 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); in uprv_isNaN()
376 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); in uprv_isInfinite()
/third_party/skia/third_party/externals/icu/source/common/
Dputil.cpp350 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); in uprv_isNaN()
376 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); in uprv_isInfinite()

12