Home | History | Annotate | Download | only in i18n

Lines Matching refs:success

1175         UErrorCode success = U_ZERO_ERROR;
1176 numberFormat = NumberFormat::createInstance(success);
1177 if(U_FAILURE(success)){