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

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7428 UErrorCode int64ConversionU = U_ZERO_ERROR; local
7429 int64_t r = ufmt_getInt64(u, &int64ConversionU);
7433 && (U_INVALID_FORMAT_ERROR==int64ConversionU)
7439 assertSuccess(fileLine + " ufmt_getInt64()", int64ConversionU);

Completed in 66 milliseconds