Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ufmt_getLong

2201           result = ufmt_getLong(ufmt, &status); /* == 123 */
2226 assertTrue("ufmt_getLong()=31337", ufmt_getLong(ufmt, &status) == 31337);
2228 log_verbose("long = %d\n", ufmt_getLong(ufmt, &status));
2229 assertSuccess("ufmt_getLong()", &status);
2282 log_verbose("long: %ld\n", ufmt_getLong(ufmt, &status));
2283 assertTrue("failure on ufmt_getLong() for huge number:", U_FAILURE(status));
2284 // status is now a failure due to ufmt_getLong() above.