Searched refs:U_INT64_MAX (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/i18n/ |
D | utmscale.c | 26 …), INT64_C(860201606885), U_INT64_MIN, U_INT64_MAX, … 28 …U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0)… 29 …U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C… 30 …), INT64_C(862284451685), U_INT64_MIN, U_INT64_MAX, … 31 …), INT64_C(859223299685), U_INT64_MIN, U_INT64_MAX, … 32 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, … 33 … INT64_C(9981605), U_INT64_MIN, U_INT64_MAX, …
|
D | fmtable.cpp | 458 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64() 460 return U_INT64_MAX; in getInt64() 470 return fValue.fDouble > 0 ? U_INT64_MAX : U_INT64_MIN; in getInt64()
|
D | rematch.cpp | 2754 …int64_t backSearchIndex = U_INT64_MAX; // used after greedy single-character matches for searc… in MatchAt()
|
/external/icu4c/common/unicode/ |
D | umachine.h | 185 # ifndef U_INT64_MAX 187 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 220 # ifndef U_INT64_MAX 222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 220 # ifndef U_INT64_MAX 222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | umachine.h | 220 # ifndef U_INT64_MAX 222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | umachine.h | 220 # ifndef U_INT64_MAX 222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) macro
|
/external/icu4c/test/cintltst/ |
D | cstrtest.c | 100 i = T_CString_int64ToString(src, U_INT64_MAX, 10); in TestAPI() 104 i = T_CString_int64ToString(src, U_INT64_MAX, 16); in TestAPI()
|
D | utmstest.c | 74 if (interval < (uint64_t)U_INT64_MAX) { in initRandom() 238 if (fromMax < U_INT64_MAX) { in TestFromInt64() 299 if (toMax < U_INT64_MAX) { in TestToInt64()
|
D | cnumtst.c | 1360 const double doubleInt64Max = (double)U_INT64_MAX; in TestInt64Format() 1362 const double doubleBig = 10.0 * (double)U_INT64_MAX; in TestInt64Format() 1376 unum_formatInt64(fmt, U_INT64_MAX, result, 512, NULL, &status); in TestInt64Format() 1394 } else if (val64 != U_INT64_MAX) { in TestInt64Format() 1458 } else if (val64 != U_INT64_MAX) { in TestInt64Format()
|
/external/icu4c/i18n/unicode/ |
D | ucoleitr.h | 37 #define UCOL_PROCESSED_NULLORDER ((int64_t)U_INT64_MAX)
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 515 expect(fmt, (Formattable)(int64_t)U_INT64_MAX, "9.223372036854775807E18"); in TestInt64() 2913 expect(df, U_INT64_MAX-1, "-9223372036854775806"); in TestNonpositiveMultiplier() 2914 expect(df, U_INT64_MAX, "-9223372036854775807"); in TestNonpositiveMultiplier() 2922 expect(df, -(U_INT64_MAX/7)-1, "9223372036854775814", FALSE); in TestNonpositiveMultiplier() 2923 expect(df, -(U_INT64_MAX/7), "9223372036854775807"); in TestNonpositiveMultiplier() 2924 expect(df, -(U_INT64_MAX/7)+1, "9223372036854775800"); in TestNonpositiveMultiplier() 6637 int64_t long_number = U_INT64_MAX; // -9223372036854775808L; in TestFormatFastpaths()
|
/external/icu4c/common/ |
D | putil.cpp | 359 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64); in uprv_isNaN() 385 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64); in uprv_isInfinite()
|