Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp60 fTuple.clear(); in run()
85 fTuple.setField( in run()
89 fTuple.clearField(columnTypes[i], status); in run()
97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") in run()
100 UBool actualSuccess = isPass(fTuple, errorMessage, status); in run()
122 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf((UChar)0x43) != -1); in breaksC()
136 if (!fTuple.setField( in setTupleField()
Ddatadrivennumberformattestsuite.h124 NumberFormatTestTuple fTuple; variable