Searched refs:long_number (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 6975 int64_t long_number = 1; in TestFormatFastpaths() local 6979 df.format(long_number, result, pos); in TestFormatFastpaths() 6994 int64_t long_number = U_INT64_MIN; // -9223372036854775808L; in TestFormatFastpaths() local 7003 df.format(long_number, result, pos); in TestFormatFastpaths() 7018 int64_t long_number = U_INT64_MAX; // -9223372036854775808L; in TestFormatFastpaths() local 7027 df.format(long_number, result, pos); in TestFormatFastpaths() 7042 int64_t long_number = 0; in TestFormatFastpaths() local 7051 df.format(long_number, result, pos); in TestFormatFastpaths() 7066 int64_t long_number = U_INT64_MIN + 1; in TestFormatFastpaths() local 7070 df.format(long_number, result, pos); in TestFormatFastpaths()
|