Searched refs:statusLO (Results 1 – 1 of 1) sorted by relevance
3055 UErrorCode statusLO = U_ZERO_ERROR; in TestOrientation() local3059 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO); in TestOrientation()3074 if (U_FAILURE(statusLO)) { in TestOrientation()3075 log_err_status(statusLO, in TestOrientation()3078 u_errorName(statusLO)); in TestOrientation()