Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UDTS_MAX_SCALE

156     for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {
169 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {
183 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {
205 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {
248 result = utmscale_fromInt64(0, UDTS_MAX_SCALE, &status);
250 log_err("utmscale_fromInt64(0, UDTS_MAX_SCALE, &status) did not generate U_ILLEGAL_ARGUMENT_ERROR.\n");
265 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {
309 result = utmscale_toInt64(0, UDTS_MAX_SCALE, &status);
311 log_err("utmscale_toInt64(0, UDTS_MAX_SCALE, &status) did not generate U_ILLEGAL_ARGUMENT_ERROR.\n");
333 for (scale = 0; scale < UDTS_MAX_SCALE; scale += 1) {