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

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4025 UErrorCode icuRC = U_ZERO_ERROR; local
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))
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c5380 UErrorCode icuRC = U_ZERO_ERROR; local
5388 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC);
5389 if (U_FAILURE(icuRC))
5391 log_err_status(icuRC, "ucol_openFromShortString failed -> %s\n", u_errorName(icuRC));
5408 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC);
5409 if (U_FAILURE(icuRC))

Completed in 504 milliseconds