Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7109 UFormattableType expectUType = UFMT_COUNT; // invalid in testFormattableAsUFormattable() local
7116 expectUType = UFMT_DATE; in testFormattableAsUFormattable()
7121 expectUType = UFMT_DOUBLE; in testFormattableAsUFormattable()
7126 expectUType = UFMT_LONG; in testFormattableAsUFormattable()
7131 expectUType = UFMT_STRING; in testFormattableAsUFormattable()
7146 expectUType = UFMT_ARRAY; in testFormattableAsUFormattable()
7171 expectUType = UFMT_INT64; in testFormattableAsUFormattable()
7176 expectUType = UFMT_OBJECT; in testFormattableAsUFormattable()
7188 if(uType != expectUType) { in testFormattableAsUFormattable()
7189 …%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType); in testFormattableAsUFormattable()