Home | History | Annotate | Download | only in intltest

Lines Matching defs:uType

6906   UFormattableType uType = ufmt_getType(u, &status);
6913 if(uType != expectUType) {
6914 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType);
6933 if(uType != UFMT_INT64) { // may fail to compare
6960 && ( uType != UFMT_INT64 ) // int64 better not overflow