Searched refs:NFTT_GET_FIELD (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | datadrivennumberformattestsuite.cpp | 97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") in run() 122 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf((UChar)0x43) != -1); in breaksC()
|
D | numfmtdatadriventest.cpp | 173 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()
|
D | numberformattesttuple.h | 19 #define NFTT_GET_FIELD(tuple, fieldName, defaultValue) ((tuple).fieldName##Flag ? (tuple).fieldName… macro
|