Home | History | Annotate | Download | only in common

Lines Matching refs:localStatus

1120         UErrorCode localStatus;
1138 localStatus = U_ZERO_ERROR;
1139 ucnv_close(ucnv_createConverter(&tempConverter, NULL, &localStatus));
1144 localStatus = U_ZERO_ERROR;
1145 converterName = uenum_next(allConvEnum, NULL, &localStatus);
1146 if (ucnv_canCreateConverter(converterName, &localStatus)) {