Searched refs:statusCO (Results 1 – 2 of 2) sorted by relevance
2648 UErrorCode statusCO = U_ZERO_ERROR; in TestOrientation() local2651 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()2655 if (U_FAILURE(statusCO)) { in TestOrientation()2656 log_err_status(statusCO, in TestOrientation()2659 u_errorName(statusCO)); in TestOrientation()
2672 UErrorCode statusCO = U_ZERO_ERROR; in TestOrientation() local2675 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()2679 if (U_FAILURE(statusCO)) { in TestOrientation()2680 log_err_status(statusCO, in TestOrientation()2683 u_errorName(statusCO)); in TestOrientation()