Searched refs:expectUType (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7306 UFormattableType expectUType = UFMT_COUNT; // invalid local
7313 expectUType = UFMT_DATE;
7318 expectUType = UFMT_DOUBLE;
7323 expectUType = UFMT_LONG;
7328 expectUType = UFMT_STRING;
7343 expectUType = UFMT_ARRAY;
7368 expectUType = UFMT_INT64;
7373 expectUType = UFMT_OBJECT;
7385 if(uType != expectUType) {
7386 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType);
[all...]

Completed in 79 milliseconds