Home | History | Annotate | Download | only in cintltst

Lines Matching refs:statusLO

2856         UErrorCode statusLO = U_ZERO_ERROR;
2860 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2875 if (U_FAILURE(statusLO)) {
2876 log_err_status(statusLO,
2879 u_errorName(statusLO));