Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7180 int64_t long_number = 1; in TestFormatFastpaths() local
7184 df.format(long_number, result, pos); in TestFormatFastpaths()
7199 int64_t long_number = U_INT64_MIN; // -9223372036854775808L; in TestFormatFastpaths() local
7201 // memcpy(bits,&long_number,8); in TestFormatFastpaths()
7208 df.format(long_number, result, pos); in TestFormatFastpaths()
7223 int64_t long_number = U_INT64_MAX; // -9223372036854775808L; in TestFormatFastpaths() local
7225 // memcpy(bits,&long_number,8); in TestFormatFastpaths()
7232 df.format(long_number, result, pos); in TestFormatFastpaths()
7247 int64_t long_number = 0; in TestFormatFastpaths() local
7249 // memcpy(bits,&long_number, in TestFormatFastpaths()
7271 int64_t long_number = U_INT64_MIN + 1; TestFormatFastpaths() local
[all...]

Completed in 17 milliseconds