Searched refs:fromLimit (Results 1 - 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
H A D | utmstest.c | 110 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) argument 115 if (result != fromLimit) { 116 log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) = %lld, fromLimit = %lld.\n", 117 scale, toLimit, result, fromLimit);
|
Completed in 55 milliseconds