Searched refs:kDateOrTimeOutMax (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 416 enum { kDateOrTimeOutMax = 96, kDateAndTimeOutMax = 192 }; enumerator 449 UChar strDate[kDateOrTimeOutMax]; in TestRelativeDateFormat() 450 UChar strTime[kDateOrTimeOutMax]; in TestRelativeDateFormat() 527 udat_format(fmtRelDate, dateToUse, strDate, kDateOrTimeOutMax, NULL, &status); in TestRelativeDateFormat() 544 udat_format(fmtTime, dateToUse, strTime, kDateOrTimeOutMax, NULL, &status); in TestRelativeDateFormat()
|