Home | History | Annotate | Download | only in cintltst

Lines Matching full:statusco

2648         UErrorCode statusCO = U_ZERO_ERROR;
2651 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2655 if (U_FAILURE(statusCO)) {
2656 log_err_status(statusCO,
2659 u_errorName(statusCO));