Home | History | Annotate | Download | only in common

Lines Matching refs:localStatus

1122         UErrorCode localStatus;
1140 localStatus = U_ZERO_ERROR;
1141 ucnv_close(ucnv_createConverter(&tempConverter, NULL, &localStatus));
1146 localStatus = U_ZERO_ERROR;
1147 converterName = uenum_next(allConvEnum, NULL, &localStatus);
1148 if (ucnv_canCreateConverter(converterName, &localStatus)) {