Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcdattst.c424 const UDateFormatStyle * stylePtr; in TestRelativeDateFormat() local
442 …for (stylePtr = dateStylesList, monthPtnPtr = monthPatnsList; *stylePtr != UDAT_NONE; ++stylePtr, … in TestRelativeDateFormat()
454 …fmtRelDateTime = udat_open(UDAT_SHORT, *stylePtr | UDAT_RELATIVE, trdfLocale, trdfZone, -1, NULL, … in TestRelativeDateFormat()
456 …Style (%d | UDAT_RELATIVE) fails, error %s (Are you missing data?)\n", *stylePtr, myErrorName(stat… in TestRelativeDateFormat()
459 …fmtRelDate = udat_open(UDAT_NONE, *stylePtr | UDAT_RELATIVE, trdfLocale, trdfZone, -1, NULL, 0, &s… in TestRelativeDateFormat()
461 …open timeStyle NONE dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(stat… in TestRelativeDateFormat()
475 …ate timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(stat… in TestRelativeDateFormat()
478 …RelativeDate timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) date pattern incorrect\n", *stylePtr ); in TestRelativeDateFormat()
482 …ime timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(stat… in TestRelativeDateFormat()
485 …RelativeTime timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) time pattern incorrect\n", *stylePtr ); in TestRelativeDateFormat()
[all …]