Home | History | Annotate | Download | only in i18n

Lines Matching refs:success

1375         UErrorCode success = U_ZERO_ERROR;
1376 numberFormat = NumberFormat::createInstance(success);
1377 if(U_FAILURE(success)){