Home | History | Annotate | Download | only in cintltst

Lines Matching full:icurc

4025     UErrorCode icuRC = U_ZERO_ERROR;
4033 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC);
4034 if (U_FAILURE(icuRC))
4036 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC));
4053 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC);
4054 if (U_FAILURE(icuRC))