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/
Dnumberformattesttuple.h20 #define NFTT_GET_FIELD(tuple, fieldName, defaultValue) ((tuple).fieldName##Flag ? (tuple).fieldName… macro
Ddatadrivennumberformattestsuite.cpp113 return (NFTT_GET_FIELD(fTuple, breaks, "").toUpper().indexOf((UChar)0x43) != -1); in breaksC()
Dnumfmtst.cpp215 fmt.setLenient(NFTT_GET_FIELD(tuple, lenient, 1) != 0); in adjustDecimalFormat()
267 NFTT_GET_FIELD(tuple, locale, en), in newDecimalFormat()
268 NFTT_GET_FIELD(tuple, pattern, "0"), in newDecimalFormat()