Searched refs:icuRC (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4027 UErrorCode icuRC = U_ZERO_ERROR; in TestSortKeyConsistency() local 4035 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency() 4036 if (U_FAILURE(icuRC)) in TestSortKeyConsistency() 4038 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC)); in TestSortKeyConsistency() 4055 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency() 4056 if (U_FAILURE(icuRC)) in TestSortKeyConsistency()
|