Searched refs:NFTT_GET_FIELD (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 18 #define NFTT_GET_FIELD(tuple, fieldName, defaultValue) ((tuple).fieldName##Flag ? (tuple).fieldName… macro
|
D | datadrivennumberformattestsuite.cpp | 111 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf(0x43) != -1); in breaksC()
|
D | numfmtst.cpp | 212 fmt.setLenient(NFTT_GET_FIELD(tuple, lenient, 1) != 0); in adjustDecimalFormat() 264 NFTT_GET_FIELD(tuple, locale, en), in newDecimalFormat() 265 NFTT_GET_FIELD(tuple, pattern, "0"), in newDecimalFormat()
|