Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcapitst.c896 char toStringBuffer[256], *resultP; in TestSortKey() local
969 resultP = ucol_sortKeyToString(col, sortk2_compat, toStringBuffer, &toStringLen); in TestSortKey()
970 doAssert( (resultP != 0), "sortKeyToString failed!"); in TestSortKey()