Searched refs:statusLO (Results 1 – 1 of 1) sorted by relevance
3168 UErrorCode statusLO = U_ZERO_ERROR; in TestOrientation() local3172 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()3187 if (U_FAILURE(statusLO)) { in TestOrientation()3188 log_err_status(statusLO, in TestOrientation()3191 u_errorName(statusLO)); in TestOrientation()