Home | History | Annotate | Download | only in intltest

Lines Matching defs:uType

7376   UFormattableType uType = ufmt_getType(u, &status);
7383 if(uType != expectUType) {
7384 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType);
7403 if(uType != UFMT_INT64) { // may fail to compare
7430 && ( uType != UFMT_INT64 ) // int64 better not overflow