Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp7314 UFormattableType expectUType = UFMT_COUNT; // invalid in testFormattableAsUFormattable() local
7321 expectUType = UFMT_DATE; in testFormattableAsUFormattable()
7326 expectUType = UFMT_DOUBLE; in testFormattableAsUFormattable()
7331 expectUType = UFMT_LONG; in testFormattableAsUFormattable()
7336 expectUType = UFMT_STRING; in testFormattableAsUFormattable()
7351 expectUType = UFMT_ARRAY; in testFormattableAsUFormattable()
7376 expectUType = UFMT_INT64; in testFormattableAsUFormattable()
7381 expectUType = UFMT_OBJECT; in testFormattableAsUFormattable()
7393 if(uType != expectUType) { in testFormattableAsUFormattable()
7394 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType); in testFormattableAsUFormattable()
[all...]

Completed in 11 milliseconds