Home
last modified time | relevance | path

Searched refs:statusLO (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3055 UErrorCode statusLO = U_ZERO_ERROR; in TestOrientation() local
3059 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()