Searched refs:statusCO (Results 1 – 2 of 2) sorted by relevance
2940 UErrorCode statusCO = U_ZERO_ERROR; in TestOrientation() local2943 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()2947 if (U_FAILURE(statusCO)) { in TestOrientation()2948 log_err_status(statusCO, in TestOrientation()2951 u_errorName(statusCO)); in TestOrientation()
2941 UErrorCode statusCO = U_ZERO_ERROR; in TestOrientation() local2944 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); in TestOrientation()2948 if (U_FAILURE(statusCO)) { in TestOrientation()2949 log_err_status(statusCO, in TestOrientation()2952 u_errorName(statusCO)); in TestOrientation()