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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6927 UErrorCode int64ConversionU = U_ZERO_ERROR; local
6928 int64_t r = ufmt_getInt64(u, &int64ConversionU);
6932 && (U_INVALID_FORMAT_ERROR==int64ConversionU)
6938 assertSuccess(fileLine + " ufmt_getInt64()", int64ConversionU);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6956 UErrorCode int64ConversionU = U_ZERO_ERROR; local
6957 int64_t r = ufmt_getInt64(u, &int64ConversionU);
6961 && (U_INVALID_FORMAT_ERROR==int64ConversionU)
6967 assertSuccess(fileLine + " ufmt_getInt64()", int64ConversionU);

Completed in 4286 milliseconds