Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") in run()
122 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf((UChar)0x43) != -1); in breaksC()
Dnumfmtdatadriventest.cpp173 fmt.setLenient(NFTT_GET_FIELD(tuple, lenient, 1) != 0); in adjustDecimalFormat()
222 return newDecimalFormat(NFTT_GET_FIELD(tuple, locale, en), in newDecimalFormat()
223 NFTT_GET_FIELD(tuple, pattern, "0"), in newDecimalFormat()
Dnumberformattesttuple.h19 #define NFTT_GET_FIELD(tuple, fieldName, defaultValue) ((tuple).fieldName##Flag ? (tuple).fieldName… macro