Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp6728 int64_t long_number = 1; in TestFormatFastpaths() local
6732 df.format(long_number, result, pos); in TestFormatFastpaths()
6742 int64_t long_number = U_INT64_MIN; // -9223372036854775808L; in TestFormatFastpaths() local
6751 df.format(long_number, result, pos); in TestFormatFastpaths()
6761 int64_t long_number = U_INT64_MAX; // -9223372036854775808L; in TestFormatFastpaths() local
6770 df.format(long_number, result, pos); in TestFormatFastpaths()
6780 int64_t long_number = 0; in TestFormatFastpaths() local
6789 df.format(long_number, result, pos); in TestFormatFastpaths()
6799 int64_t long_number = U_INT64_MIN + 1; in TestFormatFastpaths() local
6803 df.format(long_number, result, pos); in TestFormatFastpaths()