Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4025 UErrorCode icuRC = U_ZERO_ERROR; in TestSortKeyConsistency() local
4033 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency()
4034 if (U_FAILURE(icuRC)) in TestSortKeyConsistency()
4036 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC)); in TestSortKeyConsistency()
4053 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4054 if (U_FAILURE(icuRC)) in TestSortKeyConsistency()